From ab0ea5db62df22cd1269030e373e7dd38a2d2379 Mon Sep 17 00:00:00 2001 From: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:52:26 -0700 Subject: [PATCH] Fix clear pooled connection title (#24650) --- extensions/mssql/package.json | 1 + extensions/mssql/package.nls.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extensions/mssql/package.json b/extensions/mssql/package.json index 3720a69dc3..c0bbbdcc5c 100644 --- a/extensions/mssql/package.json +++ b/extensions/mssql/package.json @@ -156,6 +156,7 @@ }, { "command": "mssql.clearPooledConnections", + "category": "MSSQL", "title": "%mssql.connection.clearPooledConnections%" } ], diff --git a/extensions/mssql/package.nls.json b/extensions/mssql/package.nls.json index a5cbf0a1bc..a86402aa58 100644 --- a/extensions/mssql/package.nls.json +++ b/extensions/mssql/package.nls.json @@ -174,10 +174,10 @@ "title.newTable": "New Table", "title.designTable": "Design", "title.changeNotebookConnection": "Change SQL Notebook Connection", - "mssql.connection.clearPooledConnections": "SQL Server: Clear Pooled Connections", + "mssql.connection.clearPooledConnections": "Clear Pooled Connections", "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.enableConnectionPooling": "Enables connection pooling on MSSQL connections to improve overall performance of Azure Data Studio connectivity. This setting is enabled by default. Azure Data Studio is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'SQL Server: Clear Pooled Connections'", + "mssql.enableConnectionPooling": "Enables connection pooling on MSSQL connections to improve overall performance of Azure Data Studio connectivity. This setting is enabled by default. Azure Data Studio is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MSSQL: Clear Pooled Connections'", "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.",