Skip to content

Commit 4f21c8e

Browse files
committed
adjust wording
1 parent e3c7c02 commit 4f21c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/dotnetRuntimeExtensionResolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class DotnetRuntimeExtensionResolver implements IHostExecutableResolver {
5555
);
5656
if (acquireResult === undefined) {
5757
this.channel.appendLine(
58-
`Failed to find .NET ${DotNetRuntimeVersion} from path, falling back to acquire runtime via ms-dotnettools.vscode-dotnet-runtime`
58+
`Did not find .NET ${DotNetRuntimeVersion} on path, falling back to acquire runtime via ms-dotnettools.vscode-dotnet-runtime`
5959
);
6060
acquireResult = await this.acquireRuntime();
6161
}

0 commit comments

Comments
 (0)