Workspace-local extensions in VS Code.
- Generate a VS Code extension using
yo code. - Symlink the extension to
~/.vscode/extensions/[id]. - Disable the extension on every workspace.
- Enable the extension on target workspace.
Removing extra fluff in case the VS Code extension is part of a larger project with build infrastructure:
.eslintrc.jsonCHANGELOG.mdvsc-extension-quickstart.md.vscode- In
package.json:eslintstuff
Things to ignore in .gitignore:
outnode_modules