diff --git a/src/vs/workbench/contrib/meteredConnection/browser/meteredConnectionStatus.ts b/src/vs/workbench/contrib/meteredConnection/browser/meteredConnectionStatus.ts index eea62f66bfd..73e0f6db02a 100644 --- a/src/vs/workbench/contrib/meteredConnection/browser/meteredConnectionStatus.ts +++ b/src/vs/workbench/contrib/meteredConnection/browser/meteredConnectionStatus.ts @@ -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")