chore(vscode): add cmake.ignoreCMakeListsMissing setting

This commit is contained in:
2026-04-15 14:30:08 +08:00
parent c74ff25a6f
commit 7881ea6d23

View File

@@ -10,5 +10,6 @@
}, },
"[json]": { "[json]": {
"editor.defaultFormatter": "oxc.oxc-vscode" "editor.defaultFormatter": "oxc.oxc-vscode"
} },
"cmake.ignoreCMakeListsMissing": true
} }