Skip to content

Commit 352164f

Browse files
authored
chore: Update README.md (#510)
* Update README.md * chore: ran formatting * chore: update readme with correct sequence
1 parent 90807cd commit 352164f

File tree

1 file changed

+8
-2
lines changed
  • packages/vscode-ui5-language-assistant

1 file changed

+8
-2
lines changed

packages/vscode-ui5-language-assistant/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,15 @@ This means that there may be a delay between starting VS Code and having the rel
150150

151151
### Limitations
152152

153-
#### SAPUI5 version
153+
#### UI5 version and framework
154154

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.
156162

157163
#### Custom controls
158164

0 commit comments

Comments
 (0)