vscode/extensions/markdown-language-features
Matt Bierner fd430418a0
Refine CellInfo type (#125351)
For #125269

- Rename `CellInfo` - >`OutputItem` (only internally, we also need to update the published types)
- Move `id` into `OutputItem`
- Move `element` out of `OutputItem`
- Rename `renderCell` to `renderOutputItem`
- Rename `destoryCell` to `disposeOutputItem` (`dispose` is  the term we generally use in our APIs)
2021-06-03 13:01:02 -07:00
..
media 💄 2021-05-26 12:55:32 -07:00
notebook Refine CellInfo type (#125351) 2021-06-03 13:01:02 -07:00
preview-src Use @types/vscode-webview 2021-05-27 13:41:38 -07:00
schemas [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
src Updating pinning test 2021-05-21 15:01:05 -07:00
test-workspace Always use vscode.open to open markdown links 2020-11-05 17:00:16 -08:00
.gitignore Make sure we ignore compiled media files 2021-03-19 12:12:59 -07:00
.vscodeignore Do not ship unnecessary files with extensions 2020-07-24 13:57:51 +02:00
esbuild.js Reapply markup renderers change 2021-04-28 10:44:25 -07:00
extension-browser.webpack.config.js used shared webpack-config for browser 2020-06-25 23:22:02 +02:00
extension.webpack.config.js
icon.png
package.json Use @types/vscode-webview 2021-05-27 13:41:38 -07:00
package.nls.json Add workspace trust for markdown extension 2021-04-14 20:33:20 -07:00
README.md
tsconfig.json Use more standard name for shared extension tsconfig 2021-04-12 15:58:38 -07:00
webpack.config.js Set explicit mode for markdown preview code 2021-03-24 12:30:37 -07:00
yarn.lock Use @types/vscode-webview 2021-05-27 13:41:38 -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.