Skip to content

Commit

Permalink
remove fix settings in vscode cpp properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jlguenego committed Mar 26, 2020
1 parent 9669d55 commit 7ecaff6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"D:\\formation\\node\\src",
"${workspaceFolder}/node_modules/node-addon-api"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.18362.0",
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/bin/Hostx64/x64/cl.exe",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "msvc-x64"
Expand Down

0 comments on commit 7ecaff6

Please sign in to comment.