We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a42bf8 commit 0d18eaeCopy full SHA for 0d18eae
.vscode/example/settings.json.tmpl
@@ -12,6 +12,7 @@
12
"SConstruct": "python",
13
"*.fam": "python"
14
},
15
+ "clangd.checkUpdates": false,
16
"clangd.path": "${workspaceFolder}/toolchain/current/bin/clangd@FBT_PLATFORM_EXECUTABLE_EXT@",
17
"clangd.arguments": [
18
"--query-driver=**/arm-none-eabi-*",
scripts/ufbt/project_template/.vscode/settings.json
@@ -19,6 +19,7 @@
19
"[python]": {
20
"editor.defaultFormatter": "ms-python.black-formatter"
21
22
23
"clangd.path": "@UFBT_TOOLCHAIN_CLANGD@",
24
25
0 commit comments