Revision d608f0a0ff1728512ae2bd4bc3c6b55d0f2cae66 authored by Dilum Aluthge on 23 July 2024, 03:36:42 UTC, committed by GitHub on 23 July 2024, 03:36:42 UTC
1 parent 6b08e80
Raw File
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top