Stefan Bauer

Results 122 comments of Stefan Bauer

Yeah I know - Pretty strange issue, I experimented a while before I raised the issue. Could it be an ARM vs Intel issue?

Same as you. ![image](https://github.com/stylelint/vscode-stylelint/assets/5503835/1479febf-fdf3-4e19-a47a-81efe41fbd31)

Restarted the service and then nothing will be reported at all.

I tried it on a blank repo to, without the sorting rules or config. It works without any problem but not with that CSSComb like ordering of properties.

@ybiquitous is there something I can do do enable advanced debugging. Something like verbose logging?

@ybiquitous Yeah I think I will do this. Tried to create a `.env` file in the extension folder but somehow it does not seem to reflect it in the dist...

I debugged now directly with the extension cause the other option haven't worked. I mean It does not through any error but doesn't do anything at all. ![Screenshot 2024-02-19 at...

@ybiquitous I hate to be the bearer of bad news but nothing happened. - Node 18 - Stylelint ```json { "dependencies": { "postcss-scss": "^4.0.9", "stylelint": "^16.2.1", "stylelint-order": "^6.0.4", "stylelint-scss": "^6.1.0"...

@ling1726 - Thank you very much - hope this get merged and released soon as well as solve the problem. 🙏

Which Dialog are you using? A regular HTML `` perhaps. In this case the Combobox gets added behind the dialog. The reason for this is that both, the input and...