At the very first time install some packages in project directory: (make sure Node.js is installed on your machine)
cd /path/to/vscode_erlang
npm install
npm install -g vsce
Build the extension and create a VSIX package for manual distributing:
./rebar3 compile
vsce package
In "Run" sidbar choose "Launch Extension".
In "Terminal" menu choose "New Terminal". then
./rebar3 ct
- vsce package : 'vscode:prepublish' is executed
See syntaxes/README.md.
- Visual Studio Code Extension API