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.

12 lines
280 B

4 years ago
3 years ago
4 years ago
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "${workspaceFolder}/Library/include",
  8. "${workspaceFolder}/APP/"
  9. ]
  10. }
  11. ],
  12. "version": 4
  13. }