5718fb1
zed 0.80.5
Antonio Scandurra created
5718fb1
zed 0.80.5
Antonio Scandurra created
940478d
Merge pull request #2355 from zed-industries/refine-copilot
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
Fix embedded highlight in ruby
Nate Butler created
3ee9de3
Merge pull request #2353 from zed-industries/more-intuitive-autocomplete-with-copilot
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
Debounce copilot completions
Antonio Scandurra created
4213fd8
Merge pull request #2351 from zed-industries/more-copilot-enhancements
Fix additional Copilot issues
Antonio Scandurra created
c4b98b8
Merge pull request #2350 from zed-industries/copilot-disable
Disable copilot unless the staff mode flag is flipped
Mikayla Maki created
423ba0d
Merge pull request #2348 from zed-industries/copilot-feedback
Fix issues from copilot feedback
Mikayla Maki created
613f8e6
Merge pull request #2347 from zed-industries/disable-yaml-key-ordering
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
Make autocompletion and copilot mutually exclusive
Antonio Scandurra created
b69627c
Merge pull request #2344 from zed-industries/copilot-collaboration
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
More copilot bugs
Mikayla Maki created
8a83086
Merge pull request #2340 from zed-industries/fix-json-lsp-remove
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
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
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
Fix several Copilot bugs
Antonio Scandurra created
b8397a3
Merge pull request #2316 from zed-industries/copilot
🚨 WIP 🚨 Copilot
Mikayla Maki created
017b16d
Merge pull request #2325 from zed-industries/tab-map-long-lines
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
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
Delete unused code
Antonio Scandurra created
a642969
Delete unused code
Antonio Scandurra created
35b2ace
Merge pull request #2324 from zed-industries/download-node
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
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
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
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
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 :)
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia and Antonio Scandurra created
1a2e509
Remove `server_args` from `LspAdapter`
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
Add "editor: copy highlight json" command
Nathan Sobo created
f0992e7
Trim empty tokens; copy selected range if non-empty
Nathan Sobo created
3dfedd1
Merge adjacent chunks with the same highlight name in copied JSON
Nathan Sobo created
195215f
Add "editor: copy highlight json" command
Nate needs this to feed to Figma for highlighted code in designs.
Nathan Sobo created
c74f8eb
Merge pull request #2258 from zed-industries/lsp-file-change-notifications
Implement `DidChangedWatchedFiles` LSP feature
Max Brunsfeld created
455ffb1
Handle path changes and progress updates from all worker threads during initial scan
Max Brunsfeld created