VSCodeUI5Plugin icon indicating copy to clipboard operation
VSCodeUI5Plugin copied to clipboard

Bug:

Open mateusz-matyjaszczyk opened this issue 1 year ago • 6 comments

Describe the bug Wrong linter error from UI5Plugin. It says that aggregation rowMode doesn't exist while it actually does according to the documentation.

Expected behavior I expect it to work according to the documentation.

Screenshots CleanShot 2024-07-16 at 18 08 28@2x

mateusz-matyjaszczyk avatar Jul 16 '24 11:07 mateusz-matyjaszczyk

Hi. Did you change the UI5 version in package.json? :) Works fine for me: image

iljapostnovs avatar Aug 11 '24 08:08 iljapostnovs

I have also encountered the same problem. I created the application through the wizard program in BAS and have not modified the UI5 version. How can I specify the version in package.json?

zoukun-shin avatar Aug 14 '24 06:08 zoukun-shin

@zoukun-shin, please read README

iljapostnovs avatar Aug 14 '24 12:08 iljapostnovs

My project structure is as follows: image There are multiple "MTA" projects in UMC_UI5, and I created a package.exe file in the UMC_UI5 path and added the configuration. I am confident that this configuration path is correct because 'eventNamingPattern' has taken effect,but the error still persists image

zoukun-shin avatar Sep 03 '24 17:09 zoukun-shin

My project structure is as follows: image There are multiple "MTA" projects in UMC_UI5, and I created a package.exe file in the UMC_UI5 path and added the configuration. I am confident that this configuration path is correct because 'eventNamingPattern' has taken effect,but the error still persists image

If you want to edit ui5 version in mm-s4apps01, you should edit package.json in mm-s4apps01/package.json

iljapostnovs avatar Sep 03 '24 20:09 iljapostnovs

After testing, the packag. json in the root node seems to be working, but for BAS, it needs to refresh the webpage. When I use proxyWorkspaces, mm-s4apps01/package. json works, But still need to refresh the webpage, at least for ui5version. Thank you, I have no further questions.

zoukun-shin avatar Sep 04 '24 05:09 zoukun-shin