iljapostnovs / VSCodeUI5Plugin

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

MacOS shows "X" class doesn't existTagLinter(UI5plugin) #350

Closed mateusz-matyjaszczyk closed 1 year ago

mateusz-matyjaszczyk commented 1 year ago

Describe the bug I have an UI5 application - that shows error on every single line of XML view but only on MacOS.

To Reproduce Steps to reproduce the behavior:

  1. Create an Fiori project using generator
  2. Open this project in VSCode on MacOS and you will see errors
  3. Open this project in VSCode on Windows and there are no errors

Expected behavior I would expect MacOS and Windows versions to work the same.

Screenshots Windows: CleanShot 2023-06-20 at 15 46 54

MacOS: CleanShot 2023-06-20 at 15 47 33

CleanShot 2023-06-20 at 15 48 06 CleanShot 2023-06-20 at 15 48 19

Desktop (please complete the following information):

Project attachment It happens with any project in my case.

iljapostnovs commented 1 year ago

Hi,

Thanks for bug report! However, this issue, again, goes into "I don't have a macOS device" issue ;) So I asked my filthy rich friends to test it on their side, and everything is working for them. Which leads to the point that it is probably device/network/specific configuration issue. Could you please share a minimal project example which doesn't work for you with all the settings you have there? If the project will work, I am not sure how I will be able to help, because I can't reproduce it.

Before that, please try to execute Clear Cache command couple of times.

iljapostnovs commented 1 year ago

Finally managed to configure macOS Virtual Machine, everything works for me there as well. So, still, waiting for the project example :)

mateusz-matyjaszczyk commented 1 year ago

for whatever reason the issue does not occur anymore for me... Maybe it was problem with loading the extension (can't really say as I did not checked the VSCode console for errors)

mateusz-matyjaszczyk commented 1 year ago

closing as I am unable to give an explanation when it happens