https://github.com/JuliaLang/julia
Raw File
Tip revision: 60cb4a56a6accb7ffa2a4c5bbcf3a59ccbb1ef40 authored by Dilum Aluthge on 21 February 2022, 07:05:17 UTC
Append an `@vendored` entry to the end of the default `LOAD_PATH` that expands to `$(Sys.BINDIR)/../share/julia/vendored/v$(VERSION.major).$(VERSION.minor)`
Tip revision: 60cb4a5
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top