VSCode codemp plugin -- code multiplexer
Find a file
2023-12-24 15:04:34 +01:00
.cargo feat: switched from neon to napi 2023-08-19 18:43:22 +02:00
.github/workflows ci: added key 2023-08-17 02:11:56 +02:00
src fixed opcache? 2023-12-24 15:04:34 +01:00
.editorconfig fix: editorconfig for yaml 2023-08-17 22:50:49 +02:00
.eslintrc.json changed how to build 2023-09-14 23:58:14 +02:00
.gitignore changed how to build 2023-09-14 23:58:14 +02:00
.rustfmt.toml build: initial commit with tonic stubs 2022-07-10 19:01:56 +02:00
.vscodeignore pushed vscodeignore 2023-12-23 19:24:02 +01:00
build.rs feat: switched from neon to napi 2023-08-19 18:43:22 +02:00
Cargo.toml updated to v0.5.1 2023-12-22 19:39:29 +01:00
CHANGELOG.md boiler plate extension 2023-09-14 23:17:53 +02:00
LICENSE fix: not really FOSS 2023-07-16 19:42:42 +02:00
package.json updated to v0.5.1 2023-12-22 19:39:29 +01:00
README.md docs: updated README 2023-08-17 20:40:21 +02:00
tsconfig.json New features: receiving and sending cursor events 2023-10-01 10:47:53 +02:00
vsc-extension-quickstart.md boiler plate extension 2023-09-14 23:17:53 +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.