Commit log

f630614 zed 0.80.6

Antonio Scandurra created

d467648 Merge pull request #2366 from zed-industries/avoid-unwrapping-on-try-send

Click to expand commit body
Don't panic if worktree was dropped before sending path changes

Antonio Scandurra created

4d06666 v0.80.x stable

Joseph Lyons created

f6d1e82 Merge pull request #2357 from zed-industries/update-eula

Click to expand commit body
Update EULA

Joseph T. Lyons created

cd2963e Merge pull request #2356 from zed-industries/copilot-on-preview

Click to expand commit body
Disable Copilot entirely for stable releases

Antonio Scandurra created

5718fb1 zed 0.80.5

Antonio Scandurra created

940478d Merge pull request #2355 from zed-industries/refine-copilot

Click to expand commit body
Iterate some more on Copilot

Antonio Scandurra created

c1af9aa zed 0.80.4

Max Brunsfeld created

3ac88f2 Merge pull request #2354 from zed-industries/nate/fix-embedded-highlight-in-ruby

Click to expand commit body
Fix embedded highlight in ruby

Nate Butler created

3ee9de3 Merge pull request #2353 from zed-industries/more-intuitive-autocomplete-with-copilot

Click to expand commit body
Match VS Code's behavior when deciding whether to show Copilot suggestion

Antonio Scandurra created

4a3efb3 Merge pull request #2352 from zed-industries/debounce-copilot

Click to expand commit body
Debounce copilot completions

Antonio Scandurra created

4213fd8 Merge pull request #2351 from zed-industries/more-copilot-enhancements

Click to expand commit body
Fix additional Copilot issues

Antonio Scandurra created

c4b98b8 Merge pull request #2350 from zed-industries/copilot-disable

Click to expand commit body
Disable copilot unless the staff mode flag is flipped

Mikayla Maki created

423ba0d Merge pull request #2348 from zed-industries/copilot-feedback

Click to expand commit body
Fix issues from copilot feedback

Mikayla Maki created

613f8e6 Merge pull request #2347 from zed-industries/disable-yaml-key-ordering

Click to expand commit body
Disable key ordering diagnostic for YAML

Antonio Scandurra created

3f20252 zed 0.80.3

Antonio Scandurra created

f3c9e5d Merge pull request #2345 from zed-industries/autocomplete-vs-copilot

Click to expand commit body
Make autocompletion and copilot mutually exclusive

Antonio Scandurra created

b69627c Merge pull request #2344 from zed-industries/copilot-collaboration

Click to expand commit body
Fix Copilot errors when opening buffers that don't exist locally

Antonio Scandurra created

1f29357 zed 0.80.2

Joseph Lyons created

b5a1cdf Merge pull request #2338 from zed-industries/more-copilot-bugs

Click to expand commit body
More copilot bugs

Mikayla Maki created

8a83086 Merge pull request #2340 from zed-industries/fix-json-lsp-remove

Click to expand commit body
Fix bug where JSON LSP would be deleted on installation.

Mikayla Maki created

762efb4 Merge pull request #2336 from zed-industries/respect-languages-alias-in-settings-file

Click to expand commit body
Add support for writing to the langauge_overrides alias in settings

Mikayla Maki created

8afaf03 Merge pull request #2334 from zed-industries/quiet-copilot-loggin

Click to expand commit body
Add handlers for LogMessage and statusNotification to copilot LSP

Mikayla Maki created

1fe6356 zed 0.80.1

Joseph Lyons created

ef62a09 Merge pull request #2333 from zed-industries/copilot-improvements

Click to expand commit body
Fix several Copilot bugs

Antonio Scandurra created

b8397a3 Merge pull request #2316 from zed-industries/copilot

Click to expand commit body
🚨 WIP 🚨 Copilot

Mikayla Maki created

017b16d Merge pull request #2325 from zed-industries/tab-map-long-lines

Click to expand commit body
Avoid slowdowns with long lines by skipping tab expansion beyond a certain column

Max Brunsfeld created

a6cf870 Merge pull request #2332 from zed-industries/per-server-code-action-kinds

Click to expand commit body
Allow each language adapter to provide their own code action kinds array

Julia created

a4b3582 v0.80.x preview

Joseph Lyons created

056f4e9 Merge pull request #2327 from zed-industries/remove-unused-code

Click to expand commit body
Delete unused code

Antonio Scandurra created

a642969 Delete unused code

Antonio Scandurra created

35b2ace Merge pull request #2324 from zed-industries/download-node

Click to expand commit body
Automatically download Node for Node based language servers

Julia created

ee3ac9c Rename `installation.rs` -> `github.rs` now that is all it concerns

Julia created

350f8ed Download the JSON LSP package instead of our own bundled binary

Julia created

d4560fe Prevent deadlock when multiple languages attempt to install Node at once

Julia created

c68c846 Merge pull request #2322 from zed-industries/project-panel-paste-infinite-loop

Click to expand commit body
Fix infinite loop in ProjectPanel::paste when filename has multiple dots

Max Brunsfeld created

17bc83d Fix infinite loop in ProjectPanel::paste when filename has multiple dots

Max Brunsfeld created

e5d552e Merge pull request #2321 from zed-industries/new-file-with-no-window

Click to expand commit body
Make 'new file' action open a window when there are no windows open

Max Brunsfeld created

4a2132b Make 'new file' action open a window when there are no windows open

Max Brunsfeld created

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

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

df4380b Download aarch64 or x64 Node binary according to system architecture

Julia created

b153bf7 Add a hovered style to lspStatus background

Petros Amoiridis created

374b284 Run prettier on TS files

Petros Amoiridis created

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

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

ed442cf Invoke npm from downloaded Node

Julia created

edd6c85 Initial running of servers on downloaded Node

Julia created

b579211 Report if language server requires Node or not

Julia created

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