1234567891011121314151617181920 |
- {
- "configurations": [
- {
- "name": "Win32",
- "includePath": [
- "${workspaceFolder}/**"
- ],
- "defines": [
- "_DEBUG",
- "UNICODE",
- "_UNICODE"
- ],
- "compilerPath": "D:\\msys64\\mingw64\\bin\\gcc.exe",
- "cStandard": "c17",
- "cppStandard": "gnu++17",
- "intelliSenseMode": "windows-gcc-x64"
- }
- ],
- "version": 4
- }
|