Guest User

Untitled

a guest
Dec 26th, 2024
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "${workspaceFolder}/src",
  7. "/usr/include/wx-3.2"
  8. ],
  9. "defines": [],
  10. "compilerPath": "/usr/bin/g++",
  11. "cStandard": "c11",
  12. "cppStandard": "c++17",
  13. "intelliSenseMode": "linux-gcc-x64"
  14. }
  15. ],
  16. "version": 4
  17. }
  18.  
Advertisement
Add Comment
Please, Sign In to add comment