VSCode: don't display inline greyed out hints

This commit is contained in:
2025-11-23 07:28:04 -04:00
parent 0c2a14434b
commit 601c7857f4
+1
View File
@@ -95,6 +95,7 @@
"editor.tabSize": 4, "editor.tabSize": 4,
"editor.insertSpaces": false, "editor.insertSpaces": false,
"editor.detectIndentation": false, "editor.detectIndentation": false,
"editor.inlayHints.enabled": "off",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"C_Cpp.default.browse.limitSymbolsToIncludedHeaders": true, "C_Cpp.default.browse.limitSymbolsToIncludedHeaders": true,
"C_Cpp.default.browse.path": [ "C_Cpp.default.browse.path": [