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.
2 parents 4a692a7 + 5912972 commit f0ed34dCopy full SHA for f0ed34d
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