Skip to content

Commit

Permalink
removed isolation therefore cache is the global renv repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-alhindawi committed Mar 12, 2024
1 parent f637306 commit e08dd57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"dockerfile": "Dockerfile",
"context": ".."
},
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces,type=bind,z",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces,type=bind,consistency=cached",
"workspaceFolder": "/workspaces",
"mounts": [
"source=/home/ahmed/.renvcache/,target=/renv_cache,type=bind,z,consistency=cached"
"source=/home/ahmed/.renvcache/,target=/renv_cache,type=bind,consistency=cached"
],
"postStartCommand": "R -e 'renv::restore()' -e 'renv::isolate()'",
"postStartCommand": "R -e 'renv::restore()'",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit e08dd57

Please sign in to comment.