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