bootstrap4-snippets
bootstrap4-snippets copied to clipboard
vscode: how to disable bs4 snnipet suggestion for javascript files?
Using vscode
Currently bs4 snippets is show in quick suggestion list on javascript files.
Is there a way to disable bs4 snippets in javascript files?
Go extensions folder location for Visual Studio Code. For linux: $USERHOME/.vscode/extensions/
- Find and open thekalinga.bootstrap4 folder.
- Open package.json file
- Remove the following setting from contributes > snippets section.
{
"language": "javascript",
"path": "./snippets.json"
}
It would be nice to have this in the IDE's config.