mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-26 20:54:27 +00:00
💄
This commit is contained in:
@@ -42,6 +42,5 @@ export function disposeStatus() {
|
||||
export function setInfo(message: string, tooltip: string) {
|
||||
versionBarEntry.text = message;
|
||||
versionBarEntry.tooltip = tooltip;
|
||||
versionBarEntry.color = 'white';
|
||||
versionBarEntry.command = 'typescript.selectTypeScriptVersion';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user