mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
open database dashboard (#17871)
This commit is contained in:
@@ -192,6 +192,7 @@ export class ConnectionProfile extends ProviderConnectionInfo implements interfa
|
||||
public cloneWithDatabase(databaseName: string): ConnectionProfile {
|
||||
let instance = this.cloneWithNewId();
|
||||
instance.databaseName = databaseName;
|
||||
instance.originalDatabase = databaseName;
|
||||
return instance;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user