mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 02:52:20 -05:00
Fix #116154
This commit is contained in:
@@ -19,7 +19,7 @@ export class SettingsEditor {
|
||||
await this.editor.waitForEditorFocus('settings.json', 1);
|
||||
|
||||
await this.code.dispatchKeybinding('right');
|
||||
await this.editor.waitForTypeInEditor('settings.json', `"${setting}": ${value}`);
|
||||
await this.editor.waitForTypeInEditor('settings.json', `"${setting}": ${value},`);
|
||||
await this.editors.saveOpenedFile();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user