Skip to content

Commit e470f17

Browse files
committed
fixed #1061
1 parent d5eafc8 commit e470f17

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@
258258
"when": "resourceLangId == python",
259259
"command": "python.execInTerminal",
260260
"group": "Python"
261+
},
262+
{
263+
"when": "resourceLangId == python",
264+
"command": "python.runCurrentTestFile",
265+
"group": "Python"
261266
}
262267
],
263268
"explorer/context": [{

0 commit comments

Comments
 (0)