Skip to content

publicodes/language-server

Repository files navigation

Publicodes language server

Report BugPublicodesThe VSCode extension

⚠️ The project is in WIP and the server has only been tested with VSCode and the nosgestesclimat model. ⚠️

publicodes-language-server.demo.mp4

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