mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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,
|
trustServerCertificate: undefined,
|
||||||
typeSystemVersion: undefined,
|
typeSystemVersion: undefined,
|
||||||
workstationId: undefined,
|
workstationId: undefined,
|
||||||
profileName: profile.profileName
|
profileName: profile.profileName,
|
||||||
|
expiresOn: undefined
|
||||||
};
|
};
|
||||||
let connectionUrl = await vscodeMssqlApi.connect(connectionProfile, saveConnectionAndPassword);
|
let connectionUrl = await vscodeMssqlApi.connect(connectionProfile, saveConnectionAndPassword);
|
||||||
return connectionUrl;
|
return connectionUrl;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user