Enable log diagnostics without a C/C++ file active. (#12701)
This commit is contained in:
Родитель
50e0f8685a
Коммит
ccc07f5adb
|
@ -5864,7 +5864,7 @@
|
|||
},
|
||||
{
|
||||
"command": "C_Cpp.LogDiagnostics",
|
||||
"when": "editorLangId =~ /^(c|(cuda-)?cpp)$/ && !(config.C_Cpp.intelliSenseEngine =~ /^[dD]isabled$/)"
|
||||
"when": "!(config.C_Cpp.intelliSenseEngine =~ /^[dD]isabled$/)"
|
||||
},
|
||||
{
|
||||
"command": "C_Cpp.RescanWorkspace",
|
||||
|
|
Загрузка…
Ссылка в новой задаче