Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 736 Bytes

DevelopersReadme.md

File metadata and controls

42 lines (24 loc) · 736 Bytes

Developer's Readme

Build

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

Test

In "Run" sidbar choose "Launch Extension".

Run unit tests

In "Terminal" menu choose "New Terminal". then

./rebar3 ct

build package

  • vsce package : 'vscode:prepublish' is executed

Language syntax file

See syntaxes/README.md.

References

  1. Visual Studio Code Extension API