mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 14:42:05 +00:00
Turn off vscode cmake prompt - we don't use cmake on meshtastic (#4122)
This commit is contained in:
parent
7aea056ac0
commit
15250a566a
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -3,5 +3,6 @@
|
|||||||
"editor.defaultFormatter": "trunk.io",
|
"editor.defaultFormatter": "trunk.io",
|
||||||
"trunk.enableWindows": true,
|
"trunk.enableWindows": true,
|
||||||
"files.insertFinalNewline": false,
|
"files.insertFinalNewline": false,
|
||||||
"files.trimFinalNewlines": false
|
"files.trimFinalNewlines": false,
|
||||||
|
"cmake.configureOnOpen": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user