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
- '[email protected].2',
+ '[email protected].4',
34
'ms-dotnettools.csharp',
35
'[email protected]',
36
];
0 commit comments