mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Merge pull request #152490 from microsoft/tyriar/152451_2
Use new method for settings in terminal split cwd smoke test
This commit is contained in:
@@ -15,8 +15,9 @@ export function setup() {
|
||||
const app = this.app as Application;
|
||||
terminal = app.workbench.terminal;
|
||||
settingsEditor = app.workbench.settingsEditor;
|
||||
await settingsEditor.addUserSetting('terminal.integrated.splitCwd', '"inherited"');
|
||||
await setTerminalTestSettings(app);
|
||||
await setTerminalTestSettings(app, [
|
||||
['terminal.integrated.splitCwd', '"inherited"']
|
||||
]);
|
||||
});
|
||||
|
||||
after(async function () {
|
||||
|
||||
Reference in New Issue
Block a user