From 42a2de206f073e9224f7eeefc5b42331e84bf6fa Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:20:57 -0800 Subject: [PATCH] Set default terminal sticky scroll in vscode temporarily --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 98bd618b14f..4959b16d094 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -164,5 +164,8 @@ "vscode-notebook-renderer", "src/vs/workbench/workbench.web.main.ts", "src/vs/workbench/api/common/extHostTypes.ts" - ] + ], + + // Temporarily enabled for self-hosting + "terminal.integrated.enableStickyScroll": true, }