Skip to content

Commit

Permalink
add workspace file
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 5, 2022
1 parent c8a8959 commit ca5725a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ publication/*
tests\^spelling
^LICENSE\.md$
^\.lintr$
^\.code-workspace$
^\.circleci$
^tests/manual$
^revdep$
Expand Down
19 changes: 19 additions & 0 deletions datawizard.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"folders": [
{
"path": "."
}
],
"launch": {
"version": "0.2.0",
"configurations": [
{
"type": "R-Debugger",
"name": "Launch R-Workspace",
"request": "launch",
"debugMode": "workspace",
"workingDirectory": ""
}
]
}
}

0 comments on commit ca5725a

Please sign in to comment.