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 5050d46 commit 949bbc9Copy full SHA for 949bbc9
src/lsptoolshost/dotnetRuntimeExtensionResolver.ts
@@ -34,8 +34,7 @@ export class DotnetRuntimeExtensionResolver implements IHostExecutableResolver {
34
async getHostExecutableInfo(options: Options): Promise<HostExecutableInformation> {
35
let dotnetRuntimePath = options.commonOptions.dotnetPath;
36
const serverPath = this.getServerPath(options, this.platformInfo);
37
- if (!dotnetRuntimePath)
38
- {
+ if (!dotnetRuntimePath) {
39
let dotnetInfo = await this.acquireDotNetProcessDependencies(serverPath);
40
dotnetRuntimePath = path.dirname(dotnetInfo.path);
41
}
0 commit comments