Advertisement
Guest User

ScummVM GCC intellisense settings

a guest
May 12th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.43 KB | None | 0 0
  1. {
  2.     "configurations": [
  3.         {
  4.             "name": "Linux",
  5.             "includePath": [
  6.                 "${workspaceFolder}/**"
  7.             ],
  8.             "defines": [],
  9.             "compilerPath": "/path/to/my/gcc",
  10.             "cStandard": "c11",
  11.             "cppStandard": "c++98",
  12.             "intelliSenseMode": "gcc-x64",
  13.             "compileCommands": "compile_commands.json"
  14.         }
  15.     ],
  16.     "version": 4
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement