Commit f9d770e
committed
vscode(launch): avoid deprecated variable
Apparently the `workspaceRoot` variable is no longer suggested (even if
it seems to work), but `workspaceFolder` is.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 977332b commit f9d770e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments