|
1 | 1 | { |
2 | | - "activationEvents": [ |
3 | | - "onLanguage:css", |
4 | | - "onLanguage:less", |
5 | | - "onLanguage:scss", |
6 | | - "onCommand:_css.applyCodeAction" |
7 | | - ], |
| 2 | + "name": "css-language-features", |
| 3 | + "displayName": "%displayName%", |
| 4 | + "description": "%description%", |
| 5 | + "main": "./client/out/node/cssClientMain", |
8 | 6 | "browser": "./client/dist/browser/cssClientMain", |
9 | | - "capabilities": { |
10 | | - "untrustedWorkspaces": { |
11 | | - "supported": true |
12 | | - }, |
13 | | - "virtualWorkspaces": true |
| 7 | + "scripts": { |
| 8 | + "compile": "npx gulp compile-extension:css-language-features-client compile-extension:css-language-features-server", |
| 9 | + "install-client-next": "npm install vscode-languageclient@next" |
14 | 10 | }, |
15 | 11 | "contributes": { |
16 | 12 | "configuration": [ |
|
973 | 969 | } |
974 | 970 | ] |
975 | 971 | }, |
| 972 | + "activationEvents": [ |
| 973 | + "onLanguage:css", |
| 974 | + "onLanguage:less", |
| 975 | + "onLanguage:scss", |
| 976 | + "onCommand:_css.applyCodeAction" |
| 977 | + ], |
976 | 978 | "dependencies": {}, |
977 | | - "description": "%description%", |
978 | 979 | "devDependencies": { |
979 | 980 | "@types/node": "22.9.1" |
980 | 981 | }, |
981 | | - "displayName": "%displayName%", |
| 982 | + "icon": "icons/css.png", |
| 983 | + "capabilities": { |
| 984 | + "untrustedWorkspaces": { |
| 985 | + "supported": true |
| 986 | + }, |
| 987 | + "virtualWorkspaces": true |
| 988 | + }, |
982 | 989 | "enabledApiProposals": [ |
983 | 990 | "documentPaste" |
984 | | - ], |
985 | | - "icon": "icons/css.png", |
986 | | - "main": "./client/out/node/cssClientMain", |
987 | | - "name": "css-language-features", |
988 | | - "scripts": { |
989 | | - "compile": "npx gulp compile-extension:css-language-features-client compile-extension:css-language-features-server", |
990 | | - "install-client-next": "npm install vscode-languageclient@next" |
991 | | - } |
| 991 | + ] |
992 | 992 | } |
0 commit comments