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
and after installing of the sublime-babel ext there are 2 JS languages in VSCode: Javascript (Babel) (javascript)
and Javascript React (Babel) (javascriptreact)
Then I create a JS file a.js. Language mode is Javascript (Babel). And when I type snippet's prefix I don't see suggestion. But when I change scope in snippets file to javascriptreact it starts to work. Despite I have a plain js file with language mode of Javascript (Babel).
I've tried to reload VSCode without extensions and snippets work as expected with the scope property.
Seems there is a bug in affect of the extension on language mode...
The text was updated successfully, but these errors were encountered:
I've created project located language specific snippet file:
.vscode/c.code-snippets
with such snippet:
and after installing of the sublime-babel ext there are 2 JS languages in VSCode:
Javascript (Babel) (javascript)
and
Javascript React (Babel) (javascriptreact)
Then I create a JS file
a.js
. Language mode is Javascript (Babel). And when I type snippet's prefix I don't see suggestion. But when I change scope in snippets file tojavascriptreact
it starts to work. Despite I have a plain js file with language mode of Javascript (Babel).I've tried to reload VSCode without extensions and snippets work as expected with the scope property.
Seems there is a bug in affect of the extension on language mode...
The text was updated successfully, but these errors were encountered: