Commit log
9e56123
Merge pull request #2032 from zed-industries/drag-split-dock-panic
Click to expand commit body
Fix panic when trying to create a split in the dock by dragging
Max Brunsfeld
created
3 years ago
aa9710f
Avoid unwrapping pane split in SplitWithProjectEntry
Click to expand commit body
Also, implement pane-splitting operations more consistently.
Max Brunsfeld
created
3 years ago
b90e101
Don't render split drag targets in the dock
Max Brunsfeld
created
3 years ago
96186a3
Merge pull request #2030 from zed-industries/fix-typescript-lsp
Click to expand commit body
Fix error when running TypeScript language server after version 3.0.2
Antonio Scandurra
created
3 years ago
2c1fd7b
Add a 5s timeout when running `npm info` and `npm install`
Click to expand commit body
This prevents those two commands from getting stuck when there is
no internet connection.
Antonio Scandurra
created
3 years ago
9779663
Use `cli.mjs` when available in TypeScript language server
Click to expand commit body
Otherwise, fall back to using `cli.js`.
Antonio Scandurra
created
3 years ago
8e02266
Add Discourse release action
Joseph T. Lyons
created
3 years ago
24ef80f
Merge pull request #2027 from zed-industries/fix-keybindings-in-command-palette
Click to expand commit body
Fix bug where keybindings would not show in command palette
Mikayla Maki
created
3 years ago
febf992
Fix bug where keybindings would not show in command palette
Mikayla Maki
created
3 years ago
e9fdb13
Merge pull request #2025 from zed-industries/vim-r
Click to expand commit body
Vim replace
Kay Simmons
created
3 years ago
216b1ae
fix replace in normal and visual modes
Kay Simmons
created
3 years ago
Max Brunsfeld
created
3 years ago
fe27f13
Bump protocol version after reconnect support
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
4937992
Avoid dropping is_complete column for backward compatibility
Click to expand commit body
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld
and
Antonio Scandurra
created
3 years ago
Kay Simmons
created
3 years ago
Mikayla Maki
created
3 years ago
Mikayla Maki
created
3 years ago
14899d8
Merge pull request #2020 from zed-industries/telemtry-opt-out
Click to expand commit body
Telemetry opt out
Mikayla Maki
created
3 years ago
db831c3
Remove roadmap from readme
Max Brunsfeld
created
3 years ago
bfb43c6
Silence spurious log error
Click to expand commit body
co-authored-by: Kay <kay@zed.dev>
Mikayla Maki
and
Kay
created
3 years ago
a3da41b
Fix test failures due to dependency on Settings global in client for telemetry
Click to expand commit body
co-authored-by: kay <kay@zed.dev>
Mikayla Maki
and
kay
created
3 years ago
ef987ca
Merge pull request #2019 from zed-industries/panic-activating-next-pane-in-dock
Click to expand commit body
Fix crash when activating prev/next pane while dock is active
Max Brunsfeld
created
3 years ago
41ff42d
Fix crash when restarting a language server after it reports an unknown buffer version
Click to expand commit body
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld
and
Antonio Scandurra
created
3 years ago
37a4de1
Add opt-out for metric reporting
Click to expand commit body
co-authored-by: kay <kay@zed.dev>
Mikayla Maki
and
kay
created
3 years ago
551dc1f
Fix crash when activating prev/next pane while dock is active
Click to expand commit body
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld
and
Antonio Scandurra
created
3 years ago
866f0e1
Add the ability to opt-out of panic reporting
Click to expand commit body
Co-authored-by: Kay <kay@zed.dev>
Mikayla Maki
and
Kay
created
3 years ago
a222821
Merge pull request #2017 from zed-industries/dont-save-single-file-workspaces
Click to expand commit body
Don't save single file worktrees
Kay Simmons
created
3 years ago
d49a29d
Merge pull request #2016 from zed-industries/serialization-updates
Click to expand commit body
Serialization touch ups
Mikayla Maki
created
3 years ago
176738d
Address issue with workspaces where single file worktrees such as those from git commit messages would get restored
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Kay Simmons
and
Mikayla
created
3 years ago
ebbe6e7
Add serializing and restoring editor scroll position
Click to expand commit body
Co-authored-by: Kay <kay@zed.dev>
Mikayla Maki
and
Kay
created
3 years ago
d237bda
Added support for ALTER TABLE syntax in the syntax error checker function
Click to expand commit body
Co-authored-by: Kay <kay@zed.dev>
Mikayla Maki
and
Kay
created
3 years ago
5517e74
Merge branch 'main' into in-app-feedback
Joseph Lyons
created
3 years ago
c1e61b4
Move feedback items into a feedback crate
Joseph Lyons
created
3 years ago
828f406
Fixed issue where serialized terminal working directories would be lost in complex interactions
Click to expand commit body
Co-authored-by: Kay <kay@zed.dev>
Co-authored-by: Julia <julia@zed.dev>
Mikayla Maki
,
Kay
, and
Julia
created
3 years ago
e743f3b
Merge pull request #2015 from zed-industries/screenshare-on-terminal
Click to expand commit body
Added open screenshare when following into non-followable buffer
Mikayla Maki
created
3 years ago
69e28d0
Added open screenshare when following into non-followable buffer
Mikayla Maki
created
3 years ago
2be4f41
Merge pull request #2013 from zed-industries/autocomplete-require-word-start-match
Click to expand commit body
Require first codepoint of autocomplete query to match the first codepoint of some completion's subword
Julia
created
3 years ago
97ed89a
Test that completion word splitting does reasonable things
Julia
created
3 years ago
ad7eaca
Make `Buffer::diff_base` available outside of tests
Antonio Scandurra
created
3 years ago
ddbf251
Merge pull request #2014 from zed-industries/git-diff-reconnect
Click to expand commit body
Update git diff base when synchronizing a guest's buffers
Antonio Scandurra
created
3 years ago
95098e4
Update git diff base when synchronizing a guest's buffers
Antonio Scandurra
created
3 years ago
529ccbd
Introduce git index mutations to randomized collaboration test
Click to expand commit body
The test now fails at the following seed:
```bash
SEED=850 ITERATIONS=1 OPERATIONS=131 cargo test --package=collab random
```
Antonio Scandurra
created
3 years ago
a73e264
Merge branch 'in-app-feedback' of https://github.com/zed-industries/zed into in-app-feedback
Joseph Lyons
created
3 years ago
Click to expand commit body
Don't rely on contacts popover or contacts list for theming
Add metrics id to request body
Clean up some code and comments
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Joseph Lyons
and
Mikayla Maki
created
3 years ago
9694771
Move notes into PR
Joseph Lyons
created
3 years ago
Joseph Lyons
created
3 years ago
Joseph Lyons
created
3 years ago
318a0b7
In-app feedback WIP
Joseph Lyons
created
3 years ago
a46ca32
Completion word start filtering which is codepoint aware
Julia
created
3 years ago
Page 4 of 151