Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": ["${workspaceFolder}/**"],
  6. "defines": [],
  7. "compilerPath": "/usr/bin/gcc",
  8. "cStandard": "c11",
  9. "cppStandard": "c++14",
  10. "intelliSenseMode": "gcc-x64"
  11. }
  12. ],
  13. "version": 4
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement