VS.code-workspace 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "files.autoGuessEncoding": true,
  9. "C_Cpp.default.configurationProvider": "cl.eide",
  10. "C_Cpp.errorSquiggles": "disabled",
  11. "files.associations": {
  12. ".eideignore": "ignore",
  13. "*.a51": "a51",
  14. "*.h": "c",
  15. "*.c": "c",
  16. "*.hxx": "cpp",
  17. "*.hpp": "cpp",
  18. "*.c++": "cpp",
  19. "*.cpp": "cpp",
  20. "*.cxx": "cpp",
  21. "*.cc": "cpp"
  22. },
  23. "[yaml]": {
  24. "editor.insertSpaces": true,
  25. "editor.tabSize": 4,
  26. "editor.autoIndent": "advanced"
  27. }
  28. },
  29. "extensions": {
  30. "recommendations": [
  31. "cl.eide",
  32. "keroc.hex-fmt",
  33. "xiaoyongdong.srecord",
  34. "hars.cppsnippets",
  35. "zixuanwang.linkerscript",
  36. "redhat.vscode-yaml",
  37. "IBM.output-colorizer",
  38. "cschlosser.doxdocgen",
  39. "ms-vscode.vscode-serial-monitor",
  40. "alefragnani.project-manager",
  41. "dan-c-underwood.arm",
  42. "marus25.cortex-debug"
  43. ]
  44. }
  45. }