MX пре 10 месеци
родитељ
комит
9b601fceec
2 измењених фајлова са 0 додато и 30 уклоњено
  1. BIN
      .DS_Store
  2. 0 30
      .vscode/settings.json

+ 0 - 30
.vscode/settings.json

@@ -1,30 +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.armToolchainPath": "/Users/spensercai/.ufbt/toolchain/arm64-darwin/bin",
-    "cortex-debug.openocdPath": "/Users/spensercai/.ufbt/toolchain/arm64-darwin/bin/openocd",
-    "cortex-debug.gdbPath": "/Users/spensercai/.ufbt/toolchain/arm64-darwin/bin/arm-none-eabi-gdb-py3",
-    "editor.formatOnSave": true,
-    "files.associations": {
-        "*.scons": "python",
-        "SConscript": "python",
-        "SConstruct": "python",
-        "*.fam": "python",
-        "stream.h": "c"
-    },
-    "python.analysis.typeCheckingMode": "off",
-    "[python]": {
-        "editor.defaultFormatter": "ms-python.black-formatter"
-    },
-    "clangd.path": "/Users/spensercai/.ufbt/toolchain/arm64-darwin/bin/clangd",
-    "clangd.arguments": [
-        "--query-driver=**/arm-none-eabi-*",
-        "--compile-commands-dir=${workspaceFolder}/.vscode",
-        "--clang-tidy",
-        "--header-insertion=never"
-    ]
-}