Skip to content

Commit 367c171

Browse files
authored
Pin .net install tool to more stable version
1 parent a1d442e commit 367c171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vscodeLauncher.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export async function prepareVSCodeAndExecuteTests(
3030
// Rather than having to uninstall Dev Kit between different test runs, we use workspace settings
3131
// to control which extensions are active - and we always install Dev Kit.
3232
const extensionsToInstall = [
33-
'ms-dotnettools.vscode-dotnet-runtime',
33+
'ms-dotnettools.vscode-dotnet-runtime@2.3.2',
3434
'ms-dotnettools.csharp',
3535
3636
];

0 commit comments

Comments
 (0)