Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Files

Latest commit

 

History

History
67 lines (55 loc) · 2.3 KB

README.org

File metadata and controls

67 lines (55 loc) · 2.3 KB

⚠️ This repository has been archived and its development work moved to the SEA language project.

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+.