diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..f29ccbd --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,15 @@ +{ + "image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-24.04", + "features": { + "ghcr.io/julialang/devcontainer-features/julia": "1.10" + }, + // Set *default* container specific settings.json values on container create. + "settings": { + "terminal.integrated.fontFamily": "monospace", + "julia.environmentPath": "." + }, + + // Add the IDs of extensions you want installed when the container is created. + "extensions": [ + ], +} \ No newline at end of file