Skip to content

Commit 5a84801

Browse files
committed
add interactiveTerminal to configurationSnippets
to make it more discoverable
1 parent 8b4e870 commit 5a84801

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@
238238
"name": "Download and Run",
239239
"type": "ev3devBrowser",
240240
"request": "launch",
241-
"program": "^\"/home/robot/\\${workspaceRootFolderName}/${1:myprogram}\""
241+
"program": "^\"/home/robot/\\${workspaceRootFolderName}/${1:myprogram}\"",
242+
"interactiveTerminal": false
242243
}
243244
}
244245
],
@@ -247,7 +248,8 @@
247248
"name": "Download and Run",
248249
"type": "ev3devBrowser",
249250
"request": "launch",
250-
"program": "/home/robot/myprogram (replace this with the actual path)"
251+
"program": "/home/robot/myprogram (replace this with the actual path)",
252+
"interactiveTerminal": false
251253
}
252254
]
253255
}

0 commit comments

Comments
 (0)