vsmodac
Basic Extensions, configuration and snippets used at Modell Aachen for VSCode
- See
package.json -> contributes -> snippets for list of contributed snippets
- See
package.json -> contributes -> configurationDefaults for list configuration defaults
- See
package.json -> extensionPack for list of contributed configurations
Installation
Step 1
git clone git@github.com:modell-aachen/vsmodac.git
cd vsmodac
npx vsce package
Step 2:
- change the version number the version displayed (so run the next command twice,
once to get the version number, once with the right version number)
code --install-extension vsmodac-1.0.0.vsix
Publishing
npm version [major | minor | patch] --no-git-tag-version
| |