Revision 923efb95e798295b36a20485b1bd876e0d22631b authored by Valentin Churavy on 04 December 2023, 21:08:12 UTC, committed by Valentin Churavy on 22 January 2024, 15:43:51 UTC
1 parent acccf39
Raw File
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top