File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // See https://github.com/julia-vscode/julia-devcontainer/blob/master/Dockerfile for image contents
21{
3- "name" : " Julia (Community) " ,
2+ "name" : " TaylorDiff.jl Development Container " ,
43 "image" : " ghcr.io/julia-vscode/julia-devcontainer" ,
5-
6- // Configure tool-specific properties.
74 "customizations" : {
8- // Configure properties specific to VS Code.
95 "vscode" : {
10- // Add the IDs of extensions you want installed when the container is created.
116 "extensions" : [
12- " ms-ceintl.vscode-language-pack-zh-hans" ,
137 " julialang.language-julia" ,
148 " bungcip.better-toml"
159 ]
1610 }
1711 },
18-
19- "postCreateCommand" : " /julia-devcontainer-scripts/postcreate.jl" ,
20-
21- "remoteUser" : " vscode"
12+ "postCreateCommand" : " julia -e 'using Pkg; Pkg.add([\" Revise\" , \" TestEnv\" ])'"
2213}
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ Manifest.toml
44* .jl.cov
55* .jl.mem
66/docs /build /
7+ JuliaSysimage. *
You can’t perform that action at this time.
0 commit comments