Skip to content

Commit 5200db3

Browse files
committed
added launch.json
1 parent b686781 commit 5200db3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.devcontainer/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "(lldb) Attach to R",
6+
"type": "lldb",
7+
"request": "attach",
8+
"pid": "${command:pickMyProcess}",
9+
"stopOnEntry": false
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)