Notebook Extension: First logging improvements (#13729)

* First logging improvements

* PR feedback for err output
This commit is contained in:
Chris LaFreniere
2020-12-11 11:21:06 -08:00
committed by GitHub
parent 2df67c4f78
commit a5231ec0e5
12 changed files with 28 additions and 20 deletions

View File

@@ -114,6 +114,7 @@ export async function activate(extensionContext: vscode.ExtensionContext): Promi
cellType = selection.id;
}
} catch (err) {
console.error('Unexpected error adding new cell: ', err);
return;
}
if (cellType) {