Refactor HTTP and github release downloading into util
Lazily download / upgrade the copilot LSP from Zed
Co-authored-by: Max <max@zed.dev>
Co-Authored-By: Antonio <antonio@zed.dev>
Mikayla Maki
,
Max
, and
Antonio
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
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>