https://github.com/JuliaLang/julia
Raw File
Tip revision: ae59d29da316a998b21f4e1c6343fb32ab2eb91b authored by KristofferC on 19 May 2023, 14:37:33 UTC
load extensions with fewer triggers earlier
Tip revision: ae59d29
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top