vscode/extensions/markdown-language-features
Matt Bierner b1c5e2f19b
Don't include dom typings in extensions (#89942)
**Problem**
All of our extensions currently are built using the dom typings. This can lead to runtime errors if you mistakenly use `window` or similar

**Fix**
Exclude the dom typings from compile. Then explicitly import the node types for `URL` and `TextEncoder`
2020-02-04 11:08:22 -08:00
..
media Improve scroll sync for nested markdown lists 2019-11-08 18:13:01 -08:00
preview-src Don't include dom typings in extensions (#89942) 2020-02-04 11:08:22 -08:00
schemas [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
src Remove scheme restriction for Markdown/Emmet language features (#87541) 2019-12-29 17:11:38 -07:00
.vscodeignore
extension.webpack.config.js
icon.png
package.json Update to TS 3.7.3 for building VS Code 2019-12-11 15:58:59 -08:00
package.nls.json
README.md
tsconfig.json
webpack.config.js
yarn.lock Update to TS 3.7.3 for building VS Code 2019-12-11 15:58:59 -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.