File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
{
7
7
"label" : " Run current feature in 1C:Enterprise" ,
8
8
"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}\" " ,
10
10
"problemMatcher" : []
11
11
},
12
12
{
13
13
"label" : " Run current feature in 1C:Enterprise + WAIT" ,
14
14
"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}\" " ,
16
16
"problemMatcher" : []
17
17
},
18
18
{
19
19
"label" : " Load current feature in 1C:Enterprise + wait" ,
20
20
"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}\" " ,
22
22
"problemMatcher" : []
23
23
},
24
24
{
You can’t perform that action at this time.
0 commit comments