Nathan Sobo
|
de9bf6dfbd
|
Merge MutableAppContext into AppContext
There may have been a good reason for the difference at some point, or I was
still learning Rust. But now it's just &mut AppContext vs &AppContext.
|
2023-04-06 15:49:03 -06:00 |
|
Joseph T. Lyons
|
dd00966cc6
|
Merge pull request #2361 from zed-industries/add-close-items-to-left-and-right
Add close items to left and right
|
2023-04-06 13:06:25 -04:00 |
|
Julia
|
4b39df4a6b
|
Merge pull request #2304 from zed-industries/bump-diff-width
Increase git diff gutter width slightly
|
2023-04-06 10:58:55 -04:00 |
|
Joseph Lyons
|
4883ec2201
|
Add close items to left and right
|
2023-04-06 03:33:38 -04:00 |
|
Nathan Sobo
|
e5861d6c35
|
Fix typos in EULA
|
2023-04-05 18:02:35 -06:00 |
|
Julia
|
43b6e7a944
|
Merge pull request #2360 from zed-industries/maybe-fix-lock-screen-crash
Hesitant possible fix for lock screen crash
|
2023-04-05 14:10:40 -04:00 |
|
Julia
|
6e3bf7fed4
|
Hesitant possible fix for lock screen crash
This may cause issues in this situations but as I cannot repro this I'm
making the call to try something and see how it plays out
|
2023-04-05 14:01:54 -04:00 |
|
Joseph Lyons
|
e4bb5c296c
|
v0.82.x dev
|
2023-04-05 13:00:52 -04:00 |
|
Joseph T. Lyons
|
3b6c975658
|
Merge pull request #2357 from zed-industries/update-eula
Update EULA
|
2023-04-05 12:57:34 -04:00 |
|
Joseph Lyons
|
5becdbdea8
|
Fix spacing in EULA
|
2023-04-05 12:45:48 -04:00 |
|
Julia
|
af826f5efd
|
Merge pull request #2359 from zed-industries/prefer-right-statusbar-items
Prioritize displaying right statusbar items overtop left items if needed
|
2023-04-05 12:16:30 -04:00 |
|
Julia
|
77bb52f72c
|
Prioritize displaying right statusbar items overtop left items if needed
|
2023-04-05 12:08:52 -04:00 |
|
Mikayla Maki
|
64428bac15
|
Merge pull request #2358 from zed-industries/more-copilot-fixes
Invalidate copilot suggestion on backspaces
|
2023-04-05 08:59:30 -07:00 |
|
Mikayla Maki
|
78742d5615
|
Add additional case to range invalidation test
co-authored-by: antonio <antonio@zed.dev>
|
2023-04-05 08:52:56 -07:00 |
|
Mikayla Maki
|
b585470518
|
Invalidate copilot suggestion on backspaces
Restore an observation on initialization
co-authored-by: antonio <antonio@zed.dev>
|
2023-04-05 08:48:39 -07:00 |
|
Antonio Scandurra
|
e2c690cece
|
Merge pull request #2356 from zed-industries/copilot-on-preview
Disable Copilot entirely for stable releases
|
2023-04-05 16:20:53 +02:00 |
|
Nathan Sobo
|
0d0f6b5a05
|
Update EULA
|
2023-04-05 08:18:51 -06:00 |
|
Antonio Scandurra
|
7ba46a0630
|
Honor ZED_RELEASE_CHANNEL environment variable only in development
We don't want people to be able to override the release channel in
production.
|
2023-04-05 15:55:44 +02:00 |
|
Antonio Scandurra
|
15b26e10d4
|
Disable Copilot entirely for stable releases
This lets us remove the logic for detecting whether a user is a staff
member.
|
2023-04-05 15:49:59 +02:00 |
|
Antonio Scandurra
|
781d065d0b
|
Merge pull request #2355 from zed-industries/refine-copilot
Iterate some more on Copilot
|
2023-04-05 14:21:18 +02:00 |
|
Antonio Scandurra
|
03a4c9d6d5
|
Use the cursor variable instead of selection.start
|
2023-04-05 14:15:58 +02:00 |
|
Antonio Scandurra
|
dd416cdfd2
|
📝
|
2023-04-05 14:14:43 +02:00 |
|
Antonio Scandurra
|
f920e02d96
|
Indent instead of accepting suggestion if cursor is in leading whitespace
|
2023-04-05 14:09:09 +02:00 |
|
Antonio Scandurra
|
908a7cf47e
|
💄
|
2023-04-05 13:59:19 +02:00 |
|
Antonio Scandurra
|
dcd8bdfc88
|
Update visible suggestion if edit occurs outside the current editor
|
2023-04-05 11:06:14 +02:00 |
|
Antonio Scandurra
|
6e821eea4b
|
Prevent tab from accepting a copilot suggestion when it isn't visible
|
2023-04-05 10:31:11 +02:00 |
|
Antonio Scandurra
|
661be7ba51
|
Refresh copilot suggestions when accepting a completion
|
2023-04-05 10:28:00 +02:00 |
|
Antonio Scandurra
|
7a7dc95611
|
Refresh copilot suggestions when undoing/redoing
|
2023-04-05 10:27:19 +02:00 |
|
Antonio Scandurra
|
399451b676
|
Capture copilot behavior in a editor unit test
|
2023-04-05 10:26:43 +02:00 |
|
Antonio Scandurra
|
808ddc26e7
|
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 20:03:07 +02:00 |
|
Antonio Scandurra
|
65fd605b82
|
Revert "Return the previous suggestion when replacing it"
This reverts commit 971c88db80 .
|
2023-04-04 18:59:28 +02:00 |
|
Nate Butler
|
e7150d0b66
|
Merge pull request #2354 from zed-industries/nate/fix-embedded-highlight-in-ruby
Fix embedded highlight in ruby
|
2023-04-04 12:46:32 -04:00 |
|
Nate Butler
|
7ff97e50a7
|
Fix embedded highlight in ruby
|
2023-04-04 12:41:38 -04:00 |
|
Antonio Scandurra
|
b58ac815a8
|
Trigger copilot only on insertion and deletion
Also, avoid showing the suggestion if a completion is in progress to
avoid flickering.
|
2023-04-04 17:51:37 +02:00 |
|
Antonio Scandurra
|
971c88db80
|
Return the previous suggestion when replacing it
|
2023-04-04 17:14:52 +02:00 |
|
Antonio Scandurra
|
a2aad31cf1
|
Merge pull request #2352 from zed-industries/debounce-copilot
Debounce copilot completions
|
2023-04-04 16:52:59 +02:00 |
|
Antonio Scandurra
|
e970d84184
|
Debounce copilot completions
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2023-04-04 16:02:25 +02:00 |
|
Antonio Scandurra
|
5df5973262
|
Merge pull request #2351 from zed-industries/more-copilot-enhancements
Fix additional Copilot issues
|
2023-04-04 14:22:12 +02:00 |
|
Antonio Scandurra
|
60955fb8ee
|
Refresh active copilot suggestion when accepting completion
|
2023-04-04 11:15:14 +02:00 |
|
Antonio Scandurra
|
79d5bb45dc
|
Clear Copilot suggestions when it gets disabled from the settings
|
2023-04-04 10:45:56 +02:00 |
|
Antonio Scandurra
|
abf158a9e4
|
Merge pull request #2347 from zed-industries/disable-yaml-key-ordering
Disable key ordering diagnostic for YAML
|
2023-04-04 10:00:48 +02:00 |
|
Mikayla Maki
|
91d85987b9
|
Merge pull request #2350 from zed-industries/copilot-disable
Disable copilot unless the staff mode flag is flipped
|
2023-04-03 22:00:47 -07:00 |
|
Mikayla Maki
|
fa32a20c42
|
fixup! fixup! fixup! removed copilot from generated schema and command palette
|
2023-04-03 21:46:59 -07:00 |
|
Mikayla Maki
|
a1abe8d33c
|
fixup! fixup! removed copilot from generated schema and command palette
|
2023-04-03 21:46:30 -07:00 |
|
Mikayla Maki
|
ae6a671fea
|
fixup! removed copilot from generated schema and command palette
|
2023-04-03 21:45:18 -07:00 |
|
Mikayla Maki
|
47de4dcd32
|
removed copilot from generated schema and command palette
|
2023-04-03 21:38:26 -07:00 |
|
Mikayla Maki
|
6bfecd7f66
|
Refactor staff mode into a seperate crate and make copilot initialization wait for the staff mode flag to be flipped
|
2023-04-03 20:16:45 -07:00 |
|
Mikayla Maki
|
55297c1a26
|
Merge pull request #2348 from zed-industries/copilot-feedback
Fix issues from copilot feedback
|
2023-04-03 16:29:41 -07:00 |
|
Mikayla Maki
|
1627cf7eae
|
Add standard copilot keybinding
|
2023-04-03 16:14:07 -07:00 |
|
Mikayla Maki
|
bab0e88b6f
|
Fix bug where copilot auth window will only be shown once
|
2023-04-03 16:01:04 -07:00 |
|