Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,8 @@
"description": "PyTest specific ENV variables (will be merged with the ENV variables defined on the language level)"
},
"python.pyunit.runner": {
"$ref": "sublime://settings/AnyTest#/definitions/Runner",
"type": "string",
"default": "command",
"enum": [
"console",
"command",
Expand Down