fc3bccc
WIP: avoid code-signing rust-analyzer to prevent proc macro errors
Click to expand commit body
If this works, I think we should set the permissions asynchronously,
maybe as part of starting the language server, so that we avoid doing
synchronous I/O.
Antonio Scandurra
created
794fcba
Temporarily allow uploading artifacts on all branches
Antonio Scandurra
created
8913ec6
Merge pull request #455 from zed-industries/rename
Click to expand commit body
Introduce rename support via `F2`
Antonio Scandurra
created
cf7cc83
Simplify `undo_to_transaction` and `redo_to_transaction`
Click to expand commit body
We don't need to mutate the history anymore now that we render pending renames
with a block decoration.
Antonio Scandurra
created
b573a39
Ensure we never leak block decorations when renaming
0b46e36
Avoid parsing in randomized collaboration integration test
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
ebecb6d
Use the lowest zstd compression level during tests
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
303e8e1
Wait for version before returning code actions
Antonio Scandurra
created
50a3172
Wait for version before returning completions
Antonio Scandurra
created
e824a6f
Avoid stalling server when test notifications aren't being processed
Antonio Scandurra
created
1fbcea6
Randomly detach requests on guest to let them race with other local ops
Antonio Scandurra
created
e3c4ce2
Remove unnecessary waiting when handling save RPC requests
Click to expand commit body
Add saving to the randomized integration test
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
3315750
Remove waiting for edits when handling code action RPC requests
Click to expand commit body
Add code actions to the randomized integration test
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
41ba980
Remove unnecessary waiting during completion RPC requests
Click to expand commit body
Also, add completion requests to the randomized collaboration integration test,
to demonstrate that this is valid.
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
90f31bb
Allow FakeLanguageServer handlers to handle multiple requests
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
c4dff12
Allow multiple fake language servers to be started for a given project