6600251
Fix yet another typo
Isaac Clayton created
6600251
Fix yet another typo
Isaac Clayton created
37310ac
Fix more typos
Isaac Clayton created
1170d73
Fix typo
Isaac Clayton created
c188021
Write about how plugins work and how to use them
Isaac Clayton created
afc8e90
Merge pull request #1252 from zed-industries/plugin
Language Server WebAssembly Plugin Integration (Part 2)
Antonio Scandurra created
815de6d
Rewrite test_managing_language_servers to add languages after buffers are open
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Isaac Clayton and Antonio Scandurra created
c4f10be
Use latest Rust version on CI
Co-Authored-By: Isaac Clayton <slightknack@gmail.com>
Antonio Scandurra and Isaac Clayton created
d8b22a2
Rename LspAdapterTrait to LspAdapter and LspAdapter to CachedLspAdapter
Isaac Clayton created
5c789af
Merge pull request #1324 from zed-industries/edited-read-only
Don't prompt guest to save when closing window after disconnection
Antonio Scandurra created
b1e3b38
Don't prompt guest to save when closing window after disconnection
Antonio Scandurra created
0bcd209
Merge pull request #1322 from zed-industries/help-menu-docs
In Help menu, replace 'zed.dev' item with 'Documentation'
Max Brunsfeld created
dc1956f
In Help menu, replace 'zed.dev' item with 'Documentation'
Max Brunsfeld created
aeb1b89
Make plugin build profile contingent on host build profile
Isaac Clayton created
1e85d6f
Add pull request template
Adds some formatting and most importantly add some nudges to fill out tests, settings, and documentation in every PR
Keith Simmons created
031162b
Remove spurious warnings
Isaac Clayton created
4191810
Add wasm32-wasi to CI workflow
Isaac Clayton created
38f8191
Add comment linking engine creating code together
Isaac Clayton created
19d1927
Remove stale label_for_completion impl from JSON plugin
Isaac Clayton created
1dd92c3
Remove plugin build script in favor of build.rs plugin builder
Isaac Clayton created
0bdbbdd
Convert rust lsp tests from sync #[test] to async #[gpui::test]
Isaac Clayton created
8367195
Remove stale commented code
Isaac Clayton created
c4bf71d
Convert go lsp tests from sync #[test] to async #[gpui::test]
Isaac Clayton created
638f881
Remove json host-side implementation, rely on plugin implementation
Isaac Clayton created
be41ad4
Fix minor issues in plugin and project raised during review
Isaac Clayton created
bc94d0d
Restore main version of Project::symbols and convert to async
Isaac Clayton created
0600157
Restore main version of Project::completions and convert to async
Isaac Clayton created
ec327a3
Fix minor issues pointed out in the review
Isaac Clayton created
3ad8d53
Remove the blocking call and inline on_lsp_diagnostics_published
Isaac Clayton created
14bccb4
More cleanup during review
Isaac Clayton created
5ec828a
Remove unused struct fields
Isaac Clayton created
8c91c5c
Minor fixes found during review
Isaac Clayton created
19245dd
Merge pull request #1315 from zed-industries/fix-terminal-modal-panic
Fix Terminal Panic
Keith Simmons created
5bafabc
Merge pull request #1314 from zed-industries/code-action-with-edit-and-command
Run code action's commands if their edits are empty
Max Brunsfeld created
667d031
Merge pull request #1311 from zed-industries/fix-visual-paste
Fix visual paste
Keith Simmons created
ed36665
Make global type more resilient, and fix modal keymap context
Keith Simmons created
20f7fba
Move terminal scripts to scripts folder, and remove parking_lot from terminal crate
Co-authored-by: mikayla.c.maki@gmail.com
Keith Simmons and mikayla.c.maki@gmail.com created
31361e5
remove temporary debug print statements
Co-authored-by: mikayla.c.maki@gmail.com
Keith Simmons and mikayla.c.maki@gmail.com created
e101f4e
Run code action's commands if their edits are empty
Max Brunsfeld created
25d75fe
Merge pull request #1313 from zed-industries/release-script
Add script for summarizing changes since last release
Max Brunsfeld created
8d34fe7
Refactor terminal connection into a model which can be copied between terminal views
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
55d7e17
Add script for summarizing changes since last release
Max Brunsfeld created
9683db9
0.46.0
Max Brunsfeld created
6c3384b
Merge pull request #1312 from zed-industries/fix-tree-query-hang
Fix hang due to tree-sitter query
Max Brunsfeld created
1f16c68
Upgrade Tree-sitter and limit query cursors' concurrently-buffered matches
Max Brunsfeld created
8931218
Remove debug statements
Isaac Clayton created
3e8b230
Highlight languages as languages load
Isaac Clayton created
a82e569
Merge pull request #1294 from zed-industries/terminal-modal
Proposal: Terminal modal
Keith Simmons created
ee007f9
fix pasting at the end of the line in normal mode
Keith Simmons created
9d06b15
Fix spurious borrow checker error
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
988f388
Added theme to language
Isaac Clayton created