Removed unused configs
This commit is contained in:
parent
6e136f1970
commit
2aed5226dd
2 changed files with 0 additions and 19 deletions
5
.clangd
5
.clangd
|
|
@ -1,5 +0,0 @@
|
|||
CompileFlags:
|
||||
Add: [
|
||||
"--target=i686-w64-windows-gnu",
|
||||
"-D_M_IX86"
|
||||
]
|
||||
14
.vscode/c_cpp_properties.json
vendored
14
.vscode/c_cpp_properties.json
vendored
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Win32",
|
||||
"compilerPath": "D:/MinGW/bin/g++.exe",
|
||||
"intelliSenseMode": "windows-gcc-x64",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": []
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue