vscode/extensions/markdown-language-features
Matt Bierner 4daea74ba9 Finalize paste api and drop api tweaks
Fixes #30066

This finalizes the documentPaste api. This api allows extensions to attach metadata on text copy and change how content is pasted. Some examples:

- Updating imports for pasted code
- Inserting an image as an attachment in notebooks
- Pasting files converts them to relative text paths
2025-01-07 14:57:16 -08:00
..
media
notebook
preview-src Merge pull request #236406 from mjbvz/confidential-trout 2024-12-17 12:22:16 -08:00
schemas
src Fix escaping of raw values that contain `&` in md preview 2024-12-20 10:52:07 -08:00
test-workspace
types open image 2024-11-26 19:53:31 +09:00
.gitignore
.npmrc
.vscodeignore
README.md
esbuild-notebook.js
esbuild-preview.js
extension-browser.webpack.config.js
extension.webpack.config.js
icon.png
package-lock.json Update telemetry package (#236378) 2024-12-17 20:12:49 +01:00
package.json Finalize paste api and drop api tweaks 2025-01-07 14:57:16 -08:00
package.nls.json open image 2024-11-26 19:53:31 +09:00
tsconfig.browser.json
tsconfig.json

README.md

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.