Skip to content

Commit 094b183

Browse files
committed
1.3.0
1 parent 4fc30a4 commit 094b183

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

package-lock.json

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

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-testplane",
33
"displayName": "Testplane",
44
"description": "Integration Testplane with VS Code",
5-
"version": "1.2.0",
5+
"version": "1.3.0",
66
"icon": "images/logo.png",
77
"publisher": "gemini-testing",
88
"engines": {
@@ -40,23 +40,23 @@
4040
]
4141
},
4242
"configuration": {
43-
"title": "Testplane",
44-
"properties": {
45-
"testplane.configPath": {
46-
"markdownDescription": "The path to the Testplane [configuration file](https://testplane.io/docs/v8/config/main/)",
47-
"type": "string",
48-
"scope": "window"
49-
},
50-
"testplane.env": {
51-
"markdownDescription": "Environment variables passed to the Testplane process in addition to `process.env`",
52-
"type": [
53-
"object",
54-
"null"
55-
],
56-
"default": null,
57-
"scope": "window"
58-
}
43+
"title": "Testplane",
44+
"properties": {
45+
"testplane.configPath": {
46+
"markdownDescription": "The path to the Testplane [configuration file](https://testplane.io/docs/v8/config/main/)",
47+
"type": "string",
48+
"scope": "window"
49+
},
50+
"testplane.env": {
51+
"markdownDescription": "Environment variables passed to the Testplane process in addition to `process.env`",
52+
"type": [
53+
"object",
54+
"null"
55+
],
56+
"default": null,
57+
"scope": "window"
5958
}
59+
}
6060
}
6161
},
6262
"repository": {

0 commit comments

Comments
 (0)