Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 570 Bytes

DevelopersReadme.md

File metadata and controls

27 lines (16 loc) · 570 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".

Language syntax file

See syntaxes/README.md.

References

  1. Visual Studio Code Extension API