Revision 049527837ed38235f64d5bcd051da3e04e1e2d8a authored by Jameson Nash on 21 May 2023, 08:00:10 UTC, committed by GitHub on 21 May 2023, 08:00:10 UTC
1 parent 9cbee21
Raw File
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top