mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 17:23:05 -05:00
Unified connection in notebooks (#3898)
* yarn files * #3897: Integrate unified connection with notebooks * ConnectionProfile serialization in unified connection * #3898 Handle connection validation from extension * Removing unused namespaces * Remove constant * Show a detailed error message on changing context * Indentation
This commit is contained in:
@@ -158,7 +158,7 @@ export class ConnectionProfile extends ProviderConnectionInfo implements interfa
|
||||
serverName: this.serverName,
|
||||
databaseName: this.databaseName,
|
||||
authenticationType: this.authenticationType,
|
||||
getOptionsKey: undefined,
|
||||
getOptionsKey: this.getOptionsKey,
|
||||
matches: undefined,
|
||||
groupId: this.groupId,
|
||||
groupFullName: this.groupFullName,
|
||||
|
||||
Reference in New Issue
Block a user