Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Nov 26, 2024
1 parent 4fc30a4 commit 094b183
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-testplane",
"displayName": "Testplane",
"description": "Integration Testplane with VS Code",
"version": "1.2.0",
"version": "1.3.0",
"icon": "images/logo.png",
"publisher": "gemini-testing",
"engines": {
Expand Down Expand Up @@ -40,23 +40,23 @@
]
},
"configuration": {
"title": "Testplane",
"properties": {
"testplane.configPath": {
"markdownDescription": "The path to the Testplane [configuration file](https://testplane.io/docs/v8/config/main/)",
"type": "string",
"scope": "window"
},
"testplane.env": {
"markdownDescription": "Environment variables passed to the Testplane process in addition to `process.env`",
"type": [
"object",
"null"
],
"default": null,
"scope": "window"
}
"title": "Testplane",
"properties": {
"testplane.configPath": {
"markdownDescription": "The path to the Testplane [configuration file](https://testplane.io/docs/v8/config/main/)",
"type": "string",
"scope": "window"
},
"testplane.env": {
"markdownDescription": "Environment variables passed to the Testplane process in addition to `process.env`",
"type": [
"object",
"null"
],
"default": null,
"scope": "window"
}
}
}
},
"repository": {
Expand Down

0 comments on commit 094b183

Please sign in to comment.