4.0.0 • Published 3 years ago

@sideroad/vscode-extension-install v4.0.0

Weekly downloads
65
License
MIT
Repository
github
Last release
3 years ago

vscode-extension-install

Prerequisite

The machine should be installed vscode command line as code. otherwise skill process to install extension.

How to use

VSCode can have setting to install extension by preparing .vscode/extensions.json. This tool enforce to install vscode extension by using extensions.json file

.vscode/extensions.json

{
  "recommendations": [
      "dbaeumer.vscode-eslint", "shinnn.stylelint"
  ]
}
npm i --save-dev vscode-extension-install

package.json

{
  ...
  "scripts": {
    "postinstall": "vscode-extension-install"
  }
  ...
}

LICENSE

MIT

4.0.0

3 years ago

2.2.4

4 years ago

2.2.3

5 years ago

2.1.2

5 years ago

2.0.3

5 years ago

2.0.0

5 years ago

1.0.33

5 years ago

1.0.30

5 years ago

1.0.28

5 years ago