Manjaro working
This commit is contained in:
BIN
.vscode/.browse.VC.db
vendored
Normal file
BIN
.vscode/.browse.VC.db
vendored
Normal file
Binary file not shown.
18
.vscode/c_cpp_properties.json
vendored
Normal file
18
.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${default}",
|
||||
"${workspaceFolder}/include",
|
||||
"${workspaceFolder}/include/imgui",
|
||||
"${workspaceFolder}/include/logic"
|
||||
],
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
"cStandard": "gnu17",
|
||||
"cppStandard": "gnu++17",
|
||||
"intelliSenseMode": "${default}"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"variant": "cpp",
|
||||
"new": "cpp"
|
||||
"new": "cpp",
|
||||
"iostream": "cpp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user