Khan Winter
Khan Winter
# Description This PR finishes the search results UI changes in #549 and #534. It improves contrast between the search match and the rest of the search result, and shortens...
This request just adds a simple override at the bottom of the button code. The override makes it so the button will adjust the badge to be in the correct...
### Description The terminal's cursor appears to lag when the view's layout changes. > This may be an issue with the terminal emulator we're using but this issue can be...
### Description Quick fix for some runtime errors that have popped up due to recent PRs. One has to do with updating terminal titles, and the other with observing and...
### Description Fixes tab state restoration and adds window size and position restoration. Adds `Codable` conformance to `TabGroup`, `TabGroupData`, and `SplitViewData` and stores them in the workspace state on window...
### Description Creates tests for the editor view, ~this is a prerequisite PR for the fix for #1545.~ This also adds back a few tests that were previously removed, ~and...
### Description With our current implementation, SSH only works if the user has both one key configured per host, and no password protected keys. Our implementation needs to be built...
### Description After #1458 our git implementation needs unit tests. This includes: - Committing changes - Viewing commit history - Cloning repositories - HTTP - SSH - Pull from repository...
### Description CodeEdit should add workspaces to spotlight for easier project discovery on a user's machine. These would appear in spotlight with CodeEdit's icon and the workspace name, on clicking...
### Description Makes JSDocs highlight as comments. Because they're injected as a different language they don't get captured normally. This is the only language we have to handle this in...