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

CASM Plug-in for Language Server Protocol Extension in VS Code

License

Notifications You must be signed in to change notification settings

casm-lang/casm-lang.plugin.vscode

Repository files navigation

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