vscode/extensions/typescript-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
resources/walkthroughs
schemas Remove package.json schema descriptions (#221454) 2024-07-11 02:40:45 -07:00
src
test-workspace
web Don't try using path mapping for vscode.dev with local folder (#233139) 2024-11-05 19:44:48 -08:00
.npmrc
.vscodeignore
README.md
cgmanifest.json
extension-browser.webpack.config.js
extension.webpack.config.js remove the last typescript-vscode-sh-plugin references 2022-02-01 17:38:36 +01:00
package-lock.json
package.json
package.nls.json
tsconfig.json

README.md

Language Features for TypeScript and JavaScript files

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See TypeScript in Visual Studio Code and JavaScript in Visual Studio Code to learn about the features of this extension.