Skip to content

Commit adddb78

Browse files
authored
Workaround issue installing .net runtime in latest extension (#8102)
2 parents c01bae8 + e6db5ba commit adddb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vscodeLauncher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export async function prepareVSCodeAndExecuteTests(
3232
const extensionsToInstall = [
3333
'ms-dotnettools.vscode-dotnet-runtime',
3434
'ms-dotnettools.csharp',
35-
'ms-dotnettools.csdevkit',
35+
'ms-dotnettools.csdevkit@1.16.6',
3636
];
3737

3838
await installExtensions(extensionsToInstall, cli, args);

0 commit comments

Comments
 (0)