mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
Consolidate extension typings files (#18765)
* Consolidate extension typings files * fix
This commit is contained in:
@@ -271,7 +271,8 @@ export class DeployService {
|
||||
typeSystemVersion: undefined,
|
||||
workstationId: undefined,
|
||||
profileName: profile.profileName,
|
||||
expiresOn: undefined
|
||||
expiresOn: undefined,
|
||||
tenantId: undefined
|
||||
};
|
||||
let connectionUrl = await vscodeMssqlApi.connect(connectionProfile, saveConnectionAndPassword);
|
||||
return connectionUrl;
|
||||
|
||||
Reference in New Issue
Block a user