mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
rename: resolveNotebook is openNotebook
This commit is contained in:
@@ -442,7 +442,7 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
|
||||
});
|
||||
}
|
||||
|
||||
async $resolveNotebookData(viewType: string, uri: UriComponents, backupId?: string): Promise<NotebookDataDto> {
|
||||
async $openNotebook(viewType: string, uri: UriComponents, backupId?: string): Promise<NotebookDataDto> {
|
||||
const provider = this._notebookContentProviders.get(viewType);
|
||||
if (!provider) {
|
||||
throw new Error(`NO provider for '${viewType}'`);
|
||||
|
||||
Reference in New Issue
Block a user