1.0.27 • Published 5 years ago

vscode-extension-install v1.0.27

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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"
  }
  ...
}
1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.15

5 years ago