vscode/extensions/markdown-language-features
Matt Bierner 5d5ea15a65
Allow passing in custom workspace/parser to markdown server (#160429)
For #159805

This splits the markdown server into two main functions:

- `startVsCodeServer` which assumes the client can implement all the functionality of VS Code. It is not specific to VS Code however, the client just need to implement the custom messages that VS Code does

- `startServer` which lets you pass in your own implementation of the parser and workspace. A consumer of the server can then use this to have their own custom server implementation, which might use normal node apis to read files
2022-09-08 11:35:42 -07:00
..
media Also apply max-width to videos in webviews (#159500) 2022-08-30 00:52:54 +02:00
notebook Apply editor-font-family to all code in notebooks (#157554) 2022-08-08 20:59:16 +02:00
preview-src Use .?method() in more places (#152112) 2022-06-15 16:28:31 +00:00
schemas [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
server Allow passing in custom workspace/parser to markdown server (#160429) 2022-09-08 11:35:42 -07:00
src Use MD LS for resolving all document links (#160238) 2022-09-07 20:55:14 -07:00
test-workspace Make sure we decode path components for md path completions 2022-03-22 16:58:37 -07:00
.gitignore Make sure we ignore compiled media files 2021-03-19 12:12:59 -07:00
.vscodeignore Exclude esbuild files from build (#156362) 2022-07-27 09:32:07 -04:00
esbuild-notebook.js Reapply parcel/watcher adoption 2022-03-24 14:13:39 -07:00
esbuild-preview.js Fixes microsoft/vscode#147936 (#148503) 2022-05-02 09:33:51 -07:00
extension-browser.webpack.config.js Scaffold out basic markdown language server (#154293) 2022-07-06 16:03:24 -07:00
extension.webpack.config.js Fix compilation error (#154699) 2022-07-10 07:50:17 -07:00
icon.png
package.json Pick up 8.0.2 for MD language client (#159319) 2022-08-26 11:13:37 -04:00
package.nls.json Pick up new markdown LS version (#157843) 2022-08-10 18:16:24 -07:00
README.md
tsconfig.browser.json Try adding browser specific tsconfig 2021-07-22 17:00:17 -07:00
tsconfig.json Remove references to finalized drop api (#155128) 2022-07-14 08:27:25 +02:00
yarn.lock Pick up 8.0.2 for MD language client (#159319) 2022-08-26 11:13:37 -04:00

Language Features for Markdown files

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See Markdown in Visual Studio Code to learn about the features of this extension.