codemp-vscode/README.md

11 lines
497 B
Markdown
Raw Normal View History

2023-08-17 20:40:21 +02:00
# codemp vscode
This repository contains the vscode extension for codemp
2022-09-14 12:13:48 +02:00
2023-08-17 20:40:21 +02:00
## 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.
2022-09-14 12:13:48 +02:00
2023-08-17 20:40:21 +02:00
## Installing
From VSCode extensions tab, press the menu button and choose "install from vsix", then pick the previously built file.