mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Notebook Extension: First logging improvements (#13729)
* First logging improvements * PR feedback for err output
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user