You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Expected: commented using // -- this is how Brackets works in Sprint 37
@njx Could this be due to your EditorCommandHandler changes? Toggle Line Comment still works in JS code, so maybe not -- maybe something changed in cmv4's LESS mode that makes LanguageManager confused about whether it's CSS vs. LESS under the cursor?
Result: the code is commented using
/* ... */Expected: commented using
//-- this is how Brackets works in Sprint 37@njx Could this be due to your EditorCommandHandler changes? Toggle Line Comment still works in JS code, so maybe not -- maybe something changed in cmv4's LESS mode that makes LanguageManager confused about whether it's CSS vs. LESS under the cursor?