We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c7c02 commit 4f21c8eCopy full SHA for 4f21c8e
src/lsptoolshost/dotnetRuntimeExtensionResolver.ts
@@ -55,7 +55,7 @@ export class DotnetRuntimeExtensionResolver implements IHostExecutableResolver {
55
);
56
if (acquireResult === undefined) {
57
this.channel.appendLine(
58
- `Failed to find .NET ${DotNetRuntimeVersion} from path, falling back to acquire runtime via ms-dotnettools.vscode-dotnet-runtime`
+ `Did not find .NET ${DotNetRuntimeVersion} on path, falling back to acquire runtime via ms-dotnettools.vscode-dotnet-runtime`
59
60
acquireResult = await this.acquireRuntime();
61
}
0 commit comments