bb200aa
Relay saved version metadata to ensure buffers modified state converges
Antonio Scandurra created
bb200aa
Relay saved version metadata to ensure buffers modified state converges
Antonio Scandurra created
2cd9db1
Ensure `Buffer::{is_dirty,has_conflict}` converge in randomized test
Antonio Scandurra created
467e569
Include saved mtime and fingerprint when serializing buffers
This still doesn't include: - An assertion in the randomized test to ensure buffers are not spuriously marked as modified - Sending an update when synchronizing buffers after a reconnection
Antonio Scandurra created
0bd6f9b
Add a test for block-wise auto-indent without original indent info
Max Brunsfeld created
244f259
Always auto-indent in block-wise mode when pasting
If the text was copied outside of Zed, so the original indent column is unknown, then act as if the first line was copied in its entirety.
Max Brunsfeld created
6251518
Merge pull request #2022 from zed-industries/restart-lsp-after-invalid-version-reported
Fix crash when restarting a language server after it reports an unknown buffer version
Max Brunsfeld created
6810490
Remove tree-sitter dependency from gpui
Max Brunsfeld created
3312a06
Move focus back from buffer search using tab, not cmd-f
Max Brunsfeld created
373902d
Add '>' child operator in keymap context predicates
Max Brunsfeld created
f62d13d
Use a hand-coded parser for keymap context predicates
Max Brunsfeld created
df2e962
Merge pull request #2033 from zed-industries/open-with-zed
Make Finder "Open With" work correctly
Julia created
765773c
Make Finder "Open With" work correctly
Julia created
9e56123
Merge pull request #2032 from zed-industries/drag-split-dock-panic
Fix panic when trying to create a split in the dock by dragging
Max Brunsfeld created
aa9710f
Avoid unwrapping pane split in SplitWithProjectEntry
Also, implement pane-splitting operations more consistently.
Max Brunsfeld created
b90e101
Don't render split drag targets in the dock
Max Brunsfeld created
96186a3
Merge pull request #2030 from zed-industries/fix-typescript-lsp
Fix error when running TypeScript language server after version 3.0.2
Antonio Scandurra created
2c1fd7b
Add a 5s timeout when running `npm info` and `npm install`
This prevents those two commands from getting stuck when there is no internet connection.
Antonio Scandurra created
9779663
Use `cli.mjs` when available in TypeScript language server
Otherwise, fall back to using `cli.js`.
Antonio Scandurra created
8e02266
Add Discourse release action
Joseph T. Lyons created
24ef80f
Merge pull request #2027 from zed-industries/fix-keybindings-in-command-palette
Fix bug where keybindings would not show in command palette
Mikayla Maki created
febf992
Fix bug where keybindings would not show in command palette
Mikayla Maki created
e9fdb13
Merge pull request #2025 from zed-industries/vim-r
Vim replace
Kay Simmons created
216b1ae
fix replace in normal and visual modes
Kay Simmons created
02f6928
collab 0.5.2
Max Brunsfeld created
fe27f13
Bump protocol version after reconnect support
Max Brunsfeld created
74f8b49
collab 0.5.1
Max Brunsfeld created
4937992
Avoid dropping is_complete column for backward compatibility
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld and Antonio Scandurra created
14eec66
in progress
Kay Simmons created
048da9d
collab 0.5.0
Mikayla Maki created
9c627e8
v0.70.x dev
Mikayla Maki created
14899d8
Merge pull request #2020 from zed-industries/telemtry-opt-out
Telemetry opt out
Mikayla Maki created
db831c3
Remove roadmap from readme
Max Brunsfeld created
bfb43c6
Silence spurious log error
co-authored-by: Kay <kay@zed.dev>
Mikayla Maki and Kay created
a3da41b
Fix test failures due to dependency on Settings global in client for telemetry
co-authored-by: kay <kay@zed.dev>
Mikayla Maki and kay created
ef987ca
Merge pull request #2019 from zed-industries/panic-activating-next-pane-in-dock
Fix crash when activating prev/next pane while dock is active
Max Brunsfeld created
41ff42d
Fix crash when restarting a language server after it reports an unknown buffer version
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld and Antonio Scandurra created
37a4de1
Add opt-out for metric reporting
co-authored-by: kay <kay@zed.dev>
Mikayla Maki and kay created
551dc1f
Fix crash when activating prev/next pane while dock is active
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld and Antonio Scandurra created
866f0e1
Add the ability to opt-out of panic reporting
Co-authored-by: Kay <kay@zed.dev>
Mikayla Maki and Kay created
a222821
Merge pull request #2017 from zed-industries/dont-save-single-file-workspaces
Don't save single file worktrees
Kay Simmons created
d49a29d
Merge pull request #2016 from zed-industries/serialization-updates
Serialization touch ups
Mikayla Maki created
176738d
Address issue with workspaces where single file worktrees such as those from git commit messages would get restored
Co-authored-by: Mikayla <mikayla@zed.dev>
Kay Simmons and Mikayla created
ebbe6e7
Add serializing and restoring editor scroll position
Co-authored-by: Kay <kay@zed.dev>
Mikayla Maki and Kay created
d237bda
Added support for ALTER TABLE syntax in the syntax error checker function
Co-authored-by: Kay <kay@zed.dev>
Mikayla Maki and Kay created
5517e74
Merge branch 'main' into in-app-feedback
Joseph Lyons created
c1e61b4
Move feedback items into a feedback crate
Joseph Lyons created
828f406
Fixed issue where serialized terminal working directories would be lost in complex interactions
Co-authored-by: Kay <kay@zed.dev> Co-authored-by: Julia <julia@zed.dev>
Mikayla Maki , Kay , and Julia created
e743f3b
Merge pull request #2015 from zed-industries/screenshare-on-terminal
Added open screenshare when following into non-followable buffer
Mikayla Maki created
69e28d0
Added open screenshare when following into non-followable buffer
Mikayla Maki created
2be4f41
Merge pull request #2013 from zed-industries/autocomplete-require-word-start-match
Require first codepoint of autocomplete query to match the first codepoint of some completion's subword
Julia created