Skip to content

Commit 7993d44

Browse files
committed
remove env and args from debug configurationSnippets
1 parent dd68b6a commit 7993d44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,7 @@
550550
"name": "RobotCode: Launch .robot file",
551551
"request": "launch",
552552
"cwd": "^\"\\${workspaceFolder}\"",
553-
"target": "^\"\\${file}\"",
554-
"env": {},
555-
"args": []
553+
"target": "^\"\\${file}\""
556554
}
557555
}
558556
]

0 commit comments

Comments
 (0)