Skip to content

Commit 479712a

Browse files
Fix typo in settings for 'Force Clear Scrollback Buffer' (#3658)
1 parent c725382 commit 479712a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@
795795
},
796796
"powershell.integratedConsole.forceClearScrollbackBuffer": {
797797
"type": "boolean",
798-
"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."
798+
"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."
799799
},
800800
"powershell.integratedConsole.suppressStartupBanner": {
801801
"type": "boolean",

0 commit comments

Comments
 (0)