vs code setup

This commit is contained in:
ed
2026-08-06 16:33:09 -04:00
parent f49fcbe510
commit 154c85f253
2 changed files with 26 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"configurations": [
{
"name": "The Usual (clang)",
"includePath": [
"${workspaceFolder}/8086",
"${workspaceFolder}/duffle",
"${workspaceFolder}/part_1"
],
"defines": [
"BUILD_DEBUG",
"UNICODE",
"_UNICODE",
"INTELLISENSE_DIRECTIVES"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "clang",
"cStandard": "c11",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
+3
View File
@@ -0,0 +1,3 @@
{
"C_Cpp.default.compilerPath": "C:\\Program Files\\LLVM\\bin\\clang.exe",
}