From df7329d82ed3c6d87fabcc7fc5fee104caa76d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20K=C5=82ys?= Date: Mon, 1 Nov 2021 13:45:08 +0100 Subject: [PATCH] Update package.json It Fixes a small typo (at least I think that's the intention) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dec5024469..7a15e322eb 100644 --- a/package.json +++ b/package.json @@ -795,7 +795,7 @@ }, "powershell.integratedConsole.forceClearScrollbackBuffer": { "type": "boolean", - "description": "Use the vscode API to clear the terminal since that's the only reliable way to clear the scrollback buffer. Turn this on if you're use to 'Clear-Host' clearing scroll history as wellclear-terminal-via-lsp." + "description": "Use the vscode API to clear the terminal since that's the only reliable way to clear the scrollback buffer. Turn this on if you're used to 'Clear-Host' clearing scroll history as well as clear-terminal-via-lsp." }, "powershell.integratedConsole.suppressStartupBanner": { "type": "boolean",