Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/vscode-cpptools
/ getUI
Function
getUI
Extension/src/LanguageServer/ui.ts:598–603 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
596
}
597
598
export
function
getUI(): LanguageStatusUI {
599
if
(!ui) {
600
ui =
new
LanguageStatusUI();
601
}
602
return
ui;
603
}
604
Callers
3
updateServerOnFolderSettingsChange
Method · 0.90
init
Method · 0.90
activate
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected