From ac5603247ecd54a0fead15c84d63c7415b1f3a82 Mon Sep 17 00:00:00 2001 From: Vlad Drumea <48413726+VladDBA@users.noreply.github.com> Date: Tue, 11 Aug 2026 23:52:19 +0300 Subject: [PATCH 1/2] Fix typo in release notes regarding startup settings --- ssms/release-notes-22.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssms/release-notes-22.md b/ssms/release-notes-22.md index 9636db5..496a40f 100644 --- a/ssms/release-notes-22.md +++ b/ssms/release-notes-22.md @@ -59,7 +59,7 @@ For previous versions of SSMS, see: | Database Properties | Added the `TIME_ZONE` configuration option. | | GitHub Copilot Agent Mode (preview) | Added tools that let GitHub Copilot interact with connected objects in Object Explorer. | | GitHub Copilot Ask Mode | Updated the behavior of Ask mode and removed the ability to execute arbitrary queries. | -| Settings | Updated the startup settings to remove conflicting options and increase clarity. See [Startup configured to open Empty environment still showing Connect windows on startging.](https://developercommunity.visualstudio.com/t/Startup-configured-to-open-Empty-enviro/10990498). | +| Settings | Updated the startup settings to remove conflicting options and increase clarity. See [Startup configured to open Empty environment still showing Connect windows on starting.](https://developercommunity.visualstudio.com/t/Startup-configured-to-open-Empty-enviro/10990498). | | SQL Formatter (preview) | Added the ability to indent with tabs instead of spaces. See [SQL Formatter lacks option to indent with tabs instead of spaces](https://developercommunity.visualstudio.com/t/SQL-Formatter-lacks-option-to-indent-wit/11105064). | | SQL Formatter (preview) | Added a setting that configures comma style (trailing or leading). See [SQL Formatter lacks configurable option for trailing comma style](https://developercommunity.visualstudio.com/t/SQL-Formatter-lacks-configurable-option-/11105147). | | SQL Formatter (preview) | Added a setting that configures column aliases to use the `AS` keyword, an equals sign, or the original style. See [SQL Formatter: add option to preserve column alias style "AS" or "="](https://developercommunity.visualstudio.com/t/SQL-Formatter:-add-option-to-preserve-co/11105065). | From 9a317b657785a9f7299ef8447c1f443fd74506ad Mon Sep 17 00:00:00 2001 From: Diana Richards <103777760+v-dirichards@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:23:04 -0500 Subject: [PATCH 2/2] punctuation fix --- ssms/release-notes-22.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssms/release-notes-22.md b/ssms/release-notes-22.md index 496a40f..d1a2d65 100644 --- a/ssms/release-notes-22.md +++ b/ssms/release-notes-22.md @@ -59,7 +59,7 @@ For previous versions of SSMS, see: | Database Properties | Added the `TIME_ZONE` configuration option. | | GitHub Copilot Agent Mode (preview) | Added tools that let GitHub Copilot interact with connected objects in Object Explorer. | | GitHub Copilot Ask Mode | Updated the behavior of Ask mode and removed the ability to execute arbitrary queries. | -| Settings | Updated the startup settings to remove conflicting options and increase clarity. See [Startup configured to open Empty environment still showing Connect windows on starting.](https://developercommunity.visualstudio.com/t/Startup-configured-to-open-Empty-enviro/10990498). | +| Settings | Updated the startup settings to remove conflicting options and increase clarity. See [Startup configured to open Empty environment still showing Connect windows on starting](https://developercommunity.visualstudio.com/t/Startup-configured-to-open-Empty-enviro/10990498). | | SQL Formatter (preview) | Added the ability to indent with tabs instead of spaces. See [SQL Formatter lacks option to indent with tabs instead of spaces](https://developercommunity.visualstudio.com/t/SQL-Formatter-lacks-option-to-indent-wit/11105064). | | SQL Formatter (preview) | Added a setting that configures comma style (trailing or leading). See [SQL Formatter lacks configurable option for trailing comma style](https://developercommunity.visualstudio.com/t/SQL-Formatter-lacks-configurable-option-/11105147). | | SQL Formatter (preview) | Added a setting that configures column aliases to use the `AS` keyword, an equals sign, or the original style. See [SQL Formatter: add option to preserve column alias style "AS" or "="](https://developercommunity.visualstudio.com/t/SQL-Formatter:-add-option-to-preserve-co/11105065). |