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
Manual configuration steps
After installation do the following steps manually
Set path to perltidy.sh
The perltidy executable path setting needs to be set to the absolute path of perltidy.
Example:
/home/<user>/repos/QwikiContrib/perltidy.sh
Publishing
npm version [major | minor | patch] --no-git-tag-version
| |