Skip to content

Commit 1c8479d

Browse files
authored
Merge pull request #17 from gemini-testing/TESTPLANE-739.fix_repl_mode
fix: support repl mode in new version of vscode/cursor
2 parents 094b183 + 2ba044c commit 1c8479d

15 files changed

Lines changed: 23434 additions & 17262 deletions

File tree

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
**/*
2+
!media
23
!out/*.js
34
!LICENSE
45
!images

package-lock.json

Lines changed: 2267 additions & 1646 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
"category": "Test",
2323
"command": "tpn.install",
24-
"title": "Install Testplane"
24+
"title": "Testplane Install"
2525
}
2626
],
2727
"keybindings": {
@@ -101,13 +101,14 @@
101101
"eslint": "^8.56.0",
102102
"eslint-config-gemini-testing": "^3.0.0",
103103
"eslint-config-prettier": "^9.1.0",
104+
"get-port": "^5.1.1",
104105
"lodash": "^4.17.21",
105106
"pathe": "^1.1.2",
106107
"prettier": "^3.2.5",
107108
"standard-version": "^9.5.0",
108109
"strftime": "^0.10.3",
109110
"strip-ansi": "^7.1.0",
110-
"testplane": "^8.20.2",
111+
"testplane": "^8.39.0",
111112
"ts-node": "^10.9.2",
112113
"tsup": "^8.2.4",
113114
"typescript": "^5.3.3",
@@ -116,6 +117,6 @@
116117
"which": "^4.0.0"
117118
},
118119
"peerDependencies": {
119-
"testplane": ">8.20.0"
120+
"testplane": ">=8.39.0"
120121
}
121122
}

0 commit comments

Comments
 (0)