mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
:chore: address some todos
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user