mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Add drop/paste resource for css (#221612)
* New drop and paste providers that create a url function snippet * added url pasting feature * added url pasting feature * added url pasting feature * Target just dropping/pasting resources for now * Move files * Remove unused strings * Removing more unused logic for now * Remove tsconfig change * Remove doc file * Capitalize * Remove old proposal names --------- Co-authored-by: Meghan Kulkarni <kulkarni.meg@gmail.com> Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
"supported": true
|
||||
}
|
||||
},
|
||||
"enabledApiProposals": [
|
||||
"documentPaste"
|
||||
],
|
||||
"scripts": {
|
||||
"compile": "npx gulp compile-extension:css-language-features-client compile-extension:css-language-features-server",
|
||||
"watch": "npx gulp watch-extension:css-language-features-client watch-extension:css-language-features-server",
|
||||
|
||||
Reference in New Issue
Block a user