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 746dd5a commit 5912972Copy full SHA for 5912972
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@2.3.2',
+ 'ms-dotnettools.vscode-dotnet-runtime@2.3.4',
34
'ms-dotnettools.csharp',
35
'ms-dotnettools.csdevkit@1.16.6',
36
];
0 commit comments