You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Copy file name to clipboardexpand all lines: package.json
+7-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "vitest-explorer",
3
3
"displayName": "Vitest",
4
-
"version": "0.2.43",
4
+
"version": "0.2.44",
5
5
"description": "Run and debug Vitest test cases",
6
6
"icon": "img/icon.png",
7
7
"preview": true,
@@ -89,6 +89,12 @@
89
89
"scope": "resource",
90
90
"default": false
91
91
},
92
+
"vitest.watchOnStartup": {
93
+
"description": "Start watching tests on startup",
94
+
"type": "boolean",
95
+
"scope": "resource",
96
+
"default": false
97
+
},
92
98
"vitest.commandLine": {
93
99
"markdownDescription": "The command line to start vitest tests. **It should have with the ability to append extra arguments**. For example `npx vitest` or `yarn test --`\n\nThis is a workspace setting. Do not change it in the user setting directly, which will affect all the projects you open",
0 commit comments