Skip to content

Commit

Permalink
fix quarto version in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodcast committed Mar 29, 2024
1 parent bac6c2e commit 400fb4b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"service": "vscode",

"features": {
"fish": "latest"
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {},
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {},
"ghcr.io/guiyomh/features/vim:0": {},
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
"version": "latest"
}
},

// Set *default* container specific settings.json values on container create.
Expand Down

0 comments on commit 400fb4b

Please sign in to comment.