mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Here we default to ConnectionType.editor which saves the connecton in the connection store by default
|
// Here we default to ConnectionType.default which saves the connection in the connection store and server tree by default
|
||||||
let connectionType = ConnectionType.editor;
|
let connectionType = ConnectionType.default;
|
||||||
|
|
||||||
// If the API call explicitly set saveConnection to false, set it to ConnectionType.extension
|
// If the API call explicitly set saveConnection to false, set it to ConnectionType.extension
|
||||||
// which doesn't save the connection by default
|
// which doesn't save the connection by default
|
||||||
|
|||||||
Reference in New Issue
Block a user