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
npm install
npm run build
npx @vscode/vsce package
Step 2:
Install the generated .vsix file (replace the version with the one shown in step 1):
code --install-extension vsmodac-<version>.vsix
Publishing
From the main branch, run:
npm version [major | minor | patch]
This will automatically:
- Bump the version in
package.json
- Create a
release/v<version> branch and commit the change
- Push the branch and create a PR
- Enable auto-merge (squash) on the PR
Use patch for bug fixes, minor for new features, and major for breaking changes.
Check the published version:
https://marketplace.visualstudio.com/manage/publishers/modellaachen
| |