vscode/extensions/markdown-language-features
Matt Bierner 7d238f4281
Add 'open with' to the explorer context menu (#95805)
This change primarly adds a new `Open with...` entry to the explorer context menu. To do this however, I had to make a few other changes:

- Add a new explorer context key for availible editors
- Moved the editor select prompt into a new function called `openEditorWith`
- Use `openEditorWith` for the new `open with` explorer command as well as for the `reopen with` command
2020-04-23 14:16:36 -07:00
..
media Rework markdown preview code to better support markdown preview editors 2020-04-11 17:30:12 -07:00
preview-src Rework markdown preview code to better support markdown preview editors 2020-04-11 17:30:12 -07:00
schemas [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
src Fix to 'Markdown Preview of relative links drops 'host' from path' (#95092) 2020-04-13 14:43:00 -07:00
.vscodeignore
extension.webpack.config.js
icon.png
package.json Add 'open with' to the explorer context menu (#95805) 2020-04-23 14:16:36 -07:00
package.nls.json
README.md
tsconfig.json
webpack.config.js
yarn.lock Bump acorn from 6.3.0 to 6.4.1 in /extensions/markdown-language-features (#92742) 2020-03-16 10:16:40 -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.