Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
Add VSCode extensions
  • Loading branch information
bschilder authored Nov 1, 2023
1 parent 0476979 commit c4156ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
"image": "ghcr.io/neurogenomics/rworkflows:dev",
"features": {
"ghcr.io/devcontainers/features/conda:1": {}
},
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {},
"extensions": [
"reditorsupport.r",
"visualstudioexptteam.vscodeintellicode",
"ionutvmi.path-autocomplete"
],
}
}
}

0 comments on commit c4156ad

Please sign in to comment.