mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
[json] enable semantic selection
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"enableProposedApi": true,
|
||||
"name": "css-language-features",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
@@ -16,6 +15,7 @@
|
||||
"onCommand:_css.applyCodeAction"
|
||||
],
|
||||
"main": "./client/out/cssMain",
|
||||
"enableProposedApi": true,
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:css-language-features-client compile-extension:css-language-features-server",
|
||||
"watch": "gulp watch-extension:css-language-features-client watch-extension:css-language-features-server",
|
||||
|
||||
Reference in New Issue
Block a user