|
46 | 46 | "dependencies": {
|
47 | 47 | "@clangd/install": "0.1.4",
|
48 | 48 | "abort-controller": "^3.0.0",
|
49 |
| - "jsonc-parser": "^2.1.0", |
50 |
| - "vscode-languageclient": "7.1.0-next.1", |
51 |
| - "vscode-languageserver-types": "3.16.0" |
| 49 | + "vscode-languageclient": "7.1.0-next.1" |
52 | 50 | },
|
53 | 51 | "devDependencies": {
|
54 | 52 | "@types/glob": "^7.1.1",
|
|
58 | 56 | "clang-format": "1.4.0",
|
59 | 57 | "glob": "^7.1.4",
|
60 | 58 | "mocha": "^9.1.3",
|
| 59 | + "ovsx": "^0.2.1", |
61 | 60 | "typescript": "^3.8.3",
|
62 | 61 | "vsce": "^1.93.0",
|
63 |
| - "ovsx": "^0.2.1", |
64 | 62 | "vscode-test": "^1.3.0"
|
65 | 63 | },
|
66 | 64 | "repository": {
|
|
104 | 102 | "clangd.semanticHighlighting": {
|
105 | 103 | "type": "boolean",
|
106 | 104 | "default": true,
|
107 |
| - "description": "Enable semantic highlighting in clangd." |
| 105 | + "description": "Enable semantic highlighting in clangd.", |
| 106 | + "deprecationMessage": "Legacy semanticHighlights is no longer supported. Please use `editor.semanticHighlighting.enabled` instead." |
108 | 107 | },
|
109 | 108 | "clangd.fallbackFlags": {
|
110 | 109 | "type": "array",
|
|
342 | 341 | ]
|
343 | 342 | },
|
344 | 343 | "colors": [
|
345 |
| - { |
346 |
| - "id": "clangd.inlayHints.foreground", |
347 |
| - "description": "Foreground color of inlay hints", |
348 |
| - "defaults": { |
349 |
| - "dark": "#A0A0A0F0", |
350 |
| - "light": "#747474", |
351 |
| - "highContrast": "#BEBEBE" |
352 |
| - } |
353 |
| - }, |
354 |
| - { |
355 |
| - "id": "clangd.inlayHints.background", |
356 |
| - "description": "Background color of inlay hints", |
357 |
| - "defaults": { |
358 |
| - "dark": "#11223300", |
359 |
| - "light": "#11223300", |
360 |
| - "highContrast": "#11223300" |
| 344 | + { |
| 345 | + "id": "clangd.inlayHints.foreground", |
| 346 | + "description": "Foreground color of inlay hints", |
| 347 | + "defaults": { |
| 348 | + "dark": "#A0A0A0F0", |
| 349 | + "light": "#747474", |
| 350 | + "highContrast": "#BEBEBE" |
| 351 | + } |
| 352 | + }, |
| 353 | + { |
| 354 | + "id": "clangd.inlayHints.background", |
| 355 | + "description": "Background color of inlay hints", |
| 356 | + "defaults": { |
| 357 | + "dark": "#11223300", |
| 358 | + "light": "#11223300", |
| 359 | + "highContrast": "#11223300" |
| 360 | + } |
361 | 361 | }
|
362 |
| - } |
363 | 362 | ]
|
364 | 363 | }
|
365 | 364 | }
|
0 commit comments