Skip to content

Commit

Permalink
Reverted .devcontainer/devcontainer.json to match master
Browse files Browse the repository at this point in the history
  • Loading branch information
nipun-gupta-3108 committed Jan 22, 2025
1 parent 581694a commit 76eb5bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"build": { "dockerfile": "Dockerfile", "context": "../.." },
"build": { "dockerfile": "r-devel-gcc/Dockerfile", "context": ".." },
"customizations": { "vscode": {
"extensions": [
"REditorSupport.r",
"ms-vscode.cpptools-extension-pack"
]
}},
"postCreateCommand": "apt-get update && apt-get install -y docker.io"
}}
}

0 comments on commit 76eb5bd

Please sign in to comment.