This repo consists of 2 separate projects/packages:
In order to tighten the dev loop you can utilize npm link that will sync changes to service package without re-installing.
cd language-servicenpm installnpm run watchcd ../language-servernpm installnpm link ../language-servicenpm run watchThere's an option to connect to the language server via stdio to help with intergrating the language server into different clients.
This project was forked from the YAML Language Server by Red Hat.
TypeScript
98.7%
JavaScript
1.3%
This repo consists of 2 separate projects/packages:
In order to tighten the dev loop you can utilize npm link that will sync changes to service package without re-installing.
cd language-servicenpm installnpm run watchcd ../language-servernpm installnpm link ../language-servicenpm run watchThere's an option to connect to the language server via stdio to help with intergrating the language server into different clients.
This project was forked from the YAML Language Server by Red Hat.
TypeScript
98.7%
JavaScript
1.3%