https://github.com/JuliaLang/julia
Raw File
Tip revision: 6647682ac8fa83a3c67d7f0298aa8c186f01d8d0 authored by Keno Fischer on 01 March 2024, 23:33:29 UTC
Implement the macroexpand change
Tip revision: 6647682
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top