Skip to content

Commit f5ba300

Browse files
committed
add debug config
1 parent 7ef19d1 commit f5ba300

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Diff for: modelbased.code-workspace

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,17 @@
33
{
44
"path": "."
55
}
6-
]
6+
],
7+
"launch": {
8+
"version": "0.2.0",
9+
"configurations": [
10+
{
11+
"type": "R-Debugger",
12+
"name": "Launch R-Workspace",
13+
"request": "launch",
14+
"debugMode": "workspace",
15+
"workingDirectory": ""
16+
}
17+
]
18+
}
719
}

0 commit comments

Comments
 (0)