mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
Fix Issue when OE connection Disconnects on Notebook Close (#4425)
* Fix OE connection closing when notebook closes * handle connections created through Add new connection
This commit is contained in:
@@ -17,7 +17,8 @@ export const uriPrefixes = {
|
||||
default: 'connection://',
|
||||
connection: 'connection://',
|
||||
dashboard: 'dashboard://',
|
||||
insights: 'insights://'
|
||||
insights: 'insights://',
|
||||
notebook: 'notebook://'
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user