Upgrade Output Utility, Add Language Server Output#2092
Merged
thecoolwinter merged 7 commits intoCodeEditApp:mainfrom Jul 18, 2025
Merged
Upgrade Output Utility, Add Language Server Output#2092thecoolwinter merged 7 commits intoCodeEditApp:mainfrom
thecoolwinter merged 7 commits intoCodeEditApp:mainfrom
Conversation
0xWDG
approved these changes
Jul 18, 2025
austincondiff
approved these changes
Jul 18, 2025
6 tasks
thecoolwinter
added a commit
that referenced
this pull request
Aug 8, 2025
### Description Fixes a bug introduced by #2092 where terminals that were not running a process would lose their cached output. Adds automation tests to ensure this is caught in the future! ### Related Issues * N/A ### Checklist - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md) - [x] The issues this PR addresses are related to each other - [x] My changes generate no new warnings - [x] My code builds and runs on my machine - [x] My changes are all related to the related issue above - [x] I documented my code ### Screenshots https://github.com/user-attachments/assets/dfeb38d7-ef56-4154-97dd-6d8fdbd641af
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgrades the output utility design and functionality. Implemented a new protocol for installing new output sources in the future.
LanguageServerLogContainertype to store language server logs, and be able to stream them to the output utility.Related Issues
Checklist
Screenshots
codeedit-output-demo.mp4