Commit 00823dd57ab62b6a05f68108f268e42df0fd389c

Authored by Perry Werneck
1 parent 0f3c2c45

Playing with vscode to check if it´s viable use it for a MSC based

version.
Showing 1 changed file with 21 additions and 0 deletions   Show diff stats
.vscode/c_cpp_properties.json 0 → 100644
... ... @@ -0,0 +1,21 @@
  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.18362.0",
  14 + "compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe",
  15 + "cStandard": "c11",
  16 + "cppStandard": "c++17",
  17 + "intelliSenseMode": "msvc-x64"
  18 + }
  19 + ],
  20 + "version": 4
  21 +}
0 22 \ No newline at end of file
... ...