|
@@ -1,26 +0,0 @@
|
|
|
-// This file is autogeneated by the ufbt.
|
|
|
|
|
-// You can modify it, and it will not be overwritten if exists.
|
|
|
|
|
-// Some paths are absolute, and will need to be updated if you move the project.
|
|
|
|
|
-// To regenerate the file, delete it and run `ufbt vscode_dist` again.
|
|
|
|
|
-{
|
|
|
|
|
- "cortex-debug.enableTelemetry": false,
|
|
|
|
|
- "cortex-debug.variableUseNaturalFormat": false,
|
|
|
|
|
- "cortex-debug.showRTOS": true,
|
|
|
|
|
- "cortex-debug.armToolchainPath": "/home/ofa/.ufbt/toolchain/x86_64-linux/bin",
|
|
|
|
|
- "cortex-debug.openocdPath": "/home/ofa/.ufbt/toolchain/x86_64-linux/bin/openocd",
|
|
|
|
|
- "cortex-debug.gdbPath": "/home/ofa/.ufbt/toolchain/x86_64-linux/bin/arm-none-eabi-gdb-py3",
|
|
|
|
|
- "editor.formatOnSave": true,
|
|
|
|
|
- "files.associations": {
|
|
|
|
|
- "*.scons": "python",
|
|
|
|
|
- "SConscript": "python",
|
|
|
|
|
- "SConstruct": "python",
|
|
|
|
|
- "*.fam": "python",
|
|
|
|
|
- "string.h": "c",
|
|
|
|
|
- "stdint.h": "c"
|
|
|
|
|
- },
|
|
|
|
|
- "cortex-debug.registerUseNaturalFormat": false,
|
|
|
|
|
- "python.analysis.typeCheckingMode": "off",
|
|
|
|
|
- "[python]": {
|
|
|
|
|
- "editor.defaultFormatter": "ms-python.black-formatter"
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|