forked from avli/clojureVSCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a channel for nREPL output to the Output Window
Add a channel to show nREPL output to the user. This channel will be used for the following: stdout: Any stdout messages are sent to the channel. stderr: Any stderr messages are sent to the channel, and the channel is brought to the front to make the user aware. exit: If the nREPL closes before be we can load the port, then the exit code is printed to the nREPL output channel, and the channel is brough to the front. Fixes avli#52 Fixes avli#53 Fixed avli#69 Also fixes a bug where the 'Starting nREPL' status message would never clear if the repl failed to start.
- Loading branch information
1 parent
fe873cb
commit ffd21a9
Showing
2 changed files
with
38 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters