Commit log
e10338e
Merge pull request #2313 from zed-industries/unify-spelling-of-`key-binding`-to-be-two-words
Click to expand commit body
Unify spelling of `key binding` to be two words
Joseph T. Lyons
created
2 years ago
eb7c602
Merge pull request #2320 from zed-industries/petros/z-349-make-restart-to-update-zed-look
Click to expand commit body
Make "Restart to update Zed" look clickable
Petros Amoiridis
created
2 years ago
df4380b
Download aarch64 or x64 Node binary according to system architecture
Julia
created
2 years ago
b153bf7
Add a hovered style to lspStatus background
Petros Amoiridis
created
2 years ago
374b284
Run prettier on TS files
Petros Amoiridis
created
2 years ago
c72d33e
Initial impl of `NodeRuntime` w/JSON borked and a deadlock :)
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia
and
Antonio Scandurra
created
2 years ago
1a2e509
Remove `server_args` from `LspAdapter`
Click to expand commit body
Prepare to remove concept of a runtime from greater server startup code,
which is important for future language server extensibility
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia
and
Antonio Scandurra
created
2 years ago
ed442cf
Invoke npm from downloaded Node
Julia
created
2 years ago
edd6c85
Initial running of servers on downloaded Node
Julia
created
2 years ago
b579211
Report if language server requires Node or not
Julia
created
2 years ago
d89936e
Merge pull request #2319 from zed-industries/copy-highlight-json
Click to expand commit body
Add "editor: copy highlight json" command
Nathan Sobo
created
2 years ago
f0992e7
Trim empty tokens; copy selected range if non-empty
Nathan Sobo
created
2 years ago
3dfedd1
Merge adjacent chunks with the same highlight name in copied JSON
Nathan Sobo
created
2 years ago
195215f
Add "editor: copy highlight json" command
Click to expand commit body
Nate needs this to feed to Figma for highlighted code in designs.
Nathan Sobo
created
2 years ago
c74f8eb
Merge pull request #2258 from zed-industries/lsp-file-change-notifications
Click to expand commit body
Implement `DidChangedWatchedFiles` LSP feature
Max Brunsfeld
created
2 years ago
455ffb1
Handle path changes and progress updates from all worker threads during initial scan
Max Brunsfeld
created
2 years ago
027def6
Merge branch 'main' into lsp-file-change-notifications
Max Brunsfeld
created
2 years ago
a0e98cc
:art: BackgroundScanner::run
Max Brunsfeld
created
2 years ago
89e99d2
:art: Don't store path changes statefully on the background scanner
Max Brunsfeld
created
2 years ago
3ff5aee
Respect LSP servers watch glob patterns
Max Brunsfeld
created
2 years ago
76b75b4
Merge pull request #2318 from zed-industries/fix-unknown-in-non-editor-buffers
Click to expand commit body
changed language status bar item to only show on editors
Mikayla Maki
created
2 years ago
5db11c6
changed language status bar item to only show on editors
Mikayla Maki
created
2 years ago
5cad3d3
Merge pull request #2317 from zed-industries/fix-titlebar-right-spacing
Click to expand commit body
Fix misaligned UI in the right titlebar
Mikayla Maki
created
2 years ago
bb5c283
Aligned title bar items to the center and fixed left spacing on the sign in button
Click to expand commit body
co-authored-by: max <max@zed.dev>
Mikayla Maki
and
max
created
2 years ago
566a04e
Merge pull request #2311 from zed-industries/petros/z-279-add-terminals-count
Click to expand commit body
Add terminals count
Petros Amoiridis
created
2 years ago
f9d3963
Merge pull request #2315 from zed-industries/fix-fold-indicator-offsets
Click to expand commit body
Fix fold indicator offsets
Mikayla Maki
created
2 years ago
e87c3b6
Update element.rs
Click to expand commit body
remove spare parens
Mikayla Maki
created
2 years ago
e729c4a
Fix fold indicator offsets
Mikayla Maki
created
2 years ago
361b7c3
Clear auto-indent requests when replacing a buffer's entire text
Max Brunsfeld
created
2 years ago
eaee557
Use a more stable, readable serialization format for neovim-backed vim tests
Max Brunsfeld
created
2 years ago
Joseph Lyons
created
2 years ago
df553de
Merge pull request #2314 from zed-industries/another-one
Click to expand commit body
Remove another spot with a flag old npm does not like
Julia
created
2 years ago
4fc37cf
Remove another spot with a flag old npm does not like
Julia
created
2 years ago
9d88cd8
Unify spelling of `key binding` to be two words
Joseph Lyons
created
2 years ago
Petros Amoiridis
created
2 years ago
bd1515c
Only show count when we have terminals
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Petros Amoiridis
and
Mikayla Maki
created
2 years ago
bd85ef3
Merge pull request #2312 from zed-industries/unkown
Click to expand commit body
Fix typo in "Unknown" language
Joseph T. Lyons
created
2 years ago
Nathan Sobo
created
2 years ago
15406ff
Remove comment
Petros Amoiridis
created
2 years ago
d5bb2d1
Introduce terminal button count
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Petros Amoiridis
and
Antonio Scandurra
created
2 years ago
Petros Amoiridis
created
2 years ago
005eb55
Merge pull request #2310 from zed-industries/fix-sharing-status-indicator
Click to expand commit body
Remove screen sharing indicator when call ends
Antonio Scandurra
created
2 years ago
7df798d
Remove screen sharing indicator when call ends
Click to expand commit body
Previously, we would only remove it when the screen sharing stopped.
Antonio Scandurra
created
2 years ago
c1f5335
Remove unnecessary Arc around background scanner's snapshot
Max Brunsfeld
created
2 years ago
f7b2713
Fix error in joining empty paths
Max Brunsfeld
created
2 years ago
5da2b12
Allow refreshing worktree entries while the initial scan is in-progress
Max Brunsfeld
created
2 years ago
b10b0db
Only mutate background snapshot in the background scanner
Max Brunsfeld
created
2 years ago
d742c75
Restructure communication from BackgroundScanner to LocalWorktree
Click to expand commit body
The worktree no longer pulls the background snapshot from the background scanner.
Instead, the background scanner sends both snapshots to the worktree. Along with
these, it sends the path change sets.
Also, add randomized test coverage for the worktree UpdatedEntries events.
Max Brunsfeld
created
2 years ago
cbeb6e6
Move postage crate version specification to workspace Cargo.toml
Max Brunsfeld
created
2 years ago
d36b2a3
:art: Simplify some worktree methods
Click to expand commit body
* Consolidate local worktree construction into one method
* Simplify remote worktree construction
* Reduce indirection around pulling worktree snapshots from the background
Max Brunsfeld
created
2 years ago
Page 23 of 190