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.
TBD
$ cd <PATH>
$ git clone https://github.com/casm-lang/casm-lang.plugin.vscode
$ cd casm-lang.plugin.vscode
$ make
$ code .
TBD
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+.