my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
380 B

3 years ago
  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "${workspaceFolder}/src"
  7. ],
  8. "defines": [
  9. ],
  10. "compilerPath": "/usr/bin/g++",
  11. "cStandard": "c11",
  12. "cppStandard": "c++17",
  13. "intelliSenseMode": "gcc-x64"
  14. }
  15. ],
  16. "version": 4
  17. }