Skip to content

Commit 1df95af

Browse files
committed
Add .vscode settings
1 parent 06b6ee8 commit 1df95af

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.vscode/c_cpp_properties.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Win32",
5+
"includePath": [
6+
"${workspaceFolder}/**"
7+
],
8+
"defines": [
9+
"_DEBUG",
10+
"UNICODE",
11+
"_UNICODE"
12+
],
13+
"windowsSdkVersion": "10.0.19041.0",
14+
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe",
15+
"cStandard": "c17",
16+
"cppStandard": "c++17",
17+
"intelliSenseMode": "windows-msvc-x64",
18+
"configurationProvider": "ms-vscode.cmake-tools",
19+
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
20+
}
21+
],
22+
"version": 4
23+
}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cmake.generator": "Ninja"
3+
}

0 commit comments

Comments
 (0)