Guest User

Untitled

a guest
Jan 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. "env" : {
  3. "myDefaultIncludePath": [
  4. "${workspaceFolder}",
  5. "${workspaceFolder}/include"
  6. ],
  7. "myCompilerPath": "/home/fusion809/.nix-profile/bin/gcc-7"
  8. },
  9. "configurations": [
  10. {
  11. "name": "Mac",
  12. "intelliSenseMode": "clang-x64",
  13. "macFrameworkPath": [ "/System/Library/Frameworks" ],
  14. "defines": [ "FOO", "BAR=100" ],
  15. "forcedInclude": [ "${workspaceFolder}/include/config.h" ],
  16. "compilerPath": "/home/fusion809/.nix-profile/bin/clang",
  17. "cStandard": "c11",
  18. "cppStandard": "c++17",
  19. "browse": {
  20. "path": [ "${workspaceFolder}" ],
  21. "limitSymbolsToIncludedHeaders": true,
  22. "databaseFilename": ""
  23. }
  24. }
  25. ],
  26. "version": 4
  27. }
Add Comment
Please, Sign In to add comment