1
0
forked from eoeair/cenv

14 lines
358 B
JSON
Raw Normal View History

2024-12-06 20:03:07 +08:00
// For format details, see https://aka.ms/devcontainer.json.
// For config options, see the README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "julia",
2024-12-06 20:03:07 +08:00
"image": "docker.io/ben0i0d/cenv:julia",
// Configure vscode-extensions.
"customizations": {
"vscode": {
"extensions": ["julialang.language-julia"]
}
}
}