Project.code-workspace 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "chat.tools.terminal.autoApprove": {
  29. "/^Get-Command make, mingw32-make, gmake -ErrorAction SilentlyContinue \\| Select-Object Name, Source$/": {
  30. "approve": true,
  31. "matchCommandLine": true
  32. },
  33. "/^& \"C:\\\\Users\\\\13411\\\\\\.eide\\\\tools\\\\gcc_arm\\\\bin\\\\arm-none-eabi-gcc\\.exe\" --version$/": {
  34. "approve": true,
  35. "matchCommandLine": true
  36. }
  37. }
  38. },
  39. "extensions": {
  40. "recommendations": [
  41. "cl.eide",
  42. "keroc.hex-fmt",
  43. "xiaoyongdong.srecord",
  44. "hars.cppsnippets",
  45. "zixuanwang.linkerscript",
  46. "redhat.vscode-yaml",
  47. "IBM.output-colorizer",
  48. "cschlosser.doxdocgen",
  49. "ms-vscode.vscode-serial-monitor",
  50. "dan-c-underwood.arm",
  51. "marus25.cortex-debug"
  52. ]
  53. }
  54. }