settings.json 1.1 KB

1234567891011121314151617181920212223242526
  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.showRTOS": true,
  9. "cortex-debug.armToolchainPath": "/home/ofa/.ufbt/toolchain/x86_64-linux/bin",
  10. "cortex-debug.openocdPath": "/home/ofa/.ufbt/toolchain/x86_64-linux/bin/openocd",
  11. "cortex-debug.gdbPath": "/home/ofa/.ufbt/toolchain/x86_64-linux/bin/arm-none-eabi-gdb-py3",
  12. "editor.formatOnSave": true,
  13. "files.associations": {
  14. "*.scons": "python",
  15. "SConscript": "python",
  16. "SConstruct": "python",
  17. "*.fam": "python",
  18. "string.h": "c",
  19. "stdint.h": "c"
  20. },
  21. "cortex-debug.registerUseNaturalFormat": false,
  22. "python.analysis.typeCheckingMode": "off",
  23. "[python]": {
  24. "editor.defaultFormatter": "ms-python.black-formatter"
  25. }
  26. }