vscode/build/npm
Matt Bierner ad9675f099
Scaffold out basic markdown language server (#154293)
* Scaffold out basic markdown lsp

This scaffolds out a new markdown language server and then uses it to implement document symbols. After the change, the markdown extension will have the following structure:

- languageService — Where all the LSP language stuff will eventually land
- server — The actual language server. Consumes ` languageService`
- src — The current extension that launches the server and implements VS Code specific functions

* Adding build scripts

* a

* Use language service from github

* Remove ls build scripts

* Bump versions

* Only build ext

* Enable for web

* Fixing for browser
2022-07-06 16:03:24 -07:00
..
gyp Fetch native headers during preinstall phase. 2022-01-11 12:13:13 +01:00
dirs.js Scaffold out basic markdown language server (#154293) 2022-07-06 16:03:24 -07:00
jsconfig.json Adding jsconfig for npm scripts 2022-02-28 15:06:43 -08:00
postinstall.js Generate policies again (#149322) 2022-05-12 09:16:03 +02:00
preinstall.js Reduce nodejs version >= 17 error to a warning in order to allow for smooth bisects in the future (#150969) 2022-06-01 09:18:28 -04:00
setupBuildYarnrc.js Generate policies again (#149322) 2022-05-12 09:16:03 +02:00
update-all-grammars.mjs Experiment with using mjs for one of our build scripts 2022-02-28 14:47:25 -08:00
update-distro.mjs Move update-distro script to mjs 2022-02-28 14:56:38 -08:00
update-localization-extension.js Adding jsconfig for npm scripts 2022-02-28 15:06:43 -08:00