Commit graph

5621 commits

Author SHA1 Message Date
Antonio Scandurra
f630614196 zed 0.80.6 2023-04-10 08:51:50 +02:00
Antonio Scandurra
d46764856d Merge pull request #2366 from zed-industries/avoid-unwrapping-on-try-send
Don't panic if worktree was dropped before sending path changes
2023-04-10 08:50:53 +02:00
Joseph Lyons
4d066662b1 v0.80.x stable 2023-04-05 13:00:39 -04:00
Antonio Scandurra
cd2963eaf0 Merge pull request #2356 from zed-industries/copilot-on-preview
Disable Copilot entirely for stable releases
2023-04-05 16:26:40 +02:00
Antonio Scandurra
5718fb12ad zed 0.80.5 2023-04-05 14:22:36 +02:00
Antonio Scandurra
940478d007 Merge pull request #2355 from zed-industries/refine-copilot
Iterate some more on Copilot
2023-04-05 14:21:52 +02:00
Max Brunsfeld
c1af9aa532 zed 0.80.4 2023-04-04 14:31:33 -07:00
Nate Butler
3ac88f2cbb Merge pull request #2354 from zed-industries/nate/fix-embedded-highlight-in-ruby
Fix embedded highlight in ruby
2023-04-04 14:31:06 -07:00
Antonio Scandurra
3ee9de3536 Merge pull request #2353 from zed-industries/more-intuitive-autocomplete-with-copilot
Match VS Code's behavior when deciding whether to show Copilot suggestion
2023-04-04 14:31:06 -07:00
Antonio Scandurra
4a3efb39cf Merge pull request #2352 from zed-industries/debounce-copilot
Debounce copilot completions
2023-04-04 14:31:06 -07:00
Antonio Scandurra
4213fd8e8a Merge pull request #2351 from zed-industries/more-copilot-enhancements
Fix additional Copilot issues
2023-04-04 14:31:06 -07:00
Mikayla Maki
c4b98b8cf1 Merge pull request #2350 from zed-industries/copilot-disable
Disable copilot unless the staff mode flag is flipped
2023-04-04 14:31:06 -07:00
Mikayla Maki
423ba0d351 Merge pull request #2348 from zed-industries/copilot-feedback
Fix issues from copilot feedback
2023-04-04 14:25:30 -07:00
Antonio Scandurra
613f8e6438 Merge pull request #2347 from zed-industries/disable-yaml-key-ordering
Disable key ordering diagnostic for YAML
2023-04-04 10:01:26 +02:00
Antonio Scandurra
3f20252e92 zed 0.80.3 2023-04-03 15:26:30 +02:00
Antonio Scandurra
f3c9e5d8bc Merge pull request #2345 from zed-industries/autocomplete-vs-copilot
Make autocompletion and copilot mutually exclusive
2023-04-03 15:25:52 +02:00
Antonio Scandurra
b69627c1ad Merge pull request #2344 from zed-industries/copilot-collaboration
Fix Copilot errors when opening buffers that don't exist locally
2023-04-03 15:25:45 +02:00
Joseph Lyons
1f293576f1 zed 0.80.2 2023-03-31 15:50:47 -04:00
Mikayla Maki
b5a1cdfb56 Merge pull request #2338 from zed-industries/more-copilot-bugs
More copilot bugs
2023-03-31 15:49:57 -04:00
Mikayla Maki
8a83086b40 Merge pull request #2340 from zed-industries/fix-json-lsp-remove
Fix bug where JSON LSP would be deleted on installation.
2023-03-31 15:49:48 -04:00
Mikayla Maki
762efb4766 Merge pull request #2336 from zed-industries/respect-languages-alias-in-settings-file
Add support for writing to the langauge_overrides alias in settings
2023-03-31 15:49:38 -04:00
Mikayla Maki
8afaf03852 Merge pull request #2334 from zed-industries/quiet-copilot-loggin
Add handlers for LogMessage and statusNotification to copilot LSP
2023-03-31 15:49:27 -04:00
Joseph Lyons
1fe6356b89 zed 0.80.1 2023-03-31 12:42:59 -04:00
Antonio Scandurra
ef62a097ae Merge pull request #2333 from zed-industries/copilot-improvements
Fix several Copilot bugs
2023-03-31 12:36:11 -04:00
Mikayla Maki
b8397a36c1 Merge pull request #2316 from zed-industries/copilot
🚨 WIP 🚨 Copilot
2023-03-31 12:36:04 -04:00
Max Brunsfeld
017b16dc7b Merge pull request #2325 from zed-industries/tab-map-long-lines
Avoid slowdowns with long lines by skipping tab expansion beyond a certain column
2023-03-31 12:35:55 -04:00
Julia
a6cf8708ff Merge pull request #2332 from zed-industries/per-server-code-action-kinds
Allow each language adapter to provide their own code action kinds array
2023-03-31 12:35:13 -04:00
Joseph Lyons
a4b35821fd v0.80.x preview 2023-03-29 14:12:35 -04:00
Antonio Scandurra
a64296938d Delete unused code 2023-03-29 09:04:13 +02:00
Julia
35b2aceffb
Merge pull request #2324 from zed-industries/download-node
Automatically download Node for Node based language servers
2023-03-28 12:10:24 -04:00
Julia
ee3ac9c344 Rename installation.rs -> github.rs now that is all it concerns 2023-03-28 11:51:09 -04:00
Julia
350f8ed304 Download the JSON LSP package instead of our own bundled binary 2023-03-28 11:48:00 -04:00
Julia
d4560fe321 Prevent deadlock when multiple languages attempt to install Node at once 2023-03-28 10:18:22 -04:00
Max Brunsfeld
c68c8462bb
Merge pull request #2322 from zed-industries/project-panel-paste-infinite-loop
Fix infinite loop in ProjectPanel::paste when filename has multiple dots
2023-03-27 17:09:10 -07:00
Max Brunsfeld
17bc83d699 Fix infinite loop in ProjectPanel::paste when filename has multiple dots 2023-03-27 16:45:11 -07:00
Max Brunsfeld
e5d552ef97
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
2023-03-27 16:10:30 -07:00
Max Brunsfeld
4a2132bc91 Make 'new file' action open a window when there are no windows open 2023-03-27 16:05:00 -07:00
Joseph T. Lyons
e10338ed17
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
2023-03-27 15:58:12 -04:00
Julia
df4380b066 Download aarch64 or x64 Node binary according to system architecture 2023-03-27 11:05:17 -04:00
Julia
c72d33e029 Initial impl of NodeRuntime w/JSON borked and a deadlock :)
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
2023-03-27 00:00:16 -04:00
Julia
1a2e509e35 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>
2023-03-27 00:00:16 -04:00
Julia
ed442cfc8c Invoke npm from downloaded Node 2023-03-27 00:00:16 -04:00
Julia
edd6c85af7 Initial running of servers on downloaded Node 2023-03-27 00:00:16 -04:00
Julia
b579211861 Report if language server requires Node or not 2023-03-27 00:00:16 -04:00
Nathan Sobo
f0992e7d67 Trim empty tokens; copy selected range if non-empty 2023-03-24 17:10:50 -06:00
Nathan Sobo
3dfedd1b21 Merge adjacent chunks with the same highlight name in copied JSON 2023-03-24 16:52:00 -06:00
Nathan Sobo
195215f1e0 Add "editor: copy highlight json" command
Nate needs this to feed to Figma for highlighted code in designs.
2023-03-24 16:37:57 -06:00
Max Brunsfeld
455ffb17f1 Handle path changes and progress updates from all worker threads during initial scan 2023-03-24 14:35:18 -07:00
Max Brunsfeld
027def6800 Merge branch 'main' into lsp-file-change-notifications 2023-03-24 08:52:43 -07:00
Max Brunsfeld
a0e98ccc35 🎨 BackgroundScanner::run 2023-03-23 18:05:12 -07:00