-
Notifications
You must be signed in to change notification settings - Fork 727
Rajkumar42/wsl/changelog #1180
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
Rajkumar42/wsl/changelog #1180
Conversation
# Conflicts: # package.json
|
@gregg-miskelly @DustinCampbell please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise looks good.
| ### Debugging | ||
|
|
||
| * Enable debugger support for Zorin OS 12 ([#1160](https://github.com/OmniSharp/omnisharp-vscode/issues/1160)) _(Contributed by [@mkaziz](https://github.com/mkaziz))_ | ||
| * Added off-road support for [Windows Subsystem for Linux](https://blogs.msdn.microsoft.com/wsl/2016/04/22/windows-subsystem-for-linux-overview/) (NOTE: requires newer version of Windows than have been publicly released yet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add:
- Fixed issues with async break and multithreaded call stacks (Debugger doesn't always show all threads in the call stack window #1107 and [Debugger] Async Break broken due to incorrect Thread Event behavior. #1105)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like VS Code refers 'async break' as 'pause'. So how about --
- Fixed issue with debugger pause and multithreaded call stacks (Debugger doesn't always show all threads in the call stack window #1107 and [Debugger] Async Break broken due to incorrect Thread Event behavior. #1105)
No description provided.