iljapostnovs / VSCodeUI5Plugin

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

Extention doesn't work correctly on MacOs #296

Closed Anarhi916 closed 1 year ago

Anarhi916 commented 1 year ago

Extention doesn't work correctly with XML files on my macbook. I mean that on my PC with windows extention works perfectly, but when I open VS Code with the same accaunt on mac os extention underlines all code lines in red.

Code on Mac Os Screenshot 2023-02-07 at 14 30 26

The same code on windows Без имени

iljapostnovs commented 1 year ago

Hi,

Challenging problem, I don't have a Macbook or any other Mac device to debug :) The only problem I can think of is that MacOS can have funny bugs because of case insensitive file system, which sucks really bad, because there is no way to distinguish e.g. Main.view.xml from main.view.xml. I'm not sure how I can reproduce the issue without a device. I will think a bit and let you know if I have any ideas.

iljapostnovs commented 1 year ago

Hi,

I did a major release, a lot of things were restructured. Could you check if the problem still persists?

Anarhi916 commented 1 year ago

Hi, I've just reinstall extention on my Mac and it started to work fine, thanks!