VSCode config

This commit is contained in:
2025-10-03 23:41:58 +02:00
parent d721b68551
commit cb22b6d226
3 changed files with 74 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}