Move Julia post create commands into the image (#650)
This commit is contained in:
Родитель
1d90870bad
Коммит
cbf6521efb
|
@ -3,6 +3,6 @@
|
|||
"name": "Julia (Community)",
|
||||
"image": "ghcr.io/julia-vscode/julia-devcontainer",
|
||||
"extensions": ["julialang.language-julia"],
|
||||
"postCreateCommand": "julia --project=. -e 'using Pkg; if (isfile(joinpath(pwd(),\"Manifest.toml\")) || isfile(joinpath(pwd(),\"JuliaManifest.toml\"))) && (isfile(joinpath(pwd(),\"Project.toml\")) || isfile(joinpath(pwd(),\"JuliaProject.toml\"))); Pkg.instantiate(); end'",
|
||||
"postCreateCommand": "/julia-devcontainer-scripts/postcreate.jl",
|
||||
"remoteUser": "vscode"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче