Skip to content

v1.8.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@gregg-miskelly gregg-miskelly released this 04 Mar 02:29

This release makes a major change to how the debugger works under the hood. This new architecture simplifies how the debugger is tied to VS Code. We hope that this will make it easier to bring .NET debugging features to VS Code and improve startup performance.

In addition to the new debugger architecture, this addresses a few issues:

  • Change the module load messages to hopefully make them less confusing #837
  • Support launching programs into VS Code's integrated terminal
  • React to the VS Code change to use ${command: instead of ${command. #1275
  • Hopefully address an issue with launching browsers #1274