somestrategiegame/.vscode/settings.json
2026-03-16 11:55:10 +01:00

26 lines
691 B
JSON

{
"terminal.integrated.profiles.windows": {
"MSYS2 MinGW64": {
"path": "C:\\msys64\\usr\\bin\\bash.exe",
"args": [
"--login",
"-i"
],
"env": {
"MSYSTEM": "MINGW64",
"CHERE_INVOKING": "1",
"MSYS2_PATH_TYPE": "inherit"
}
},
"PowerShell": {
"path": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"args": ["-NoLogo"]
}
},
"terminal.integrated.defaultProfile.windows": "MSYS2 MinGW64",
"files.associations": {
"*.hpp": "cpp",
"*.cpp": "cpp"
}
}