Advertisement
Guest User

c_cpp_properties.json

a guest
May 24th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.48 KB | None | 0 0
  1. {
  2.     "configurations": [
  3.         {
  4.             "name": "Win32",
  5.             "includePath": [
  6.                 "${workspaceFolder}/**"
  7.             ],
  8.             "defines": [
  9.                 "_DEBUG",
  10.                 "UNICODE",
  11.                 "_UNICODE"
  12.             ],
  13.             "compilerPath": "C:\\MinGW\\bin\\gcc.exe",
  14.             "cStandard": "c11",
  15.             "cppStandard": "c++17",
  16.             "intelliSenseMode": "clang-x64"
  17.         }
  18.     ],
  19.     "version": 4
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement