Files
MSYS2-packages/.devcontainer/devcontainer.json
2024-04-14 15:31:36 +02:00

18 lines
511 B
JSON

{
"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"
}
}
}
}
}
}
}