microsoft / language-server-protocol

Defines a common protocol for language servers.
https://microsoft.github.io/language-server-protocol/
Creative Commons Attribution 4.0 International
10.95k stars 766 forks source link

Add Volar to SDKs and language servers based on it #1854

Closed remcohaszing closed 7 months ago

remcohaszing commented 7 months ago

Volar is a framework for building language servers for languages that use embedded languages, with a focus on JavaScript/TypeScript. This is currently used by the official language servers of Astro, MDX, and Vue.