|
10 | 10 | "url": "https://github.com/swift-server/vscode-swift"
|
11 | 11 | },
|
12 | 12 | "engines": {
|
13 |
| - "vscode": "^1.71.0" |
| 13 | + "vscode": "^1.88.0" |
14 | 14 | },
|
15 | 15 | "categories": [
|
16 | 16 | "Programming Languages",
|
|
447 | 447 | }
|
448 | 448 | }
|
449 | 449 | },
|
450 |
| - { |
451 |
| - "title": "Test Coverage", |
452 |
| - "properties": { |
453 |
| - "swift.coverage.displayReportAfterRun": { |
454 |
| - "type": "boolean", |
455 |
| - "default": true, |
456 |
| - "description": "Should test coverage report be shown after running tests", |
457 |
| - "order": 1 |
458 |
| - }, |
459 |
| - "swift.coverage.alwaysShowStatusItem": { |
460 |
| - "type": "boolean", |
461 |
| - "default": true, |
462 |
| - "description": "Always show the test coverage status item. If this is set to true the status item can be clicked on to toggle test coverage display on and off.", |
463 |
| - "order": 2 |
464 |
| - }, |
465 |
| - "swift.coverage.colors.lightMode.hit": { |
466 |
| - "type": "string", |
467 |
| - "default": "#c0ffc0", |
468 |
| - "description": "Light mode theme background color for line of code hit during test coverage.", |
469 |
| - "order": 3 |
470 |
| - }, |
471 |
| - "swift.coverage.colors.lightMode.miss": { |
472 |
| - "type": "string", |
473 |
| - "default": "#ffc0c0", |
474 |
| - "description": "Light mode theme background color for line of code missed during test coverage.", |
475 |
| - "order": 4 |
476 |
| - }, |
477 |
| - "swift.coverage.colors.darkMode.hit": { |
478 |
| - "type": "string", |
479 |
| - "default": "#003000", |
480 |
| - "description": "Dark mode theme background color for line of code hit during test coverage.", |
481 |
| - "order": 5 |
482 |
| - }, |
483 |
| - "swift.coverage.colors.darkMode.miss": { |
484 |
| - "type": "string", |
485 |
| - "default": "#400000", |
486 |
| - "description": "Dark mode theme background color for line of code missed during test coverage.", |
487 |
| - "order": 6 |
488 |
| - } |
489 |
| - } |
490 |
| - }, |
491 | 450 | {
|
492 | 451 | "title": "Debugger",
|
493 | 452 | "properties": {
|
|
1170 | 1129 | "@types/mocha": "^10.0.1",
|
1171 | 1130 | "@types/node": "^18.19.33",
|
1172 | 1131 | "@types/plist": "^3.0.5",
|
1173 |
| - "@types/vscode": "^1.71.0", |
| 1132 | + "@types/vscode": "^1.88.0", |
1174 | 1133 | "@typescript-eslint/eslint-plugin": "^7.8.0",
|
1175 | 1134 | "@typescript-eslint/parser": "^7.8.0",
|
1176 | 1135 | "@vscode/test-electron": "^2.3.8",
|
|
0 commit comments