@usethesource/rascal-vscode-dsl-lsp-server
v0.12.0
Published
This package is intended for if you want to release your Rascal DSL as a separate VS Code extension, you are responsible for the initial setup, but this package will provide you a LSP server ready for action.
Downloads
615
Maintainers
Readme
Rascal Metaprogramming Language - VSCode DSL LSP Server
This package enables writing your own VS Code extension while using Rascal's VS Code LSP abstraction.
See examples/
subdirectory for how to use this package. The entry point of this library is the ParameterizedLanguageServer
class from the Rascal VS Code extension.
The release notes can be found in the Github Repo.