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 fd414e9 commit f5dc78eCopy full SHA for f5dc78e
src/utils/getDotnetInfo.ts
@@ -15,7 +15,7 @@ export async function getDotnetInfo(dotNetCliPaths: string[]): Promise<DotnetInf
15
return _dotnetInfo;
16
}
17
18
- let dotnetExeName = join('dotnet', CoreClrDebugUtil.getPlatformExeExtension());
+ let dotnetExeName = `dotnet${CoreClrDebugUtil.getPlatformExeExtension()}`;
19
let dotnetExecutablePath: string | undefined;
20
21
for (const dotnetPath of dotNetCliPaths) {
0 commit comments