https://github.com/JuliaLang/julia
Raw File
Tip revision: ae8452a9e0b973991c30f27beb2201db1b0ea0d3 authored by Alex Arslan on 23 September 2021, 17:34:01 UTC
Set VERSION to 1.6.3 (#42191)
Tip revision: ae8452a
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top