Skip to content

Commit 0d18eae

Browse files
committed
vscode: disabled auto-update for clangd since correct version is in the toolchain
1 parent 3a42bf8 commit 0d18eae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.vscode/example/settings.json.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"SConstruct": "python",
1313
"*.fam": "python"
1414
},
15+
"clangd.checkUpdates": false,
1516
"clangd.path": "${workspaceFolder}/toolchain/current/bin/clangd@FBT_PLATFORM_EXECUTABLE_EXT@",
1617
"clangd.arguments": [
1718
"--query-driver=**/arm-none-eabi-*",

scripts/ufbt/project_template/.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"[python]": {
2020
"editor.defaultFormatter": "ms-python.black-formatter"
2121
},
22+
"clangd.checkUpdates": false,
2223
"clangd.path": "@UFBT_TOOLCHAIN_CLANGD@",
2324
"clangd.arguments": [
2425
"--query-driver=**/arm-none-eabi-*",

0 commit comments

Comments
 (0)