:chore: address some todos

This commit is contained in:
Benjamin Pasero
2021-02-22 10:49:59 +01:00
parent 3860c90cd8
commit ae0a103755
4 changed files with 7 additions and 7 deletions

View File

@@ -205,7 +205,7 @@ export class MainThreadNotebooks extends Disposable implements MainThreadNoteboo
registerListeners() {
// forward changes to dirty state
// todo@bpasero this seem way too complicated... is there an easy way to
// todo@rebornix todo@mjbvz this seem way too complicated... is there an easy way to
// the actual resource from a working copy?
this._register(this._workingCopyService.onDidChangeDirty(e => {
if (e.resource.scheme !== Schemas.vscodeNotebook) {