Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 604d1b6

Browse files
authored
Add runArgs --init to julia container (#1049)
1 parent beb40a5 commit 604d1b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

containers/julia/.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// See https://github.com/julia-vscode/julia-devcontainer/blob/master/Dockerfile for image contents
22
{
33
"name": "Julia (Community)",
4+
"runArgs" ["--init"],
45
"image": "ghcr.io/julia-vscode/julia-devcontainer",
56
"extensions": ["julialang.language-julia"],
67
"postCreateCommand": "/julia-devcontainer-scripts/postcreate.jl",

0 commit comments

Comments
 (0)