Skip to content

Commit 2115c4f

Browse files
authored
Correcting some typos (#21346) (#21349)
* Correcting migration kit link * Spelling fix, correcting term for XEvents * Loc * http -> https
1 parent 05e6a77 commit 2115c4f

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Added Create, Rename, and Drop Database dialogs (Preview) enabling users to easily manage their databases
1414
- Added Query Profiler (Preview) to support users in monitoring and analyzing their database performance
1515
- Added support for SQL Server 2025 containers on ARM-based macOS devices
16-
- Added the ability to import connection confiugration settings from Azure Data Studio to the Migration Toolkit Dialog, and a MSSQL Data Management Keymap to add familiar shortcuts from Azure Data Studio
16+
- Added the ability to import connection configuration settings from Azure Data Studio to the Migration Toolkit Dialog, and a MSSQL Data Management Keymap to add familiar shortcuts from Azure Data Studio
1717
- Released general availability of the Publish Project dialog for SQL Database Projects
1818
- Fixed several SQL Database Projects bugs related to database references and building in VS Code
1919

extensions/mssql/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Added Create, Rename, and Drop Database dialogs (Preview) enabling users to easily manage their databases
1414
- Added Query Profiler (Preview) to support users in monitoring and analyzing their database performance
1515
- Added support for SQL Server 2025 containers on ARM-based macOS devices
16-
- Added the ability to import connection confiugration settings from Azure Data Studio to the Migration Toolkit Dialog, and a MSSQL Data Management Keymap to add familiar shortcuts from Azure Data Studio
16+
- Added the ability to import connection configuration settings from Azure Data Studio to the Migration Toolkit Dialog, and a MSSQL Data Management Keymap to add familiar shortcuts from Azure Data Studio
1717
- Fixed several SQL Database Projects issues including Fabric SQL project database reference deletion, unresolved system database references, and `tasks.json` placement when creating a project in an existing workspace
1818

1919
## Version 1.39.0

extensions/mssql/l10n/bundle.l10n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2841,7 +2841,7 @@
28412841
"Database Management Dialogs (Preview)": "Database Management Dialogs (Preview)",
28422842
"Create, rename, and drop databases using new management dialogs enabling users to easily manage their databases.": "Create, rename, and drop databases using new management dialogs enabling users to easily manage their databases.",
28432843
"Query Profiler (Preview)": "Query Profiler (Preview)",
2844-
"Capture and analyze live SQL Server XElite Events sessions to monitor and analyze database performance.": "Capture and analyze live SQL Server XElite Events sessions to monitor and analyze database performance.",
2844+
"Capture and analyze live SQL Server Extended Events sessions to monitor and analyze database performance.": "Capture and analyze live SQL Server Extended Events sessions to monitor and analyze database performance.",
28452845
"Data-Tier Application (DACPAC / BACPAC) Import & Export (Preview)": "Data-Tier Application (DACPAC / BACPAC) Import & Export (Preview)",
28462846
"Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension.": "Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension.",
28472847
"SQL Database Projects – Publish Dialog": "SQL Database Projects – Publish Dialog",

extensions/mssql/src/configurations/changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const changelogConfig: ChangelogWebviewState = {
3030
{
3131
label: locConstants.Changelog.learnMore,
3232
type: "link",
33-
value: "https://aka.ms/vscode-mssql-january2026",
33+
value: "https://aka.ms/vscode-mssql-february2026",
3434
},
3535
],
3636
},

extensions/mssql/src/constants/locConstants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2689,7 +2689,7 @@ export class Changelog {
26892689
);
26902690
public static queryProfilerTitle = l10n.t("Query Profiler (Preview)");
26912691
public static queryProfilerDescription = l10n.t(
2692-
"Capture and analyze live SQL Server XElite Events sessions to monitor and analyze database performance.",
2692+
"Capture and analyze live SQL Server Extended Events sessions to monitor and analyze database performance.",
26932693
);
26942694
public static dacpacTitle = l10n.t(
26952695
"Data-Tier Application (DACPAC / BACPAC) Import & Export (Preview)",

localization/xliff/vscode-mssql.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,8 @@
683683
<trans-unit id="++CODE++cb0415b7eba8d09fece0299cef934d73da69c94720cfc5583914aca2a16fcac2">
684684
<source xml:lang="en">Cannot revert: The referenced table or column has been deleted</source>
685685
</trans-unit>
686-
<trans-unit id="++CODE++5cd7d9b82898a57ddfadeba5a0a196070acd904c2372909567591d700963fdf9">
687-
<source xml:lang="en">Capture and analyze live SQL Server XElite Events sessions to monitor and analyze database performance.</source>
686+
<trans-unit id="++CODE++9d23681b997e2e0122d7de5c5504f37b87a4f3265f0897f2e47d439706e4549c">
687+
<source xml:lang="en">Capture and analyze live SQL Server Extended Events sessions to monitor and analyze database performance.</source>
688688
</trans-unit>
689689
<trans-unit id="++CODE++9527fb2b3d5ccb62606c88f7604ddb16febed19faead67b1edf263f6e0c8fe0b">
690690
<source xml:lang="en">Cascade</source>

0 commit comments

Comments
 (0)