lol its in c
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.

14 lines
320 B

  1. {
  2. "version": 4,
  3. "configurations": [
  4. {
  5. "name": "Default",
  6. "includePath": [
  7. "${default}",
  8. "${workspaceFolder}/gbsdk/inc",
  9. "${workspaceFolder}/include",
  10. "${workspaceFolder}/_build/level"
  11. ]
  12. }
  13. ]
  14. }