Skip to content

Commit ccc07f5

Browse files
authored
Enable log diagnostics without a C/C++ file active. (#12701)
1 parent 50e0f86 commit ccc07f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5864,7 +5864,7 @@
58645864
},
58655865
{
58665866
"command": "C_Cpp.LogDiagnostics",
5867-
"when": "editorLangId =~ /^(c|(cuda-)?cpp)$/ && !(config.C_Cpp.intelliSenseEngine =~ /^[dD]isabled$/)"
5867+
"when": "!(config.C_Cpp.intelliSenseEngine =~ /^[dD]isabled$/)"
58685868
},
58695869
{
58705870
"command": "C_Cpp.RescanWorkspace",

0 commit comments

Comments
 (0)