Skip to content

Commit

Permalink
Use current editor position
Browse files Browse the repository at this point in the history
  • Loading branch information
usernamehw committed May 13, 2018
1 parent e97d299 commit c81dfe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class PreferencesService extends Disposable implements IPreferencesServic
}

openRawUserSettings(): TPromise<void> {
return this.editorService.openEditor({ resource: this.userSettingsResource }, EditorPosition.ONE) as TPromise<any>;
return this.editorService.openEditor({ resource: this.userSettingsResource }) as TPromise<any>;
}

openSettings(): TPromise<IEditor> {
Expand Down

0 comments on commit c81dfe7

Please sign in to comment.