mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
pin it, #9138
This commit is contained in:
@@ -182,7 +182,7 @@ export class MainThreadEditors extends MainThreadEditorsShape {
|
||||
|
||||
const input = {
|
||||
resource,
|
||||
options: { preserveFocus }
|
||||
options: { preserveFocus, pinned: true }
|
||||
};
|
||||
|
||||
return this._workbenchEditorService.openEditor(input, position).then(editor => {
|
||||
|
||||
Reference in New Issue
Block a user