mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-19 22:42:35 +01:00
comment out not-compiling code, fyi @bpasero
This commit is contained in:
@@ -525,9 +525,9 @@ export class EditorPart extends Part implements IEditorGroupsService, IEditorGro
|
||||
locationView.focus();
|
||||
}
|
||||
|
||||
if (options?.activate) {
|
||||
this.doSetGroupActive(group);
|
||||
}
|
||||
// if (options?.activate) {
|
||||
// this.doSetGroupActive(group);
|
||||
// }
|
||||
|
||||
return group;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user