gempir

Chatterino vsc ubuntu

Sep 6th, 2020 (edited)
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "/usr/local/include/**",
  8. "/usr/include/**",
  9. "${workspaceFolder}/src"
  10. ],
  11. "defines": [],
  12. "compilerPath": "/usr/bin/clang++",
  13. "cStandard": "c18",
  14. "cppStandard": "c++17",
  15. "intelliSenseMode": "clang-x64"
  16. }
  17. ],
  18. "version": 4
  19. }
Add Comment
Please, Sign In to add comment