We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d442e commit 367c171Copy full SHA for 367c171
test/vscodeLauncher.ts
@@ -30,7 +30,7 @@ export async function prepareVSCodeAndExecuteTests(
30
// Rather than having to uninstall Dev Kit between different test runs, we use workspace settings
31
// to control which extensions are active - and we always install Dev Kit.
32
const extensionsToInstall = [
33
- 'ms-dotnettools.vscode-dotnet-runtime',
+ 'ms-dotnettools.vscode-dotnet-runtime@2.3.2',
34
'ms-dotnettools.csharp',
35
'[email protected]',
36
];
0 commit comments