Skip to content

Commit 9e68455

Browse files
committed
fix error message
1 parent 21c65ea commit 9e68455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export async function activate(
102102
} else {
103103
throw new Error(
104104
vscode.l10n.t(
105-
'Version {0} of the .NET Install Tool ({2}) was not found, will not activate.',
105+
'Version {0} of the .NET Install Tool ({1}) was not found, will not activate.',
106106
requiredDotnetRuntimeExtensionVersion,
107107
dotnetRuntimeExtensionId
108108
)

0 commit comments

Comments
 (0)