mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 12:51:00 +01:00
7164efa38e
* Have editor service attempt to resolve viewtype * Use existing editor service function * Rename old editor input factory and create new glob based one * Move override to editor service and create onWillMoveEditor event * Addressed the minor PR feedback * Make the editor move event more robust * Fix notebook re-rendering * Notify of new groups on restore * consistently refer to serializers and not factories * 💄 IEditorMoveEvent * get rid of move/copy options * some more 💄 * Fix notebooks knowing about editor groups on startup * Fix broken tests * Rename file * Fix compilation errors Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>