notebooks - don't allow anyone to call unregisterNotebookProvider, add names to TODO-tags

This commit is contained in:
Johannes Rieken
2020-09-08 15:42:09 +02:00
parent ec870eefbb
commit 1c3d3ae3ac
12 changed files with 36 additions and 35 deletions

View File

@@ -1259,7 +1259,7 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
}
}
// TODO: remove document - editor one on one mapping
// TODO@rebornix: remove document - editor one on one mapping
private _getEditorFromURI(uriComponents: UriComponents) {
const uriStr = URI.revive(uriComponents).toString();
let editor: { editor: ExtHostNotebookEditor; } | undefined;