Skip to content

Commit 97df019

Browse files
WardenGnawCopilot
andauthored
Fix typo
Co-authored-by: Copilot <[email protected]>
1 parent 3f353e7 commit 97df019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/debugger/debugger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async function promptForDevKitDebugConfigurations(): Promise<boolean> {
7878
{
7979
modal: true,
8080
detail: vscode.l10n.t(
81-
`The '{0}' command is not reccomended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?`,
81+
`The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?`,
8282
title
8383
),
8484
},

0 commit comments

Comments
 (0)