iljapostnovs / VSCodeUI5Plugin

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

Bug: #417

Open mateusz-matyjaszczyk opened 2 months ago

mateusz-matyjaszczyk commented 2 months ago

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

iljapostnovs commented 1 month ago

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

zoukun-shin commented 1 month ago

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?

iljapostnovs commented 1 month ago

@zoukun-shin, please read README

zoukun-shin commented 1 week ago

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

iljapostnovs commented 1 week ago

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

zoukun-shin commented 1 week ago

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.