mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
Fix saving profile from Azure tree nodes (#22518)
This commit is contained in:
@@ -146,8 +146,8 @@ export class MainThreadConnectionManagement extends Disposable implements MainTh
|
||||
return undefined;
|
||||
}
|
||||
|
||||
// Here we default to ConnectionType.editor which saves the connecton in the connection store by default
|
||||
let connectionType = ConnectionType.editor;
|
||||
// Here we default to ConnectionType.default which saves the connection in the connection store and server tree by default
|
||||
let connectionType = ConnectionType.default;
|
||||
|
||||
// If the API call explicitly set saveConnection to false, set it to ConnectionType.extension
|
||||
// which doesn't save the connection by default
|
||||
|
||||
Reference in New Issue
Block a user