vscode/extensions/markdown-language-features
Matt Bierner 579dab3196 Update custom editor api
For #77131

- Use a class for `CustomDocument` instead of an interface. Extensions can now add their own data to a `CustomDocument` by sublassing

- Renamed `resolveCustomDocument` to `openCustomDocument` and require that extensions return a `CustomDocument`

- Exposed edits on `CustomDocument`

- Made the third parameter of `registerCustomEditorProvider` a generic options bag that takes a `webviewOptions`
2020-03-23 13:10:49 -07:00
..
media
preview-src Don't include dom typings in extensions (#89942) 2020-02-04 11:08:22 -08:00
schemas
src Update custom editor api 2020-03-23 13:10:49 -07:00
.vscodeignore
extension.webpack.config.js
icon.png
package.json Revert "Fix #73803" 2020-03-06 00:30:14 -08:00
package.nls.json
README.md
tsconfig.json
webpack.config.js
yarn.lock Bump acorn from 6.3.0 to 6.4.1 in /extensions/markdown-language-features (#92742) 2020-03-16 10:16:40 -07: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.