VSCode codemp plugin -- code multiplexer
Find a file
2023-08-17 22:50:49 +02:00
.cargo fix: codemp dependency, reverted some changes 2023-08-17 00:15:34 +02:00
.github/workflows ci: added key 2023-08-17 02:11:56 +02:00
src fix: codemp dependency, reverted some changes 2023-08-17 00:15:34 +02:00
.bundle.sh chore: removed rest of the project: 2023-08-16 23:29:45 +02:00
.editorconfig fix: editorconfig for yaml 2023-08-17 22:50:49 +02:00
.gitignore build: improved buildscript and bundle, added cmds 2023-07-04 01:02:50 +02:00
.rustfmt.toml build: initial commit with tonic stubs 2022-07-10 19:01:56 +02:00
Cargo.toml fix: codemp dependency, reverted some changes 2023-08-17 00:15:34 +02:00
LICENSE fix: not really FOSS 2023-07-16 19:42:42 +02:00
package.json chore: removed rest of the project: 2023-08-16 23:29:45 +02:00
README.md docs: updated README 2023-08-17 20:40:21 +02:00

codemp vscode

This repository contains the vscode extension for codemp

Building

Just compiling is not enough: neon requires us to run npm install to produce a *.node file, loadable from nodejs. A vscode extension is basically a zip archive with a .vsix estension. If you're on Linux, the .bundle.sh script will produce a barebones extension bundle.

Installing

From VSCode extensions tab, press the menu button and choose "install from vsix", then pick the previously built file.