codemp-vscode/README.md

10 lines
396 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
## Bundling
2023-08-17 20:40:21 +02:00
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.
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.