|
10 | 10 | "url": "https://github.com/d-biehl/robotcode.git"
|
11 | 11 | },
|
12 | 12 | "engines": {
|
13 |
| - "vscode": "^1.56.0" |
| 13 | + "vscode": "^1.57.0" |
14 | 14 | },
|
15 | 15 | "categories": [
|
16 | 16 | "Programming Languages",
|
|
20 | 20 | "Linters"
|
21 | 21 | ],
|
22 | 22 | "keywords": [
|
| 23 | + "Test", |
23 | 24 | "Testing",
|
24 | 25 | "RobotFramework",
|
25 | 26 | "Robot Framework",
|
26 |
| - "Robot" |
| 27 | + "Robot", |
| 28 | + "Keyword Driven" |
27 | 29 | ],
|
28 | 30 | "activationEvents": [
|
| 31 | + "workspaceContains:**/*.robot", |
29 | 32 | "onDebug",
|
30 | 33 | "onDebugAdapterProtocolTracker:robotframework",
|
31 | 34 | "onDebugInitialConfigurations",
|
|
490 | 493 | "test": "node ./out/test/runTest.js"
|
491 | 494 | },
|
492 | 495 | "extensionDependencies": [
|
493 |
| - "ms-python.python" |
| 496 | + "ms-python.python", |
| 497 | + "hbenl.vscode-test-explorer" |
494 | 498 | ],
|
495 | 499 | "dependencies": {
|
496 | 500 | "open": "^8.2.0",
|
497 | 501 | "vscode-debugadapter": "^1.47.0",
|
498 | 502 | "vscode-debugprotocol": "^1.47.0",
|
499 | 503 | "vscode-languageclient": "^7.0.0",
|
500 |
| - "vscode-languageserver-protocol": "^3.16.0" |
| 504 | + "vscode-languageserver-protocol": "^3.16.0", |
| 505 | + "vscode-test-adapter-api": "^1.9.0", |
| 506 | + "vscode-test-adapter-util": "^0.7.1" |
501 | 507 | },
|
502 | 508 | "devDependencies": {
|
503 | 509 | "@types/glob": "^7.1.3",
|
504 | 510 | "@types/mocha": "^8.2.2",
|
505 |
| - "@types/node": "^15.12.2", |
506 |
| - "@types/vscode": "^1.56.0", |
507 |
| - "@typescript-eslint/eslint-plugin": "^4.26.1", |
508 |
| - "@typescript-eslint/parser": "^4.26.1", |
| 511 | + "@types/node": "^15.12.2", |
| 512 | + "@types/open": "^6.2.1", |
| 513 | + "@types/vscode": "^1.57.0", |
| 514 | + "@typescript-eslint/eslint-plugin": "^4.27.0", |
| 515 | + "@typescript-eslint/parser": "^4.27.0", |
509 | 516 | "eslint": "^7.28.0",
|
510 | 517 | "glob": "^7.1.7",
|
511 | 518 | "mocha": "^9.0.0",
|
|
514 | 521 | "vsce": "^1.93.0",
|
515 | 522 | "vscode-debugadapter-testsupport": "^1.47.0",
|
516 | 523 | "vscode-test": "^1.5.2",
|
517 |
| - "webpack": "^5.38.1", |
| 524 | + "webpack": "^5.39.0", |
518 | 525 | "webpack-cli": "^4.7.2"
|
519 | 526 | }
|
520 | 527 | }
|
0 commit comments