Skip to content

Commit c280b1f

Browse files
committed
Учтены пути с пробелами
1 parent 2df621c commit c280b1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
{
77
"label": "Run current feature in 1C:Enterprise",
88
"type": "shell",
9-
"command": "vrunner vanessa --settings tools/json/vrunner.json --path ${workspaceFolder}\\${relativeFile}",
9+
"command": "vrunner vanessa --settings tools/json/vrunner.json --path \"${workspaceFolder}\\${relativeFile}\"",
1010
"problemMatcher": []
1111
},
1212
{
1313
"label": "Run current feature in 1C:Enterprise + WAIT",
1414
"type": "shell",
15-
"command": "SET VANESSA_VANESSASHUTDOWN=0 && SET VANESSA_CLOSETESTCLIENT=0 && vrunner vanessa --settings tools/json/vrunner.json --path ${workspaceFolder}\\${relativeFile}",
15+
"command": "SET VANESSA_VANESSASHUTDOWN=0 && SET VANESSA_CLOSETESTCLIENT=0 && vrunner vanessa --settings tools/json/vrunner.json --path \"${workspaceFolder}\\${relativeFile}\"",
1616
"problemMatcher": []
1717
},
1818
{
1919
"label": "Load current feature in 1C:Enterprise + wait",
2020
"type": "shell",
21-
"command": "SET VANESSA_VANESSARUN=0 && SET VANESSA_VANESSASHUTDOWN=0 && SET VANESSA_CLOSETESTCLIENT=0 && vrunner vanessa --settings tools/json/vrunner.json --path ${workspaceFolder}\\${relativeFile}",
21+
"command": "SET VANESSA_VANESSARUN=0 && SET VANESSA_VANESSASHUTDOWN=0 && SET VANESSA_CLOSETESTCLIENT=0 && vrunner vanessa --settings tools/json/vrunner.json --path \"${workspaceFolder}\\${relativeFile}\"",
2222
"problemMatcher": []
2323
},
2424
{

0 commit comments

Comments
 (0)