Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 2.11 KB

README.org

File metadata and controls

57 lines (47 loc) · 2.11 KB

https://github.com/casm-lang/casm-lang.logo/raw/master/etc/headline.png

casm-lang.plugin.vscode

CASM language extension integration for the language client vscode-editor.

The vscode extension/plugin calls directly a casmd language server process and communicates through the stdin/stdout stream with the application where the language server protocol (LSP) is implemented.

Installation

TBD

$ cd <PATH>
$ git clone https://github.com/casm-lang/casm-lang.plugin.vscode
$ cd casm-lang.plugin.vscode
$ make
$ code .

TBD

Copyright and License

The copyright holder of casm-lang.plugin.vscode is the CASM organization (@casm-lang) and the used license of casm-lang.plugin.vscode is the GNU GPLv3+.