We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4e870 commit 5a84801Copy full SHA for 5a84801
1 file changed
package.json
@@ -238,7 +238,8 @@
238
"name": "Download and Run",
239
"type": "ev3devBrowser",
240
"request": "launch",
241
- "program": "^\"/home/robot/\\${workspaceRootFolderName}/${1:myprogram}\""
+ "program": "^\"/home/robot/\\${workspaceRootFolderName}/${1:myprogram}\"",
242
+ "interactiveTerminal": false
243
}
244
245
],
@@ -247,7 +248,8 @@
247
248
249
250
- "program": "/home/robot/myprogram (replace this with the actual path)"
251
+ "program": "/home/robot/myprogram (replace this with the actual path)",
252
253
254
]
255
0 commit comments