Skip to content

Commit

Permalink
chore: update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Nov 8, 2023
1 parent cd3d9b2 commit 904e97c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.231.2/containers/debian/.devcontainer/base.Dockerfile

# [Choice] Debian version (use bullseye on local arm64/Apple Silicon): bullseye, buster
ARG VARIANT="buster"
ARG VARIANT="bookworm"
FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}

RUN apt-get update \
Expand Down
25 changes: 13 additions & 12 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@
"VARIANT": "bullseye"
}
},
// Set *default* container specific settings.json values on container create.
"settings": {},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"crystal-lang-tools.crystal-lang",
"kosz78.nim",
"scala-lang.scala",
"scalameta.metals",
"esbenp.prettier-vscode",
"mjmcloug.vscode-elixir",
"jnoortheen.nix-ide"
],
"customizations": {
"vscode": {
"extensions": [
"crystal-lang-tools.crystal-lang",
"kosz78.nim",
"scala-lang.scala",
"scalameta.metals",
"esbenp.prettier-vscode",
"mjmcloug.vscode-elixir",
"jnoortheen.nix-ide"
]
}
},
"workspaceMount": "",
"runArgs": [
"--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z"
Expand Down

0 comments on commit 904e97c

Please sign in to comment.