vscode/extensions/markdown-language-features
Matt Bierner bd36b7d6a3
Make sure we set html on markdown preview when it is not visible
Fixes #138630

If the webview does not exist, we need to update the html on it instead of posting a message to it. This makes sure the correct content is shown when the webview is created again

This also removes a previous workaround for this issue that I no longer believe is required
2022-03-08 18:08:47 -08:00
..
media Fix #143837 2022-02-23 16:55:41 -08:00
notebook Support syntax highlighting in code blocks in markdown output 2022-02-16 15:18:54 -08:00
preview-src enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
schemas [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
src Make sure we set html on markdown preview when it is not visible 2022-03-08 18:08:47 -08:00
test-workspace Escape spaces in file names for md suggestions 2022-02-11 16:18:24 -08:00
.gitignore Make sure we ignore compiled media files 2021-03-19 12:12:59 -07:00
.vscodeignore remove unecessary files in build 2022-02-18 20:38:55 +01:00
esbuild-notebook.js Hook up watch properly for extension build scripts 2022-03-08 17:54:16 -08:00
esbuild-preview.js Hook up watch properly for extension build scripts 2022-03-08 17:54:16 -08:00
extension-browser.webpack.config.js Try adding browser specific tsconfig 2021-07-22 17:00:17 -07:00
extension.webpack.config.js Webpack markdown extension 2018-09-05 09:03:35 -07:00
icon.png [ImgBot] Optimize images 2018-11-06 20:46:03 +00:00
package.json Bump highlight JS version 2022-03-08 16:27:42 -08:00
package.nls.json Add basic markdown link completions 2022-01-12 18:13:21 -08:00
README.md Edit pass on new built-in extension comments (#54277) 2018-07-13 15:28:27 -07:00
tsconfig.browser.json Try adding browser specific tsconfig 2021-07-22 17:00:17 -07:00
tsconfig.json use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
yarn.lock Move simple-browser to use esbuild for webview scripts 2022-03-08 16:23:14 -08: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.