Skip to content

Commit c234bcd

Browse files
log notebook example uri to debug notebooks loading in web editor (#122)
1 parent c074d75 commit c234bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension/commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ function registerCommand(commandName: string, callback: (...args: any[]) => any,
4242
if (notebookUrl) {
4343
const notebookUri: Uri = Uri.joinPath(extensionUri, notebookUrl);
4444
// open data table example notebook
45+
console.log(`${constants.ExtensionId}: loading notebook example: ${notebookUri.toString(true)}`);
4546
commands.executeCommand(constants.VSCodeOpenCommand, notebookUri);
4647
}
4748
}

0 commit comments

Comments
 (0)