Commit log
e55e69c
Merge pull request #1341 from zed-industries/mitigate-refcell-panics
Click to expand commit body
Mitigate `RefCell` panics
Antonio Scandurra
created
8e2e5b5
Don't borrow window state mutably until we need to invoke resize callback
Antonio Scandurra
created
c53fa49
Ensure no borrows are held when activating window or creating prompts
Antonio Scandurra
created
d4e0f73
Drop window borrow before calling `makeKeyAndOrderFront`
Click to expand commit body
We're seeing some stack traces where calling `makeKeyAndOrderFront`
could invoke `setFrameSize`, which is causing a double borrow.
Antonio Scandurra
created
97c163a
Add note about WebAssembly Interface Types.
Isaac Clayton
created
b49b11f
Merge pull request #1339 from zed-industries/plugin-rerun
Click to expand commit body
Rerun plugin build step only on change
Isaac Clayton
created
7e319a2
Fix #1335, rerun plugin build step only if non-volatile directories in plugin change
Isaac Clayton
created
0defb0e
Ensure settings global is initialized immediately
Max Brunsfeld
created
2d23774
Merge pull request #1336 from zed-industries/cancel-rename-restore-highlights
Click to expand commit body
Restore document highlights when canceling a rename
Max Brunsfeld
created
0beb385
Merge pull request #1338 from zed-industries/terminal-launch-bug
Click to expand commit body
Terminal launch bug
Mikayla Maki
created
28ec4d4
Merge pull request #1337 from zed-industries/respect-hard-tabs-setting
Click to expand commit body
Simplify setting merging, fix ignored hard_tabs setting
Max Brunsfeld
created
598954d
Added a bit of documentation for the working directory calculation
Mikayla Maki
created
41e83b6
Fixes terminal launch issues and adds tests for queries
Mikayla Maki
created
277f561
Simplify setting merging, fix ignored hard_tabs setting
Max Brunsfeld
created
b7109ea
Restore document highlights when canceling a rename
Max Brunsfeld
created
69f517e
Remove stray 'pbcpoy' file
Max Brunsfeld
created
d0d750c
Merge pull request #1334 from zed-industries/plugin-id-for-language
Click to expand commit body
Fix association of 'json' lsp language id with JSON language
Max Brunsfeld
created
2a47846
Fix association of 'json' lsp language id with JSON language
Max Brunsfeld
created
dd554c1
Merge pull request #1331 from zed-industries/discoverable-settings
Click to expand commit body
Make settings more discoverable
Max Brunsfeld
created
f2c932a
Add terminal icon for status bar
Nate Butler
created
0ebf417
Pre-populate settings.json when initializing it from Zed
Max Brunsfeld
created
7750054
Add application menu item to open the default settings
Max Brunsfeld
created
8464c03
Adjust settings schema generation to reflect rename
Click to expand commit body
Also, simplify that code.
Max Brunsfeld
created
c02f4ea
Rename LanguageSettings -> EditorSettings
Max Brunsfeld
created
ec8a493
Move all default settings from source code into the JSON file
Max Brunsfeld
created
e51dc25
Start moving default settings into a JSON file
Click to expand commit body
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Max Brunsfeld
and
Antonio Scandurra
created
7f11a32
Implement periodic yielding using epoch_deadline_async_yield_and_update
Isaac Clayton
created
Isaac Clayton
created
170d27b
Start working on plugin epoch async yield
Isaac Clayton
created
8bcfcce
Merge pull request #1326 from zed-industries/plugin-docs
Click to expand commit body
Write about how plugins work and how to use them
Isaac Clayton
created
6600251
Fix yet another typo
Isaac Clayton
created
37310ac
Fix more typos
Isaac Clayton
created
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
Click to expand commit body
Language Server WebAssembly Plugin Integration (Part 2)
Antonio Scandurra
created
815de6d
Rewrite test_managing_language_servers to add languages after buffers are open
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Isaac Clayton
and
Antonio Scandurra
created
c4f10be
Use latest Rust version on CI
Click to expand commit body
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
Click to expand commit body
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
Click to expand commit body
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
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
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