We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6768a commit edd442eCopy full SHA for edd442e
1 file changed
package.json
@@ -159,25 +159,22 @@
159
}
160
],
161
"menus": {
162
- "testing/item/result": [
163
- {
164
- "command": "vitest.copyTestItemErrors"
165
- }
166
- ],
167
"testing/message/content": [
168
{
169
- "command": "vitest.copyErrorOutput"
+ "command": "vitest.copyErrorOutput",
+ "when": "resourcePath in vitest.testFiles"
170
171
172
"testing/message/context": [
173
174
175
176
177
"editor/title/context": [
178
179
"command": "vitest.revealInTestExplorer",
180
- "when": "vitest.testFiles && resourcePath in vitest.testFiles",
+ "when": "resourcePath in vitest.testFiles",
181
"group": "vitest"
182
},
183
0 commit comments