File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
packages/vscode-ui5-language-assistant Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -150,9 +150,15 @@ This means that there may be a delay between starting VS Code and having the rel
150
150
151
151
### Limitations
152
152
153
- #### SAPUI5 version
153
+ #### UI5 version and framework
154
154
155
- This extension currently uses a hard-coded (1.71.x) version for the SAPUI5 metadata.
155
+ This extension derives the UI5 version in the following sequence:
156
+
157
+ 1 . the minUI5Version from the manifest.json file
158
+ 2 . Lookup in CDN for UI5 version and negotiates to the closest LTS version, if not found
159
+ 3 . Default back to 1.71 (latest patch level)
160
+
161
+ The framework(SAPUI5/OpenUI5) is derived from the ui5.yaml file. This defaults to SAPUI5.
156
162
157
163
#### Custom controls
158
164
You can’t perform that action at this time.
0 commit comments