mrcrowl / vscode-easy-less

Easy LESS extension for Visual Studio Code
MIT License
68 stars 23 forks source link

EasyLess extension hanging with new version of vscode #85

Closed rfossella closed 2 years ago

rfossella commented 3 years ago

Hello, I use EasyLess on three separate vscode installations. Always worked well.
Since latest vsCode upgrade 1.57.1 I've noticed

  1. intermittent less syntax highlighting (outside of plugin)
  2. no compilation on save.

All three installations now suffer from same issue. Only restarting vscode resolves.

Trying to determine if this is plugin related or something else that someone may have observed.

Thanks. Rob

mrcrowl commented 3 years ago

Hi Rob, does this issue occur with all other extensions (except EasyLESS) disabled? I can't reproduce the issue myself, so just checking it's not an interaction from another extension causing this.

rfossella commented 3 years ago

Hi. I've not tried disabling all extensions. I first noticed my LESS changes weren't saving to CSS, then went back and saw syntax highlighting wasn't working either. I believe the syntax highlighting happens outside of your plugin? Could it be the undelying LESS compiler? Just odd that all my VScode instances went bad after 1.57.

mrcrowl commented 3 years ago

That's right. Less highlighting is natively baked into VS Code. Let me know how you get on with disabling all other extensions (there's a feature built into the extensions area for this purpose). Just wanting to eliminate some other influence, some I can't repro your issue.

mrcrowl commented 2 years ago

Closing due to inactivity.