diff --git a/src/lsptoolshost/dotnetRuntimeExtensionResolver.ts b/src/lsptoolshost/dotnetRuntimeExtensionResolver.ts index e8957c7a1d..7039ef8c50 100644 --- a/src/lsptoolshost/dotnetRuntimeExtensionResolver.ts +++ b/src/lsptoolshost/dotnetRuntimeExtensionResolver.ts @@ -183,7 +183,7 @@ export class DotnetRuntimeExtensionResolver implements IHostExecutableResolver { // If dotnet is just a symlink, resolve it to the actual executable so // callers will be able to get the actual directory containing the exe. - return await realpath(path) + return await realpath(path); } catch (e) { this.channel.appendLine( 'Failed to find dotnet info from path, falling back to acquire runtime via ms-dotnettools.vscode-dotnet-runtime'