1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-06-15 14:36:47 +00:00
Projects/.devcontainer/devcontainer.json
2024-02-29 07:24:30 +00:00

15 lines
361 B
JSON

{
"name": "Anson's Projects",
"build":{
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"quarto.quarto",
"julialang.language-julia"
]
}
}
// "postCreateCommand": "julia -e 'import Pkg; Pkg.activate(\".\"); Pkg.instantiate()'"
}