Initial commit
This commit is contained in:
31
.vscode/c_cpp_properties.json
vendored
Normal file
31
.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
{
|
||||
|
||||
"configurations": [
|
||||
|
||||
{
|
||||
|
||||
"name": "Win64",
|
||||
|
||||
"intelliSenseMode": "gcc-x64",
|
||||
|
||||
"compilerPath": "C:/MinGW/bin/g++.exe",
|
||||
|
||||
"cStandard": "c11",
|
||||
|
||||
"cppStandard": "c++17",
|
||||
|
||||
"includePath": [
|
||||
|
||||
"${workspaceFolder}/**"
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
"version": 4
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user