settings.json 696 B

1234567891011121314151617181920
  1. {
  2. "cortex-debug.enableTelemetry": false,
  3. "cortex-debug.variableUseNaturalFormat": false,
  4. "cortex-debug.showRTOS": true,
  5. "cortex-debug.armToolchainPath": "@UFBT_TOOLCHAIN_ARM_TOOLCHAIN_DIR@",
  6. "cortex-debug.openocdPath": "@UFBT_TOOLCHAIN_OPENOCD@",
  7. "cortex-debug.gdbPath": "@UFBT_TOOLCHAIN_GDB_PY@",
  8. "editor.formatOnSave": true,
  9. "files.associations": {
  10. "*.scons": "python",
  11. "SConscript": "python",
  12. "SConstruct": "python",
  13. "*.fam": "python"
  14. },
  15. "cortex-debug.registerUseNaturalFormat": false,
  16. "python.analysis.typeCheckingMode": "off",
  17. "[python]": {
  18. "editor.defaultFormatter": "ms-python.black-formatter"
  19. }
  20. }