Skip to content

Commit

Permalink
Merge branch 'master' into expand
Browse files Browse the repository at this point in the history
# Conflicts:
#	dep_versions.exs
#	mix.lock
  • Loading branch information
lukaszsamson committed Aug 20, 2024
2 parents 98c4289 + a4cc1df commit 4b2a128
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
### Unreleased

### v0.23.0: 3 August 2024

#### Improvements

- Added support for attaching with the debug adapter to remote nodes
- Debug Adapter protocol `source` request implemented
- Added presentation hints to debug scopes
- Breakpoints are now annotated as failed if setting them fails

#### Fixes

- Fixed a deadlock in debug adapter when meta process is not alive
- Removed no longer needed workaround for `:gen_statem` callbacks

### v0.22.1: 10 July 2024

#### Improvements
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.1
0.23.0
2 changes: 1 addition & 1 deletion apps/debug_adapter/test/debugger_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ defmodule ElixirLS.DebugAdapter.ServerTest do
500

assert_receive event(_, "output", %{
"category" => "important",
"category" => "console",
"output" => "Failed to obtain meta for pid" <> _
})
end)
Expand Down

0 comments on commit 4b2a128

Please sign in to comment.