Correct setting name in smoke test

This commit is contained in:
Daniel Imms 2023-11-11 05:15:09 -08:00
parent ad15edaffd
commit 0fa8f868a5
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -17,7 +17,7 @@ export function setup() {
terminal = app.workbench.terminal;
settingsEditor = app.workbench.settingsEditor;
await setTerminalTestSettings(app, [
['terminal.integrated.enableStickyScroll', 'true']
['terminal.integrated.stickyScroll.enabled', 'true']
]);
});