Updated Project configuration with various editors

This commit is contained in:
2023-04-10 17:55:09 -04:00
parent dfa01221d4
commit 03d37d614b
6 changed files with 206 additions and 1 deletions

20
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,20 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"gen_time"
],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "C:/Users/Ed/scoop/apps/llvm/current/bin/clang++.exe",
"intelliSenseMode": "windows-clang-x64"
}
],
"version": 4
}