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.
When trying to use the shortcut [Ctrl + /] for commenting 1 line of code in a *.cpp file, the lineComment is not working and the following message is displayed on the console: called LanguageManager._getLanguageForMode with a mode for which no language has been registered: clike
The exact same message appear when I try to use the blockComment.
Tested on Brackets Sprint 38 version expérimentale 0.38.0-12606 (release 4df8afd) without any extensions
When trying to use the shortcut
[Ctrl + /]for commenting 1 line of code in a *.cpp file, thelineCommentis not working and the following message is displayed on the console:called LanguageManager._getLanguageForMode with a mode for which no language has been registered: clikeThe exact same message appear when I try to use the
blockComment.Tested on Brackets Sprint 38 version expérimentale 0.38.0-12606 (release 4df8afd) without any extensions