publicodes-language-server
v0.4.0
Published
Publicodes language toolkit
Maintainers
Readme
:warning: The project is in WIP and the server has only been tested with VSCode and the nosgestesclimat model. :warning:
A language server for Publicodes providing basic features:
- Completions based on current project rules and publicodes's mechanisms
- Diagnostics generated on each save
Recognized extension files are:
.publi.yml,.publicodes.yml,.publi.yaml,.publicodes.yaml,.publi,.publicodes.
To run in local
In your terminal, run:
yarn
yarn watchIn VSCode:
- select
Launch Clientfrom the drop down (if it is not already). - press ▷ to run the launch config (F5).
