Skip to content

Use a CustomRequest to disconnect the dotnet debugger from attach sessions. #4704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Aug 20, 2023
Merged
Prev Previous commit
Next Next commit
rename c# to dotnet
  • Loading branch information
JustinGrote committed Aug 20, 2023
commit 91ca6f74f643b4f901fd9e8882d5355a7575f62c
2 changes: 1 addition & 1 deletion src/features/DebugSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ export class DebugSessionFeature extends LanguageClientConsumer
disconnectRequest.arguments
);
} catch (err) {
this.logger.writeWarning(`Disconnect request to C# debugger failed: ${err}`);
this.logger.writeWarning(`Disconnect request to dotnet debugger failed: ${err}`);
}
});
});
Expand Down