Commit log
a128439
Move code into the platform
Click to expand commit body
Co-Authored-By: Joseph T. Lyons <19867440+JosephTLyons@users.noreply.github.com>
Petros Amoiridis
and
Joseph T. Lyons
created
2 years ago
87c1b19
Replace home directory with the tilde substitution
Petros Amoiridis
created
2 years ago
719d0f0
Rename `skip_leading_tab` to `inside_leading_tab`
Antonio Scandurra
created
2 years ago
813f722
Increment `input_column` correctly when inside the leading tab
Antonio Scandurra
created
2 years ago
056f4e9
Merge pull request #2327 from zed-industries/remove-unused-code
Click to expand commit body
Delete unused code
Antonio Scandurra
created
2 years ago
a642969
Delete unused code
Antonio Scandurra
created
2 years ago
d60ef03
WIP Add copilot disabled setting
Mikayla Maki
created
2 years ago
0b0c7e4
Move command palette filter into collections crate
Click to expand commit body
Filter out copilot commands from command palette when not active
Mikayla Maki
created
2 years ago
aea8475
Apply cargo fmt
Mikayla Maki
created
2 years ago
a5cec18
Remove copilot smoke test
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
ce9774b
Improve detection of common prefix in `text_for_active_completion`
Antonio Scandurra
created
2 years ago
9d8d2bb
Add rough versions of all 3 modals
Mikayla Maki
created
2 years ago
5c1f82a
Don't use TabMap::expand_tabs in line_indent_for_buffer_row
Max Brunsfeld
created
2 years ago
08e93e9
Only expand tabs up until a limited column
Max Brunsfeld
created
2 years ago
c23feea
:art: Make expand_tabs and collapse_tabs instance methods on TabSnapshot
Max Brunsfeld
created
2 years ago
941da24
Refactor out the node runtime crate and hook up all related imports
Mikayla Maki
created
2 years ago
0ef9cef
Finish shape of copilot auth UI
Mikayla Maki
created
2 years ago
6ff0986
Create copilot auth popup UI
Mikayla Maki
created
2 years ago
da81ff3
Optimize `CopilotState::text_for_active_completion`
Antonio Scandurra
created
2 years ago
034bc75
Refresh copilot suggestions when hitting `alt-]` if none are showing
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Antonio Scandurra
and
Mikayla Maki
created
2 years ago
d236d9e
Clear copilot suggestions when hitting escape
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Antonio Scandurra
and
Mikayla Maki
created
2 years ago
ef6c283
Update editor.ts
Nate Butler
created
2 years ago
2fede1c
Use `syntax.predictive.color` to style suggestions
Nate Butler
created
2 years ago
1162615
Reuse existing suggestion when inserting to avoid flickering
Antonio Scandurra
created
2 years ago
6715e52
Rework `SuggestionMap` to take highlight style when retrieving chunks
Antonio Scandurra
created
2 years ago
093e0a3
Replace `editor::CycleCopilotSuggestions` with `copilot::NextSuggestion`
Antonio Scandurra
created
2 years ago
2f95510
Start integrating Copilot with editor
Click to expand commit body
There's still a bit to do in terms of reusing the previous suggestion
when the prefix matches, but we're getting there.
Antonio Scandurra
created
2 years ago
b16e216
WIP: Start on showing window for authenticating with copilot
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Antonio Scandurra
and
Mikayla Maki
created
2 years ago
9713d1b
Fix invalid translation between bottom/top left coordinate spaces
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Antonio Scandurra
and
Mikayla Maki
created
2 years ago
99cca59
Restructure verification code prompting to open a window instead
Click to expand commit body
Also, prevent multiple calls to `sign_in` from racing with each other.
Antonio Scandurra
created
2 years ago
19cc86a
Wait to show the auth modal until the sign request has returned
Mikayla Maki
created
2 years ago
15e29d4
Add basic copilot modal
Mikayla Maki
created
2 years ago
b57d517
Add copilot theme, start sketching out the auth modal
Mikayla Maki
created
2 years ago
591e246
Implement `Copilot::completions_cycling`
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Antonio Scandurra
and
Mikayla Maki
created
2 years ago
155594c
Successfully fetch completions from Copilot
Click to expand commit body
We still need to process them and return them into a more Zed-friendly
structure, but we're getting there.
Antonio Scandurra
created
2 years ago
1803719
Start on copilot completions
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
59d9277
Implement Copilot sign in and sign out
Antonio Scandurra
created
2 years ago
797bb7d
Start copilot and check sign in status
Antonio Scandurra
created
2 years ago
5471217
Use the same serde version across the entire workspace
Antonio Scandurra
created
2 years ago
9a99eae
Fix bad global
Mikayla Maki
created
2 years ago
455cdc8
Add copilot crate
Click to expand commit body
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
2 years ago
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
2 years ago
ee3ac9c
Rename `installation.rs` -> `github.rs` now that is all it concerns
Julia
created
2 years ago
350f8ed
Download the JSON LSP package instead of our own bundled binary
Julia
created
2 years ago
d4560fe
Prevent deadlock when multiple languages attempt to install Node at once
Julia
created
2 years ago
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
2 years ago
17bc83d
Fix infinite loop in ProjectPanel::paste when filename has multiple dots
Max Brunsfeld
created
2 years ago
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
2 years ago
Page 18 of 186