| 1234567891011121314151617181920 |
- {
- "cortex-debug.enableTelemetry": false,
- "cortex-debug.variableUseNaturalFormat": false,
- "cortex-debug.showRTOS": true,
- "cortex-debug.armToolchainPath": "@UFBT_TOOLCHAIN_ARM_TOOLCHAIN_DIR@",
- "cortex-debug.openocdPath": "@UFBT_TOOLCHAIN_OPENOCD@",
- "cortex-debug.gdbPath": "@UFBT_TOOLCHAIN_GDB_PY@",
- "editor.formatOnSave": true,
- "files.associations": {
- "*.scons": "python",
- "SConscript": "python",
- "SConstruct": "python",
- "*.fam": "python"
- },
- "cortex-debug.registerUseNaturalFormat": false,
- "python.analysis.typeCheckingMode": "off",
- "[python]": {
- "editor.defaultFormatter": "ms-python.black-formatter"
- }
- }
|