Skip to content

Commit

Permalink
add debug-config
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 7, 2022
1 parent 622dcb3 commit 036ced2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion see.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,18 @@
{
"path": "."
}
]
],
"launch": {
"version": "0.2.0",
"configurations": [
{
"type": "R-Debugger",
"name": "Launch R-Workspace",
"request": "launch",
"debugMode": "workspace",
"workingDirectory": ""
}

]
}
}

0 comments on commit 036ced2

Please sign in to comment.