32 lines
363 B
JSON
32 lines
363 B
JSON
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Win64",
|
|
|
|
"intelliSenseMode": "gcc-x64",
|
|
|
|
"compilerPath": "C:/MinGW/bin/g++.exe",
|
|
|
|
"cStandard": "c11",
|
|
|
|
"cppStandard": "c++17",
|
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/**"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|
|
|