Fix saving profile from Azure tree nodes (#22518)

This commit is contained in:
Cheena Malhotra
2023-03-31 11:58:49 -07:00
committed by GitHub
parent 87b3ac1c05
commit 152eb32278

View File

@@ -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