Skip to content

Commit

Permalink
vscode: disabled auto-update for clangd since correct version is in t…
Browse files Browse the repository at this point in the history
…he toolchain (#4122)

Co-authored-by: あく <alleteam@gmail.com>
  • Loading branch information
hedger and skotopes authored Feb 19, 2025
1 parent 1541c36 commit 93b0277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/example/settings.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"SConstruct": "python",
"*.fam": "python"
},
"clangd.checkUpdates": false,
"clangd.path": "${workspaceFolder}/toolchain/current/bin/clangd@FBT_PLATFORM_EXECUTABLE_EXT@",
"clangd.arguments": [
"--query-driver=**/arm-none-eabi-*",
Expand Down
1 change: 1 addition & 0 deletions scripts/ufbt/project_template/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"clangd.checkUpdates": false,
"clangd.path": "@UFBT_TOOLCHAIN_CLANGD@",
"clangd.arguments": [
"--query-driver=**/arm-none-eabi-*",
Expand Down

0 comments on commit 93b0277

Please sign in to comment.