settings.json 1.2 KB

1234567891011121314151617181920212223242526272829
  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. },
  18. "python.analysis.typeCheckingMode": "off",
  19. "[python]": {
  20. "editor.defaultFormatter": "ms-python.black-formatter"
  21. },
  22. "clangd.path": "/Users/spensercai/.ufbt/toolchain/arm64-darwin/bin/clangd",
  23. "clangd.arguments": [
  24. "--query-driver=**/arm-none-eabi-*",
  25. "--compile-commands-dir=${workspaceFolder}/.vscode",
  26. "--clang-tidy",
  27. "--header-insertion=never"
  28. ]
  29. }