Set default terminal sticky scroll in vscode temporarily

This commit is contained in:
Daniel Imms
2023-11-07 13:20:57 -08:00
parent 80e6659815
commit 42a2de206f

View File

@@ -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,
}