1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

vscode: disabled auto-update for clangd since correct version is in the toolchain (#4122)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
hedger
2025-02-19 23:32:20 +00:00
committed by GitHub
parent 1541c36b14
commit 93b0277938
2 changed files with 2 additions and 0 deletions

View File

@@ -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-*",