vscode/build
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
..
azure-pipelines Scaffold out basic markdown language server (#154293) 2022-07-06 16:03:24 -07:00
builtin chore: bump electron@18.0.0-beta.4 2022-05-31 08:25:29 +09:00
darwin Enable alwaysStrict for build scripts (#152778) 2022-06-21 19:00:43 +00:00
lib Debt - sessionSync -> editSessions (#154289) 2022-07-06 11:03:38 -07:00
linux fix: rpm dependency on gdk-pixbuf (#153276) 2022-06-27 07:43:27 +00:00
monaco
npm Scaffold out basic markdown language server (#154293) 2022-07-06 16:03:24 -07:00
win32
.cachesalt chore: bump cache 2022-06-10 19:21:35 +09:00
.gitattributes
.gitignore
.moduleignore Stop removing app insights in the meantime (#152413) 2022-06-16 18:59:10 -07:00
.webignore Stop removing app insights in the meantime (#152413) 2022-06-16 18:59:10 -07:00
eslint.js
filters.js Remove custom editor tests (#152777) 2022-06-21 15:37:19 -04:00
gulpfile.compile.js have compilation#transpileTask as a separate place for tweaks 2022-06-23 17:32:20 +02:00
gulpfile.editor.js have compilation#transpileTask as a separate place for tweaks 2022-06-23 17:32:20 +02:00
gulpfile.extensions.js Scaffold out basic markdown language server (#154293) 2022-07-06 16:03:24 -07:00
gulpfile.hygiene.js auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
gulpfile.js have compilation#transpileTask as a separate place for tweaks 2022-06-23 17:32:20 +02:00
gulpfile.reh.js auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
gulpfile.scan.js
gulpfile.vscode.js Add a setting to enable sandbox: true for windows (#154062) 2022-07-05 09:54:28 +02:00
gulpfile.vscode.linux.js Remove fakeroot wrapper, when building .rpm packages (#153249) 2022-07-05 14:01:03 -07:00
gulpfile.vscode.web.js auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
gulpfile.vscode.win32.js
hygiene.js auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
package.json Bump got from 11.8.1 to 11.8.5 in /build (#152788) 2022-06-26 19:27:42 +00:00
tsconfig.build.json
tsconfig.json Enable alwaysStrict for build scripts (#152778) 2022-06-21 19:00:43 +00:00
yarn.lock Bump got from 11.8.1 to 11.8.5 in /build (#152788) 2022-06-26 19:27:42 +00:00