Skip to content

Commit

Permalink
chore: tweak devcontainer/vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Nov 15, 2023
1 parent dc774df commit 7ff8fef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 36 deletions.
10 changes: 8 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@
"TAG": "devel"
}
},
// "remoteUser": "eggla",
"remoteUser": "vscode",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": "true",
"username": "vscode",
"userUid": "1001",
"userGid": "1001",
"upgradePackages": "true"
},
"ghcr.io/devcontainers/features/docker-from-docker:1": {
"version": "latest"
},
// To install the latest Quarto v1.*.
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
"version": "prerelease",
"installTinyTex": "false",
Expand Down
11 changes: 0 additions & 11 deletions .vscode/extensions.json

This file was deleted.

23 changes: 0 additions & 23 deletions .vscode/settings.json

This file was deleted.

0 comments on commit 7ff8fef

Please sign in to comment.