This commit is contained in:
Jackson Kearl 2021-02-08 17:46:12 -08:00
parent 64a164c9d5
commit 4623a50995

View file

@ -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();
}