mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
ad9675f099
* 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 |
||
---|---|---|
.. | ||
azure-pipelines | ||
builtin | ||
darwin | ||
lib | ||
linux | ||
monaco | ||
npm | ||
win32 | ||
.cachesalt | ||
.gitattributes | ||
.gitignore | ||
.moduleignore | ||
.webignore | ||
eslint.js | ||
filters.js | ||
gulpfile.compile.js | ||
gulpfile.editor.js | ||
gulpfile.extensions.js | ||
gulpfile.hygiene.js | ||
gulpfile.js | ||
gulpfile.reh.js | ||
gulpfile.scan.js | ||
gulpfile.vscode.js | ||
gulpfile.vscode.linux.js | ||
gulpfile.vscode.web.js | ||
gulpfile.vscode.win32.js | ||
hygiene.js | ||
package.json | ||
tsconfig.build.json | ||
tsconfig.json | ||
yarn.lock |