bootstrap4-snippets icon indicating copy to clipboard operation
bootstrap4-snippets copied to clipboard

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

Open blikblum opened this issue 6 years ago • 2 comments

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?

blikblum avatar Mar 05 '19 15:03 blikblum

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"
}

laakal avatar May 07 '19 10:05 laakal

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

lonix1 avatar Aug 24 '19 06:08 lonix1