vscode/extensions/markdown-language-features
Matt Bierner 11ca8d75a1
Add widget to change how content is pasted (#181290)
* Add widget to change how content is pasted

For #30066

This adds a widget that lets you change how content is pasted if there are multiple ways it could be pasted

To do this, I've made the post drop widget generic and reused it for pasting too

* Update types

* More code deduplication
2023-05-02 09:40:04 +02:00
..
media Always use vscode-textCodeBlock-background in rendered markdown (#179313) 2023-04-05 23:02:22 +02:00
notebook Allow <source> tags in rendered markdown (#172063) 2023-01-23 21:07:25 +01:00
preview-src Fix opening encoded markdown fragment in preview (#178465) 2023-03-28 08:59:30 +02:00
schemas [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
server Specify codeActionKinds (#180576) 2023-04-21 23:46:30 +02:00
src Add widget to change how content is pasted (#181290) 2023-05-02 09:40:04 +02:00
test-workspace Make sure we decode path components for md path completions 2022-03-22 16:58:37 -07:00
types Clean up markdown preview messaging (#176458) 2023-03-07 17:28:13 -08:00
.eslintignore Markdown custom eslint rules should not automatically apply to server (#166068) 2023-03-07 11:13:13 -08:00
.eslintrc.json Adopt prefix private with _ in markdown extension (#165088) 2022-10-31 14:22:39 -07:00
.gitignore Make sure we ignore compiled media files 2021-03-19 12:12:59 -07:00
.vscodeignore Don't ship yarn.lock file with the markdown extension (#164794) 2022-10-27 12:09:38 +02: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 Add drop feedback UX (#179434) 2023-04-11 13:48:24 -07:00
package.nls.json Add setting to control markdown LS log level (#176472) 2023-03-08 08:00:34 +01: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 Add drop feedback UX (#179434) 2023-04-11 13:48:24 -07:00
yarn.lock Bump module to new package (#173599) 2023-02-06 12:29:36 -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.