https://github.com/JuliaLang/julia
Raw File
Tip revision: 2cef645412442c22d4dcedf96f802eaa4fde3d39 authored by Sacha Verweij on 09 November 2021, 00:06:29 UTC
Stop stripping git, github, and CI config files from source distributions.
Tip revision: 2cef645
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top