mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Update VS Code MSSQL typings (#18055)
* Update VS Code MSSQL typings * fix compile
This commit is contained in:
@@ -285,7 +285,8 @@ export class DeployService {
|
||||
trustServerCertificate: undefined,
|
||||
typeSystemVersion: undefined,
|
||||
workstationId: undefined,
|
||||
profileName: profile.profileName
|
||||
profileName: profile.profileName,
|
||||
expiresOn: undefined
|
||||
};
|
||||
let connectionUrl = await vscodeMssqlApi.connect(connectionProfile, saveConnectionAndPassword);
|
||||
return connectionUrl;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user