https://github.com/JuliaLang/julia
Raw File
Tip revision: 0e0500d5e6d637c76073537ddaa06903e6d76cbd authored by KristofferC on 19 May 2020, 06:54:55 UTC
implement code loading on top of the Base TOML parser
Tip revision: 0e0500d
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top