|
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",
|
|
429 | 429 | }
|
430 | 430 | }
|
431 | 431 | },
|
432 |
| - { |
433 |
| - "title": "Test Coverage", |
434 |
| - "properties": { |
435 |
| - "swift.coverage.displayReportAfterRun": { |
436 |
| - "type": "boolean", |
437 |
| - "default": true, |
438 |
| - "description": "Should test coverage report be shown after running tests", |
439 |
| - "order": 1 |
440 |
| - }, |
441 |
| - "swift.coverage.alwaysShowStatusItem": { |
442 |
| - "type": "boolean", |
443 |
| - "default": true, |
444 |
| - "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.", |
445 |
| - "order": 2 |
446 |
| - }, |
447 |
| - "swift.coverage.colors.lightMode.hit": { |
448 |
| - "type": "string", |
449 |
| - "default": "#c0ffc0", |
450 |
| - "description": "Light mode theme background color for line of code hit during test coverage.", |
451 |
| - "order": 3 |
452 |
| - }, |
453 |
| - "swift.coverage.colors.lightMode.miss": { |
454 |
| - "type": "string", |
455 |
| - "default": "#ffc0c0", |
456 |
| - "description": "Light mode theme background color for line of code missed during test coverage.", |
457 |
| - "order": 4 |
458 |
| - }, |
459 |
| - "swift.coverage.colors.darkMode.hit": { |
460 |
| - "type": "string", |
461 |
| - "default": "#003000", |
462 |
| - "description": "Dark mode theme background color for line of code hit during test coverage.", |
463 |
| - "order": 5 |
464 |
| - }, |
465 |
| - "swift.coverage.colors.darkMode.miss": { |
466 |
| - "type": "string", |
467 |
| - "default": "#400000", |
468 |
| - "description": "Dark mode theme background color for line of code missed during test coverage.", |
469 |
| - "order": 6 |
470 |
| - } |
471 |
| - } |
472 |
| - }, |
473 | 432 | {
|
474 | 433 | "title": "Debugger",
|
475 | 434 | "properties": {
|
|
1142 | 1101 | "@types/mocha": "^10.0.1",
|
1143 | 1102 | "@types/node": "^18.19.33",
|
1144 | 1103 | "@types/plist": "^3.0.5",
|
1145 |
| - "@types/vscode": "^1.71.0", |
| 1104 | + "@types/vscode": "^1.88.0", |
1146 | 1105 | "@typescript-eslint/eslint-plugin": "^7.8.0",
|
1147 | 1106 | "@typescript-eslint/parser": "^7.8.0",
|
1148 | 1107 | "@vscode/test-electron": "^2.3.8",
|
|
0 commit comments