Then open this folder in VS Code and press F5 to launch the Extension Development Host.
Open any .cx file (for example ../main.cx) to verify highlighting and language features.
Package as VSIX
cd vscode-contxt
npm install
npm run package
This produces a .vsix file in the extension folder.
Install locally in VS Code
npm run install-local
If the code shell command is not available, use VS Code's Extensions view and choose Install from VSIX....