• D
    Have TextFileEditorModel handle restores · b23229f6
    Daniel Imms 提交于
    This change does the following:
    - filesToRestore are no longer checked at all, instead the the already existing
      editorStacks.model value from local storage restores the files just like
      normal.
    - Loading of the resource is now solely the responsibility of
      TextFileEditorModel, removing a lot of the stuff being passed down through
      the layers.
    
    Fixes #14100
    Fixes #14067
    b23229f6
textFileEditorModel.ts 27.9 KB