12345678910111213141516171819202122 |
- {
- "configurations": [
- {
- "name": "Win32",
- "includePath": [
- "${workspaceFolder}/**",
- "C:\\Users\\user\\scoop\\apps\\gcc\\current\\include\\**"
- ],
- "defines": [
- "_DEBUG",
- "UNICODE",
- "_UNICODE"
- ],
- "windowsSdkVersion": "8.1",
- "compilerPath": "C:\\Users\\user\\scoop\\apps\\gcc\\current\\bin\\g++.exe",
- "cStandard": "c11",
- "cppStandard": "c++17",
- "intelliSenseMode": "gcc-x86"
- }
- ],
- "version": 4
- }
|