- node (v16.3.0): See nvm to install node
- npm (v7.15.1): Comes with node
npm install
npm run-script package
-
The best way to test local version is to open project folder in vscode and press
F5
to execute a specific task that will open a development vcode windows. With this approach, any modification in the code can be retrieved in the dev windows by just reloading it (Reload Windows
) -
Another approach is to package the project and install it
Before doing any modification, it is best to increase the version number before starting development window. Indeed, if the plugin is already installed, vscode struggles to upgrade it.
The project does not have right now tests
The release is done by a Github Action, to activate the GH action you just need to push a tag. Here are some rules: