Steps
- Find the source code, and clone it, probably from GitHub.
-
cd
to the folder, then
# npm install -g vsce
npx vsce package
# make sure `code` is in PATH first
code --install-extension my-extension-0.0.1.vsix
I am doing it with this package, https://github.com/patarapolw/vscode-language-ignore
Top comments (0)