Skip to content

Commit

Permalink
Separate stderr from stdout for pipe connections
Browse files Browse the repository at this point in the history
Let stderr through to jsonrpc event buffer #156
  • Loading branch information
svaante committed Sep 30, 2024
1 parent 373efa0 commit d608d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -2205,6 +2205,7 @@ symbol `dape-connection'."
:connection-type 'pipe
:coding 'utf-8-emacs-unix
:noquery t
:stderr (get-buffer-create "*dape-connection stderr*")
:file-handler t))
(when dape-debug
(dape--message "Adapter started with %S"
Expand Down

0 comments on commit d608d58

Please sign in to comment.