Skip to content

Commit 86f1385

Browse files
committed
replace deprecated variable name
1 parent 06fefa7 commit 86f1385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
"name": "Download and Run",
243243
"type": "ev3devBrowser",
244244
"request": "launch",
245-
"program": "^\"/home/robot/\\${workspaceRootFolderName}/${1:myprogram}\"",
245+
"program": "^\"/home/robot/\\${workspaceFolderBasename}/${1:myprogram}\"",
246246
"interactiveTerminal": false
247247
}
248248
}

0 commit comments

Comments
 (0)