mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-21 23:14:49 +01:00
VSCode codemp plugin -- code multiplexer
.cargo | ||
.github/workflows | ||
src | ||
.editorconfig | ||
.eslintrc.json | ||
.gitignore | ||
.rustfmt.toml | ||
.vscodeignore | ||
CHANGELOG.md | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vsc-extension-quickstart.md |
codemp vscode
This repository contains the vscode extension for codemp
Bundling
A vscode extension is basically a zip archive with a .vsix
estension.
Use 'npm run bundle' to bundle the extension and create a .vsix file to manually import it into vscode.
Installing
From VSCode extensions tab, press the menu button and choose "install from vsix", then pick the previously built file.