vscode/extensions/markdown-language-features
Matt Bierner d05d85a78b
Move html rewriting for old webviews to (#163367)
The `asWebviewUri` methods was introduced in VS Code 1.38. It's silly that we still force every single webview to pay the cost of trying to rewrite the old style uris we supported in very old versions of VS Code

Instead I've moved this logic into the extension host and disabled it for all extensions that target VS Code 1.60+ or newer. This means it never applies to internal webviews, notebooks, webview views, or custom editors (these public apis were all introduced after the switch to `asWebviewUri`)
2022-10-11 16:08:17 -07:00
..
media Skip ul and ol when highlighting selected markdown element (#161139) 2022-09-19 07:16:06 +02:00
notebook Align list of supported tags in rendered markdown (#161544) 2022-09-22 18:25:48 -07:00
preview-src Remove console.log (#162784) 2022-10-05 15:25:52 -07:00
schemas [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
server Pick up latest markdown language service version (#162777) 2022-10-05 15:08:51 -07:00
src Fix markdown open preview opening duplicate preview (#162793) 2022-10-06 09:50:10 +02: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 [ImgBot] Optimize images 2018-11-06 20:46:03 +00:00
package.json Move html rewriting for old webviews to (#163367) 2022-10-11 16:08:17 -07:00
package.nls.json Pick up latest markdown language service version (#162777) 2022-10-05 15:08:51 -07: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 Remove references to finalized drop api (#155128) 2022-07-14 08:27:25 +02:00
yarn.lock rev vscode-nls to version that doesn't ask for vscode-nls-web-data (#161819) 2022-09-26 11:10:54 -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.