0.188.3
05/27/2025
macOS
Loading...
Loading...
Linux
Loading...
Loading...
- Added a code actions icon to the toolbar. This icon can be disabled by setting
toolbar.code_actions
tofalse
. (#31236) - Improved auto-indentation when using round brackets in Python. (#31260)
- Fixed clangd's inactive regions diagnostics excessive highlights. (#31357)
Debugger Beta
- Added the
debugger: rerun last session
action, bound by default toalt-f4
. (#31442) - Added support for navigating the breakpoint list using menu keybindings. (#31221)
- Allowed passing in a URL instead of a program for JavaScript launch requests. (#31494)
- Go's debug adapter will now automatically download if not found on the user's PATH. (#31273)
- Fixed a bug that prevented keybindings for the
StepOut
action from working. (#31463) - Fixed a bug that caused connecting to a debug adapter over SSH to hang. (#31474)
- Fixed a bug where launch args were sent twice. (#31325)
- Fixed an issue where debugpy from different environments wouldn't load as intended. (#31339)