Guest User

Untitled

a guest
Jan 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 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": "Linux",
  12. "intelliSenseMode": "clang-x64",
  13. "defines": [ "FOO", "BAR=100" ],
  14. "compilerPath": "/home/fusion809/.nix-profile/bin/clang",
  15. "cStandard": "c11",
  16. "cppStandard": "c++17",
  17. "browse": {
  18. "path": [ "${workspaceFolder}" ],
  19. "limitSymbolsToIncludedHeaders": true,
  20. "databaseFilename": ""
  21. }
  22. }
  23. ],
  24. "version": 4
  25. }
Add Comment
Please, Sign In to add comment