publicodes-language-server
v0.4.0
Published
Publicodes language toolkit
Downloads
14
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 watch
In VSCode:
- select
Launch Client
from the drop down (if it is not already). - press ▷ to run the launch config (F5).