Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 4, 2022
1 parent b0ea6ba commit 4af1c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// See https://github.com/julia-vscode/julia-devcontainer/blob/master/Dockerfile for image contents
{
"name": "Julia (Community)",
"image": "ghcr.io/julia-vscode/julia-devcontainer:1.6.0",
"image": "ghcr.io/julia-vscode/julia-devcontainer:1.7",
"extensions": ["esbenp.prettier-vscode", "bierner.lit-html", "julialang.language-julia"],
"postCreateCommand": "/julia-devcontainer-scripts/postcreate.jl",
"remoteUser": "vscode",
Expand Down

0 comments on commit 4af1c1b

Please sign in to comment.