Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for autopopinmode / importance tags for responsive table #334

Closed
my0name opened this issue Dec 9, 2020 · 2 comments
Closed

Comments

@my0name
Copy link

my0name commented Dec 9, 2020

Hi,
I've encountered a problem in VSCode (latest) and the UI5 Language Assistant 1.6.0.
If I'm using the autoPopinMode property of the table or the importance property in the columns, I'm getting told, that they're not supported (see screenshot)

column

@bd82
Copy link
Member

bd82 commented Dec 10, 2020

The importance property was added in UI5 1.76

image

However this VSCode extension is hard-coded to use version 1.71.14. Which is why you see an error.

Resolving this depends on #245

@petermuessig
Copy link
Contributor

The latest version 3.2.1 brings multi-version support for the UI5 Language Assistant. The version is derived from the minUI5Version of the closest manifest.json and resolved against the latest available and supported versions from UI5.

Fixed with PR #472 #469

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants