Commit log
0bcd209
Merge pull request #1322 from zed-industries/help-menu-docs
Click to expand commit body
In Help menu, replace 'zed.dev' item with 'Documentation'
Max Brunsfeld
created
3 years ago
dc1956f
In Help menu, replace 'zed.dev' item with 'Documentation'
Max Brunsfeld
created
3 years ago
aeb1b89
Make plugin build profile contingent on host build profile
Isaac Clayton
created
3 years ago
1e85d6f
Add pull request template
Click to expand commit body
Adds some formatting and most importantly add some nudges to fill out tests, settings, and documentation in every PR
Keith Simmons
created
3 years ago
031162b
Remove spurious warnings
Isaac Clayton
created
3 years ago
4191810
Add wasm32-wasi to CI workflow
Isaac Clayton
created
3 years ago
38f8191
Add comment linking engine creating code together
Isaac Clayton
created
3 years ago
19d1927
Remove stale label_for_completion impl from JSON plugin
Isaac Clayton
created
3 years ago
1dd92c3
Remove plugin build script in favor of build.rs plugin builder
Isaac Clayton
created
3 years ago
0bdbbdd
Convert rust lsp tests from sync #[test] to async #[gpui::test]
Isaac Clayton
created
3 years ago
8367195
Remove stale commented code
Isaac Clayton
created
3 years ago
c4bf71d
Convert go lsp tests from sync #[test] to async #[gpui::test]
Isaac Clayton
created
3 years ago
638f881
Remove json host-side implementation, rely on plugin implementation
Isaac Clayton
created
3 years ago
be41ad4
Fix minor issues in plugin and project raised during review
Isaac Clayton
created
3 years ago
bc94d0d
Restore main version of Project::symbols and convert to async
Isaac Clayton
created
3 years ago
0600157
Restore main version of Project::completions and convert to async
Isaac Clayton
created
3 years ago
ec327a3
Fix minor issues pointed out in the review
Isaac Clayton
created
3 years ago
3ad8d53
Remove the blocking call and inline on_lsp_diagnostics_published
Isaac Clayton
created
3 years ago
14bccb4
More cleanup during review
Isaac Clayton
created
3 years ago
5ec828a
Remove unused struct fields
Isaac Clayton
created
3 years ago
8c91c5c
Minor fixes found during review
Isaac Clayton
created
3 years ago
19245dd
Merge pull request #1315 from zed-industries/fix-terminal-modal-panic
Click to expand commit body
Fix Terminal Panic
Keith Simmons
created
3 years ago
5bafabc
Merge pull request #1314 from zed-industries/code-action-with-edit-and-command
Click to expand commit body
Run code action's commands if their edits are empty
Max Brunsfeld
created
3 years ago
667d031
Merge pull request #1311 from zed-industries/fix-visual-paste
Click to expand commit body
Fix visual paste
Keith Simmons
created
3 years ago
ed36665
Make global type more resilient, and fix modal keymap context
Keith Simmons
created
3 years ago
20f7fba
Move terminal scripts to scripts folder, and remove parking_lot from terminal crate
Click to expand commit body
Co-authored-by: mikayla.c.maki@gmail.com
Keith Simmons
and
mikayla.c.maki@gmail.com
created
3 years ago
31361e5
remove temporary debug print statements
Click to expand commit body
Co-authored-by: mikayla.c.maki@gmail.com
Keith Simmons
and
mikayla.c.maki@gmail.com
created
3 years ago
e101f4e
Run code action's commands if their edits are empty
Max Brunsfeld
created
3 years ago
25d75fe
Merge pull request #1313 from zed-industries/release-script
Click to expand commit body
Add script for summarizing changes since last release
Max Brunsfeld
created
3 years ago
8d34fe7
Refactor terminal connection into a model which can be copied between terminal views
Click to expand commit body
Refactor terminal modal code to use TerminalConnection model handle so we aren't storing TerminalViews in the globals
Adjust INSTANCE_BUFFER_SIZE in renderer to handle pathological terminal renders
Co-authored-by: mikayla.c.maki@gmail.com
Keith Simmons
and
mikayla.c.maki@gmail.com
created
3 years ago
55d7e17
Add script for summarizing changes since last release
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
6c3384b
Merge pull request #1312 from zed-industries/fix-tree-query-hang
Click to expand commit body
Fix hang due to tree-sitter query
Max Brunsfeld
created
3 years ago
1f16c68
Upgrade Tree-sitter and limit query cursors' concurrently-buffered matches
Max Brunsfeld
created
3 years ago
8931218
Remove debug statements
Isaac Clayton
created
3 years ago
3e8b230
Highlight languages as languages load
Isaac Clayton
created
3 years ago
a82e569
Merge pull request #1294 from zed-industries/terminal-modal
Click to expand commit body
Proposal: Terminal modal
Keith Simmons
created
3 years ago
ee007f9
fix pasting at the end of the line in normal mode
Keith Simmons
created
3 years ago
9d06b15
Fix spurious borrow checker error
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
3 years ago
988f388
Added theme to language
Isaac Clayton
created
3 years ago
6f99d59
Require theme directly when creating language
Isaac Clayton
created
3 years ago
d0c9818
Merge pull request #1309 from zed-industries/gitignore-traverse-ancestors
Click to expand commit body
Honor `.gitignore` files above worktree's root
Antonio Scandurra
created
3 years ago
73620da
Add channel to notify project when languages are added
Isaac Clayton
created
3 years ago
540aa17
Add unit test for ignored files in file finder
Antonio Scandurra
created
3 years ago
56f9c7b
Include ignored files in fuzzy search when root entry is ignored
Antonio Scandurra
created
3 years ago
Antonio Scandurra
created
3 years ago
e661441
Honor gitignores above worktree root
Antonio Scandurra
created
3 years ago
9328ab1
Use absolute paths to compute ignored status
Click to expand commit body
This lays the groundwork for harvesting gitignores up above the
worktree.
Antonio Scandurra
created
3 years ago
ca225d0
Make `build_gitignore` async
Antonio Scandurra
created
3 years ago
4a860d4
Properly fixed merge issues
Mikayla Maki
created
3 years ago
Page 7 of 107