This commit is contained in:
Benjamin Pasero
2021-04-19 07:00:35 +02:00
parent 367c11f77b
commit b0d5ab6aab
6 changed files with 2 additions and 19 deletions

View File

@@ -300,10 +300,6 @@ class MainThreadCustomEditorModel extends Disposable implements ICustomEditorMod
// any resource (including file based resources) even if other working
// copies exist with the same resource.
//
// If you enable `typeId`, the value should match with the `viewType`
// so that we can open the working copy properly in case needed via
// our editor service `override` logic.
//
// IMPORTANT: changing the `typeId` has an impact on backups for this
// working copy. Any value that is not the empty string will be used
// as seed to the backup. Only change the `typeId` if you have implemented