VSCode codemp plugin -- code multiplexer
Find a file
2024-08-24 20:38:07 +02: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 feat: updated callback according to new API and added debug console logs 2024-08-24 20:38:07 +02: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 new way to build and bundle 2023-12-24 15:06:43 +01: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
CHANGELOG.md boiler plate extension 2023-09-14 23:17:53 +02:00
LICENSE feat: updated extension according to new glue 2024-08-21 18:56:48 +02:00
package.json feat: updated callback according to new API and added debug console logs 2024-08-24 20:38:07 +02:00
README.md feat: updated extension according to new glue 2024-08-21 18:56:48 +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

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.