mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-06-15 14:36:47 +00:00
15 lines
361 B
JSON
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()'"
|
|
} |