vscode/extensions/css-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
..
.vscode [css/html/json] Randomize inspect ports to avoid conflicts 2020-11-04 16:03:27 +01:00
client Clean up support for paste edits (#234240) 2024-11-20 07:14:10 +01:00
icons
schemas Remove package.json schema descriptions (#221454) 2024-07-11 02:40:45 -07:00
server [css/json/html] update services (#235034) 2024-12-02 22:13:01 +01:00
test
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore chore: rm unreached ignore items when build extensions. (#227906) 2024-09-09 10:32:51 +00:00
CONTRIBUTING.md feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
README.md
extension-browser.webpack.config.js used shared webpack-config for browser 2020-06-25 23:22:02 +02:00
extension.webpack.config.js
package-lock.json [css/json/html] update services (#235034) 2024-12-02 22:13:01 +01:00
package.json Finalize paste api and drop api tweaks 2025-01-07 14:57:16 -08:00
package.nls.json Erroneous description for setting "CSS Format: Preseve New Lines" (#235864) 2024-12-11 22:09:33 +01:00

README.md

Language Features for CSS, SCSS, and LESS files

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

Features

See CSS, SCSS and Less in VS Code to learn about the features of this extension.

Please read the CONTRIBUTING.md file to learn how to contribute to this extension.