Skip to content

Commit e3c7c02

Browse files
committed
log when we acquire .net
1 parent 97a83fb commit e3c7c02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lsptoolshost/dotnetRuntimeExtensionResolver.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ export class DotnetRuntimeExtensionResolver implements IHostExecutableResolver {
5454
findPathRequest
5555
);
5656
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`
59+
);
5760
acquireResult = await this.acquireRuntime();
5861
}
5962

0 commit comments

Comments
 (0)