mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
Sqlproj - Saving the connection after db is deployed to docker container (#17294)
This commit is contained in:
@@ -27,5 +27,6 @@ export interface ILocalDbSetting {
|
||||
password: string,
|
||||
dbName: string,
|
||||
dockerBaseImage: string,
|
||||
connectionRetryTimeout?: number
|
||||
connectionRetryTimeout?: number,
|
||||
profileName?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user