mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 18:46:34 -05:00
Notebooks: Fix strict compile errors (#12591)
* strict compile for sqlSessionManager.ts * start clientSession.ts fixes * strict compile for clientSession.ts * strict compile for notebookModel.ts * add display name * clean up code * clean up code * initialize string to empty string * address PR comments * address PR comments * address PR comments * remove errorMessage check
This commit is contained in:
@@ -52,7 +52,7 @@ export class NotebookModelStub implements INotebookModel {
|
||||
get kernelChanged(): vsEvent.Event<nb.IKernelChangedArgs> {
|
||||
throw new Error('method not implemented.');
|
||||
}
|
||||
get kernelsChanged(): vsEvent.Event<nb.IKernelSpec> {
|
||||
get kernelsChanged(): vsEvent.Event<nb.IKernel> {
|
||||
throw new Error('method not implemented.');
|
||||
}
|
||||
get layoutChanged(): vsEvent.Event<void> {
|
||||
|
||||
Reference in New Issue
Block a user