Skip to content

Commit 56b6465

Browse files
authored
Merge branch 'main' into razor_extension
2 parents 9e85cbb + adddb78 commit 56b6465

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)