vscode/extensions/markdown-language-features
Matt Bierner d8507236f1
Rewrite logic for opening markdown document links
Fixes #133823

This rewrites openDocumentLink to use `stat` to check if files exists before trying to open them. This lets us avoid showing extra error popups while trying to open resources
2021-10-07 18:10:05 -07:00
..
media 💄 2021-05-26 12:55:32 -07:00
notebook Use ActivationFunction 2021-08-30 13:54:39 -07:00
preview-src Remove usage of non-standard setImmediate 2021-07-06 12:42:27 -07:00
schemas [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
src Rewrite logic for opening markdown document links 2021-10-07 18:10: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 Exclude a few extra build files from build 2021-08-05 13:32:54 -07:00
esbuild.js Reapply markup renderers change 2021-04-28 10:44:25 -07: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 telemetry module 2021-10-01 16:52:56 -04:00
package.nls.json Settings description typos 2021-07-26 11:47:38 -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 Don't use custom tsconfig settings for markdown ext 2021-07-22 17:00:17 -07:00
webpack.config.js Set explicit mode for markdown preview code 2021-03-24 12:30:37 -07:00
yarn.lock Bump telemetry module 2021-10-01 16:52:56 -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.