mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Bumping SqlToolsService to 4.5.0.38, and adding new bindings (#22129)
* Bump STS * adding/updating bindings
This commit is contained in:
7
extensions/types/vscode-mssql.d.ts
vendored
7
extensions/types/vscode-mssql.d.ts
vendored
@@ -592,6 +592,13 @@ declare module 'vscode-mssql' {
|
||||
*/
|
||||
setDatabaseSource(projectUri: string, databaseSource: string): Promise<ResultStatus>;
|
||||
|
||||
/**
|
||||
* Set the DatabaseSchemaProvider property of a SQL project
|
||||
* @param projectUri Absolute path of the project, including .sqlproj
|
||||
* @param databaseSchemaProvider New DatabaseSchemaProvider value, in the form "Microsoft.Data.Tools.Schema.Sql.SqlXYZDatabaseSchemaProvider"
|
||||
*/
|
||||
setDatabaseSchemaProvider(projectUri: string, databaseSchemaProvider: string): Promise<ResultStatus>;
|
||||
|
||||
/**
|
||||
* Get the cross-platform compatibility status for a project
|
||||
* @param projectUri Absolute path of the project, including .sqlproj
|
||||
|
||||
Reference in New Issue
Block a user