# 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.