diff --git a/src/vs/workbench/contrib/terminal/browser/terminalPanel.ts b/src/vs/workbench/contrib/terminal/browser/terminalPanel.ts index 6baef8e33507165140260c1668ecde85f209f59f..6f347935926e1f63682606560d75c7c630e16d2a 100644 --- a/src/vs/workbench/contrib/terminal/browser/terminalPanel.ts +++ b/src/vs/workbench/contrib/terminal/browser/terminalPanel.ts @@ -88,7 +88,7 @@ export class TerminalPanel extends Panel { label: nls.localize('terminal.useMonospace', "Use 'monospace'"), run: () => this._configurationService.updateValue('terminal.integrated.fontFamily', 'monospace'), }]; - this._notificationService.prompt(Severity.Warning, nls.localize('terminal.monospaceOnly', "The terminal only supports monospace fonts."), choices); + this._notificationService.prompt(Severity.Warning, nls.localize('terminal.monospaceOnly', "The terminal only supports monospace fonts. Be sure to restart VS Code if this is a newly installed font."), choices); } } }));