https://github.com/JuliaLang/julia
Raw File
Tip revision: 24f033c9517cd186448acc3bededa1a64eaad09f authored by Kristoffer Carlsson on 26 June 2020, 20:13:25 UTC
Set VERSION to 1.5.0-rc1 (#36445)
Tip revision: 24f033c
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top