mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-25 02:15:09 +01:00
Make metered connection status bar item more visible (#331913)
Make metered connection status more visible Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot
parent
5fe7ec4605
commit
01bed2ade0
@@ -49,6 +49,7 @@ export class MeteredConnectionStatusContribution extends Disposable implements I
|
||||
text: '$(radio-tower)',
|
||||
ariaLabel: localize('status.meteredConnection.ariaLabel', "Metered Connection Enabled"),
|
||||
tooltip: localize('status.meteredConnection.tooltip', "Metered connection enabled. Some background network activity, including updates, Settings Sync, inline completions, telemetry, and automatic Git operations, is paused to reduce data usage."),
|
||||
kind: 'warning',
|
||||
command: {
|
||||
id: 'workbench.action.configureMeteredConnection',
|
||||
title: localize('status.meteredConnection.configure', "Configure")
|
||||
|
||||
Reference in New Issue
Block a user