READMEThis is the README for the "languageprovider-sample"This folder contains a sample VS code extension that demonstrates an extension that runs a language server The extension observes all 'plaintext' documents (documents from all editors not associated with a language) and uses the server to provide validation and completion proposals. The code for the extension is in the 'client' folder. It uses the 'vscode-languageclient' node module to launch the language server. The language server is located in the 'server' folder. How to run locally
|