暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

c_cpp_properties.json 466B

1234567891011121314151617181920
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**"
  7. ],
  8. "defines": [
  9. "_DEBUG",
  10. "UNICODE",
  11. "_UNICODE"
  12. ],
  13. "compilerPath": "C:/MinGW/bin/gcc.exe",
  14. "cStandard": "c11",
  15. "cppStandard": "c++17",
  16. "intelliSenseMode": "gcc-x64"
  17. }
  18. ],
  19. "version": 4
  20. }