https://github.com/JuliaLang/julia
Raw File
Tip revision: 237a20f820aaa7c03de358d2b8710d906d22a8f0 authored by Curtis Vogt on 01 October 2020, 20:57:25 UTC
Add round-trip test
Tip revision: 237a20f
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top