diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..314f0530 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,18 @@ +{ + "image": "ghcr.io/msys2/msys2-docker-devcontainer", + "customizations": { + "vscode": { + "settings": { + "terminal.integrated.defaultProfile.linux": "MSYS2-MSYS", + "terminal.integrated.profiles.linux": { + "MSYS2-MSYS": { + "path": "msys2", + "env": { + "MSYSTEM": "MSYS" + } + } + } + } + } + } +} \ No newline at end of file