https://github.com/JuliaLang/julia
Raw File
Tip revision: 4410fff0f74240d63d300a6fda0ceef0ce7e5b6a authored by Tim Besard on 25 July 2022, 21:15:27 UTC
Ensure LineNumber nodes contain absolute paths.
Tip revision: 4410fff
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top