settings.json 1.2 KB

123456789101112131415161718192021222324252627282930
  1. // This file is autogeneated by the ufbt.
  2. // You can modify it, and it will not be overwritten if exists.
  3. // Some paths are absolute, and will need to be updated if you move the project.
  4. // To regenerate the file, delete it and run `ufbt vscode_dist` again.
  5. {
  6. "cortex-debug.enableTelemetry": false,
  7. "cortex-debug.variableUseNaturalFormat": false,
  8. "cortex-debug.armToolchainPath": "/Users/spensercai/.ufbt/toolchain/arm64-darwin/bin",
  9. "cortex-debug.openocdPath": "/Users/spensercai/.ufbt/toolchain/arm64-darwin/bin/openocd",
  10. "cortex-debug.gdbPath": "/Users/spensercai/.ufbt/toolchain/arm64-darwin/bin/arm-none-eabi-gdb-py3",
  11. "editor.formatOnSave": true,
  12. "files.associations": {
  13. "*.scons": "python",
  14. "SConscript": "python",
  15. "SConstruct": "python",
  16. "*.fam": "python",
  17. "stream.h": "c"
  18. },
  19. "python.analysis.typeCheckingMode": "off",
  20. "[python]": {
  21. "editor.defaultFormatter": "ms-python.black-formatter"
  22. },
  23. "clangd.path": "/Users/spensercai/.ufbt/toolchain/arm64-darwin/bin/clangd",
  24. "clangd.arguments": [
  25. "--query-driver=**/arm-none-eabi-*",
  26. "--compile-commands-dir=${workspaceFolder}/.vscode",
  27. "--clang-tidy",
  28. "--header-insertion=never"
  29. ]
  30. }