|
10 | 10 | "url": "https://github.com/d-biehl/robotcode.git"
|
11 | 11 | },
|
12 | 12 | "engines": {
|
13 |
| - "vscode": "^1.55.1" |
| 13 | + "vscode": "^1.56.0" |
14 | 14 | },
|
15 | 15 | "categories": [
|
16 | 16 | "Programming Languages",
|
|
191 | 191 | "description": "Enables 'robocop' code analysis, if installed.",
|
192 | 192 | "scope": "resource"
|
193 | 193 | },
|
194 |
| - |
195 | 194 | "robotcode.syntax.sectionStyle": {
|
196 | 195 | "type": "string",
|
197 | 196 | "default": "*** {name}s ***",
|
|
204 | 203 | "disabled",
|
205 | 204 | "external",
|
206 | 205 | "internal"
|
207 |
| - ], |
| 206 | + ], |
208 | 207 | "enumDescriptions": [
|
209 | 208 | "Do not open the result report",
|
210 | 209 | "Opens the report in an external browser.",
|
211 | 210 | "Opens the report in an internal view (experimental)."
|
212 |
| - ], |
| 211 | + ], |
213 | 212 | "default": "none",
|
214 | 213 | "description": "Defines if the test report should be opened a run session automatically.",
|
215 | 214 | "scope": "resource"
|
|
375 | 374 | "attachPython": {
|
376 | 375 | "type": "boolean",
|
377 | 376 | "description": "Attach also the python debugger if a robot test starts.",
|
378 |
| - "default": true |
| 377 | + "default": false |
379 | 378 | },
|
380 | 379 | "pythonConfiguration": {
|
381 | 380 | "type": "object",
|
|
427 | 426 | "cwd": "^\"\\${workspaceFolder}\"",
|
428 | 427 | "target": "^\"\\${file}\"",
|
429 | 428 | "env": {},
|
430 |
| - "args": [] |
| 429 | + "args": [] |
431 | 430 | }
|
432 | 431 | }
|
433 | 432 | ]
|
|
449 | 448 | "ms-python.python"
|
450 | 449 | ],
|
451 | 450 | "dependencies": {
|
452 |
| - "vscode-debugadapter": "^1.46.0", |
453 |
| - "vscode-languageclient": "^7.0.0" |
| 451 | + "vscode-debugadapter": "^1.47.0", |
| 452 | + "vscode-debugprotocol": "^1.47.0", |
| 453 | + "vscode-languageclient": "^7.0.0", |
| 454 | + "vscode-languageserver-protocol": "^3.16.0" |
454 | 455 | },
|
455 | 456 | "devDependencies": {
|
456 | 457 | "@types/glob": "^7.1.3",
|
457 | 458 | "@types/mocha": "^8.2.2",
|
458 |
| - "@types/node": "^14.14.41", |
459 |
| - "@types/vscode": "^1.55.0", |
460 |
| - "@typescript-eslint/eslint-plugin": "^4.22.0", |
461 |
| - "@typescript-eslint/parser": "^4.22.0", |
462 |
| - "eslint": "^7.24.0", |
463 |
| - "glob": "^7.1.6", |
| 459 | + "@types/node": "^15.0.2", |
| 460 | + "@types/vscode": "^1.56.0", |
| 461 | + "@typescript-eslint/eslint-plugin": "^4.22.1", |
| 462 | + "@typescript-eslint/parser": "^4.22.1", |
| 463 | + "eslint": "^7.25.0", |
| 464 | + "glob": "^7.1.7", |
464 | 465 | "mocha": "^8.3.2",
|
465 |
| - "ts-loader": "^8.1.0", |
| 466 | + "ts-loader": "^9.1.2", |
466 | 467 | "typescript": "^4.2.4",
|
467 |
| - "vsce": "^1.87.1", |
468 |
| - "vscode-debugadapter-testsupport": "^1.46.0", |
| 468 | + "vsce": "^1.88.0", |
| 469 | + "vscode-debugadapter-testsupport": "^1.47.0", |
469 | 470 | "vscode-test": "^1.5.2",
|
470 |
| - "webpack": "^5.33.2", |
471 |
| - "webpack-cli": "^4.6.0" |
| 471 | + "webpack": "^5.36.2", |
| 472 | + "webpack-cli": "^4.7.0" |
472 | 473 | }
|
473 | 474 | }
|
0 commit comments