Skip to content

Commit

Permalink
Remove dependency jsonrpc 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Jan 21, 2024
1 parent d00ceb7 commit 68534d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -1721,8 +1721,9 @@ symbol `dape-connection'."
:config config
:parent parent
:server-process server-process
:events-buffer-config `(:size ,(if dape-debug nil 0)
:format full)
;; FIXME needs to update jsonrcp
;; :events-buffer-config `(:size ,(if dape-debug nil 0)
;; :format full)
:on-shutdown
(lambda (conn)
;; error prints
Expand Down

0 comments on commit 68534d6

Please sign in to comment.