Skip to content

Commit d2af94e

Browse files
committed
Remove reload from initial
1 parent 9a8466c commit d2af94e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/features/DebugSession.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ before(async () => {
2828
// Not activating extension 'ms-dotnettools.csharp': Timed out while searching for 'workspaceContains' pattern **/*.{csproj,sln,slnf,csx,cake}
2929
// And I have no idea why. To workaround we instead start it before all tests and then reload the vscode window.
3030

31-
console.log("==INSTALL: C# Extension for MacOS and reload vscode due to not being able to hot install");
31+
console.log("==INSTALL: Early Install MacOS C# extension and reload VSCode==");
3232
await InstallCSharpExtension();
33-
// BUG: MacOS C# extension appears not not be able to be hot installed, it times out during a search for csproj files activation event.
34-
console.log("==RELOADING: VSCode on Mac due to not being able to hot install C# extension==");
35-
await commands.executeCommand("workbench.action.reloadWindow");
3633
}
3734
});
3835

0 commit comments

Comments
 (0)