mirror of
https://github.com/Ed94/perfaware.git
synced 2026-08-07 08:08:42 +00:00
vs code setup
This commit is contained in:
Vendored
+23
@@ -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
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"C_Cpp.default.compilerPath": "C:\\Program Files\\LLVM\\bin\\clang.exe",
|
||||
}
|
||||
Reference in New Issue
Block a user