We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b6ee8 commit 1df95afCopy full SHA for 1df95af
.vscode/c_cpp_properties.json
@@ -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
@@ -0,0 +1,3 @@
+ "cmake.generator": "Ninja"
0 commit comments