diff --git a/extensions/mssql/config.json b/extensions/mssql/config.json index f74b9c3be9..0d67ec5aff 100644 --- a/extensions/mssql/config.json +++ b/extensions/mssql/config.json @@ -1,6 +1,6 @@ { "downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.servicelayer-{#fileName#}", - "version": "4.8.0.9", + "version": "4.8.0.10", "downloadFileNames": { "Windows_86": "win-x86-net7.0.zip", "Windows_64": "win-x64-net7.0.zip", diff --git a/extensions/mssql/package.json b/extensions/mssql/package.json index d6f315922b..f52b12a906 100644 --- a/extensions/mssql/package.json +++ b/extensions/mssql/package.json @@ -433,6 +433,11 @@ "default": false, "description": "%mssql.tableDesigner.preloadDatabaseModel%" }, + "mssql.tableDesigner.allowDisableAndReenableDdlTriggers": { + "type": "boolean", + "default": true, + "description": "%mssql.tableDesigner.allowDisableAndReenableDdlTriggers%" + }, "mssql.objectExplorer.groupBySchema": { "type": "boolean", "default": false, diff --git a/extensions/mssql/package.nls.json b/extensions/mssql/package.nls.json index fc825d4077..a8bea713d9 100644 --- a/extensions/mssql/package.nls.json +++ b/extensions/mssql/package.nls.json @@ -177,6 +177,7 @@ "mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.", "mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.", "mssql.tableDesigner.preloadDatabaseModel": "Whether to preload the database model when the database node in the object explorer is expanded. When enabled, the loading time of table designer can be reduced. Note: You might see higher than normal memory usage if you need to expand a lot of database nodes.", + "mssql.tableDesigner.allowDisableAndReenableDdlTriggers": "Whether to allow table designer to disable and re-enable DDL triggers during publish", "mssql.objectExplorer.groupBySchema": "When enabled, the database objects in Object Explorer will be categorized by schema.", "mssql.objectExplorer.enableGroupBySchema": "Enable Group By Schema", "mssql.objectExplorer.disableGroupBySchema": "Disable Group By Schema",