Commit Graph

128747 Commits

Author SHA1 Message Date
Ladislau Szomoru
a0ecf511fd Git - pass the similarityThreshold to git diff-tree (#238367) 2025-01-21 15:38:47 +01:00
Benjamin Pasero
3a459b0c14 Chat looses state on reload (fix microsoft/vscode-copilot#11826) (#238366) 2025-01-21 15:35:05 +01:00
Benjamin Pasero
830e5c32c0 chat - log setup duration (#238357) 2025-01-21 13:24:55 +01:00
Ladislau Szomoru
ac97234e4b Git - adopt async status bar item hover (#238355) 2025-01-21 12:51:00 +01:00
Ladislau Szomoru
959d01a2a5 Git - fix regression with commits that contain addition/deletion/rename (#238349)
* Git - fix regression with commits that contain addition/deletion/rename

* Fix compilation error
2025-01-21 11:44:21 +01:00
Benjamin Christopher Simmonds
98f16e88ef fix https://github.com/microsoft/vscode-copilot/issues/11965 (#238348) 2025-01-21 11:42:32 +01:00
João Moreno
d9069970f9 fix build (#238346) 2025-01-21 11:11:30 +01:00
Benjamin Christopher Simmonds
05e660dbeb Support forward stability for inline edits (#238344)
Support forwardStable for inline edits
2025-01-21 10:56:33 +01:00
Christof Marti
735640be5a Avoid setting (#237890) 2025-01-21 09:52:10 +01:00
Ladislau Szomoru
57e5f4bba7 StatusBarItem - proposed API for async hover (#238297)
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2025-01-21 09:05:21 +01:00
Benjamin Pasero
ae56ecf9e1 chat - setup tweaks (#238333) 2025-01-21 07:23:40 +01:00
Rob Lourens
dac52c9521 Small fix to saving chat history (#238327)
Trim it before saving, not after, and make it a bit smaller just because
2025-01-21 06:32:06 +01:00
Benjamin Pasero
3f5e7810ca chat - cleanup setup (#238313) 2025-01-20 20:32:26 +01:00
Benjamin Christopher Simmonds
31122d79c7 Persist view across same edit (#238308)
persist view across same edit
2025-01-20 19:04:23 +01:00
Benjamin Pasero
fa68c7c788 chat - allow to retry failed sign in attempts in setup 2025-01-20 17:59:32 +01:00
Benjamin Pasero
2a00f253b3 chat - distinguish better failed sign in attempts 2025-01-20 17:59:32 +01:00
Ladislau Szomoru
e5165663d9 Git - add commands to toggle git blame editor decoration/status bar item (#238302) 2025-01-20 17:58:45 +01:00
Ladislau Szomoru
11b2f94022 Git - add missing event to the Repository interface (#238298) 2025-01-20 16:17:04 +01:00
João Moreno
e55ac22a12 add debug statement (#238299) 2025-01-20 15:58:40 +01:00
Benjamin Pasero
60fe838133 files - ignore errors from disposed models (#238288) 2025-01-20 04:52:46 -08:00
Robo
4a0183a278 fix: incorrect ripgrep binaries bundled for windows arm64 (#238287) 2025-01-20 13:34:41 +01:00
Benjamin Pasero
0e5c32619b chat - register views statically 2025-01-20 13:00:10 +01:00
Benjamin Pasero
9b46b0bb97 layout - adopt getDefaultViewContainer in more places for panel and auxbar 2025-01-20 13:00:10 +01:00
Benjamin Pasero
e0b0b41632 layout - adjust wording for auxbar 2025-01-20 13:00:10 +01:00
Benjamin Pasero
e8cfe77bc7 setup - set Chat as default for aux bar 2025-01-20 13:00:10 +01:00
Benjamin Pasero
7def6d872b setup - also show edits view for setup ootb 2025-01-20 13:00:10 +01:00
Benjamin Pasero
7344ef1b5b setup - account for thrown errors when finding session 2025-01-20 13:00:10 +01:00
Benjamin Pasero
79c8650647 setup - offer retry for setup failures 2025-01-20 13:00:10 +01:00
Benjamin Pasero
ec80614475 setup - adjust chat width based on window size 2025-01-20 13:00:10 +01:00
Benjamin Christopher Simmonds
45a258fdb2 Fix border issue in WordReplacementView (#238283)
fix border problem
2025-01-20 12:36:32 +01:00
Sandeep Somavarapu
61760c4641 delete unwanted telemetry events (#238130)
* delete unwanted telemetry events

* fix compilation
2025-01-20 11:57:08 +01:00
João Moreno
4ef041e4bf break up recursive configuration loop (#238277)
Co-authored-by: Sandeep <sasomava@microsoft.com>
Co-authored-by: Christof <chrmarti@microsoft.com>
2025-01-20 11:51:57 +01:00
Benjamin Christopher Simmonds
203a51a67f Fix replacement view rendering over gutter (#238276)
fix replacement view renders over gutter
2025-01-20 11:43:23 +01:00
Sandeep Somavarapu
f034b029a6 fix filtering (#238274) 2025-01-20 10:53:03 +01:00
João Moreno
f6ec9aa2e6 bump katex (#238271) 2025-01-20 10:39:21 +01:00
Ladislau Szomoru
7667cdd1ed GitHub - add setting to disable avatar resolution (#238270) 2025-01-20 10:32:51 +01:00
Ladislau Szomoru
4b4cd6b702 GitHub - add more logs to avatar resolution (#238266) 2025-01-20 09:46:10 +01:00
Rob Lourens
3d0aeb47a2 Throw from tool instead of returning an error result so the extension can manage retrying (#238258) 2025-01-20 02:06:03 +01:00
Ladislau Szomoru
0bccf5608b Git - add avatar to timeline hover (#238248) 2025-01-19 21:53:03 +01:00
Ladislau Szomoru
fe1875711b Timeline - enable paging by default (#238247) 2025-01-19 21:43:15 +01:00
Ladislau Szomoru
d64829f052 Git - add avatar to graph hover (#238246) 2025-01-19 21:30:42 +01:00
Megan Rogge
58145651f7 use type vs object (#238187)
use object type instead
2025-01-19 08:02:50 -08:00
Ladislau Szomoru
1600fb4c76 GitHub - avatar resolution improvements (#238239)
* Add support for size

* Add support for extracting user id from GitHub no-reply email addresses

* Fix git blame email parsing

* Extrat link into function
2025-01-19 16:44:40 +01:00
Tyler James Leonhardt
909c1538c2 Respond to layout changes (#238189)
* Respond to layout changes

This seems to work fairly well.

I think a follow up change I'll make is maybe redoing this to leverage CSS variables instead... like how it's done in the debugToolBar which looks cleaner, but that can come later.

Fixes #237627

* use `onDidLayoutContainer`
2025-01-18 04:51:28 +01:00
Justin Chen
4c84c14479 add capabilities API and image warning (#238103)
* bump distro

* supports vision work

* better promise handling, clean up if statements

* more ui update

* make capabilities optional

* some cleanup

* fix function
2025-01-17 15:30:44 -08:00
Megan Rogge
f672ef982e fix aria label override bug (#238186)
fix #238183
2025-01-17 14:33:30 -08:00
Megan Rogge
0d57cf5304 add aria label for rm suggestion button (#238185)
fix #238182
2025-01-17 22:55:59 +01:00
Megan Rogge
d427cae0d5 revert pressing delete should remove a file from working set (#238177)
revert #237513
2025-01-17 13:43:06 -08:00
Daniel Imms
9ce979b017 Merge pull request #238173 from microsoft/tyriar/227101
Get SPAA working against token metadata bg
2025-01-17 13:24:30 -08:00
Bhavya U
2a5b54b71b Include commands from default keybindings in _getAllCommands (#238163) 2025-01-17 13:22:53 -08:00