1tontech / bootstrap4-snippets

Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
MIT License
117 stars 43 forks source link

vscode: how to disable bs4 snnipet suggestion for javascript files? #15

Open blikblum opened 5 years ago

blikblum commented 5 years ago

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?

laakal commented 5 years ago

Go extensions folder location for Visual Studio Code. For linux: $USERHOME/.vscode/extensions/

{
        "language": "javascript",
    "path": "./snippets.json"
}
lonix1 commented 5 years ago

It would be nice to have this in the IDE's config.