You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -375,25 +376,48 @@ export class DebugSessionFeature extends LanguageClientConsumer
375
376
dotnetAttachConfig.processId=pid;
376
377
377
378
// Ensure the .NET session stops before the PowerShell session so that the .NET debug session doesn't emit an error about the process unexpectedly terminating.
// HACK: This seems like you would be calling a method on a variable not assigned yet, but it does work in the flow.
381
385
// The dispose shorthand demonry for making an event one-time courtesy of: https://github.com/OmniSharp/omnisharp-vscode/blob/b8b07bb12557b4400198895f82a94895cb90c461/test/integrationTests/launchConfiguration.integration.test.ts#L41-L45
0 commit comments