iljapostnovs / VSCodeUI5Plugin

Visual Studio Code Extension for UI5 Development
Apache License 2.0
61 stars 6 forks source link

Linter issue with Fragment Loading #329

Closed mateusz-matyjaszczyk closed 1 year ago

mateusz-matyjaszczyk commented 1 year ago

Describe the bug In 1.93 there is a new way to load a fragment, which is not recognized by linter.

Screenshots 238258912-3fefee19-f7c4-4580-be91-1a23b1cbda9c

CleanShot 2023-05-15 at 13 17 03

Project attachment Please let me know if it's needed - I will prepare something.

iljapostnovs commented 1 year ago

Hi.

Which UI5 Version do you use for the extension?

mateusz-matyjaszczyk commented 1 year ago

Hi,

1.111.4

iljapostnovs commented 1 year ago

It is recognized by version 1.111.4 image

How to reproduce the issue?

mateusz-matyjaszczyk commented 1 year ago

Actually a good question. In older version of extension this property exist: CleanShot 2023-05-15 at 16 42 17

in never version: CleanShot 2023-05-15 at 16 43 39

iljapostnovs commented 1 year ago

Yes, there was a big update to v1.0.0, please read README.md or CHANGELOG.md to be updated about the changes.

mateusz-matyjaszczyk commented 1 year ago

Yes I saw it nevertheless I just rechecked and there is no mention that it was/will be deleted and how to change lib version currently.

iljapostnovs commented 1 year ago

It is right on the top of the readme...

image

mateusz-matyjaszczyk commented 1 year ago

Oh... (ashamed)

Thanks!