128880 Commits

Author SHA1 Message Date
henry
ac7533df77 fixed lazy client 2025-01-23 20:10:05 -06:00
Raymond Zhao
6fbae9a6a6
Rename keyMatchSize to keyMatchScore (#238625) 2025-01-24 00:28:16 +01:00
Michael Lively
b01852228b
proper cancellation source per nb inline value controller (#238624)
proper cancellation source per inline value controller
2025-01-23 15:19:46 -08:00
Benjamin Christopher Simmonds
737074e1b7
Add wiggle animation on hover for inline edits (#238590)
* wiggle on hover

* 💄
2025-01-23 23:31:03 +01:00
Megan Rogge
29d525c1d3
use terminalShellType for terminal suggest (#238381) 2025-01-23 16:11:23 -06:00
Michael Lively
7d82760cbf
Fix URI check for nb inline values (#238613)
fix uri condition
2025-01-23 22:29:28 +01:00
Justin Chen
23d0bf78c6
add references to ChatReferenceBinaryData (#238516)
* add reference to binary data api

* remove comment

* fix tests

* fix tests try #2

* more testing

* commenting out for testing

* add back history filter

* add under isimage check

* some fixes

* make sure to dispose
2025-01-23 12:35:39 -08:00
Oleg Solomko
565595ee40
[instructions]: update chat variable IDs creation logic (#238606)
[instructions]: update chat variable IDs creation logic to account for non prompt file references
2025-01-23 12:00:42 -08:00
Ladislau Szomoru
2a0e73a1b9
SCM - fix graph hover pills (#238602) 2025-01-23 11:25:58 -08:00
Megan Rogge
5bca37ff5d
apply font, styling for terminal suggest widget (#238593) 2025-01-23 19:55:42 +01:00
Benjamin Christopher Simmonds
ab172453fd
Support showing multi line changes as overlay (#238585)
* multi line replacement

* fix test?
2025-01-23 18:47:17 +01:00
Benjamin Christopher Simmonds
915a1200bd
Fix inline completion reuse (#238587)
* #12094

* fix https://github.com/microsoft/vscode-copilot/issues/12094
2025-01-23 17:41:28 +00:00
Aaron Munger
70e928a4b2
set word wrap on correct element (#238493)
* set word wrap on correct element

* update test
2025-01-23 08:52:41 -08:00
Megan Rogge
4fd2ab3998
add terminal suggest status bar to display actions (#238508) 2025-01-23 17:30:05 +01:00
Sandeep Somavarapu
54372d33fb
support filter by category in all logs (#238582) 2025-01-23 17:13:42 +01:00
dependabot[bot]
a039b56fe9
Bump undici from 7.2.0 to 7.3.0 in /remote (#238563)
Bumps [undici](https://github.com/nodejs/undici) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.2.0...v7.3.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-23 08:05:51 -08:00
Benjamin Christopher Simmonds
4d437938ee
Remove NES accepted decoration effect (#238575)
* remove NES accepted decoration effect

* 💄
2025-01-23 15:51:27 +01:00
Sandeep Somavarapu
9d2ecaccb1
use aka link (#238566) 2025-01-23 14:14:06 +01:00
Benjamin Pasero
9c03b0ae30
debt - reduce telemetry use in my components (#238565)
* debt - reduce telemetry use in my components

* debt - reduce telemetry use in my components
2025-01-23 14:10:41 +01:00
Ladislau Szomoru
8ef59e9a68
Git - select the correct object for a merge conflict ref (#238560) 2025-01-23 13:57:38 +01:00
Sandeep Somavarapu
560144803d
update distro (#238559) 2025-01-23 13:32:12 +01:00
Benjamin Pasero
f7327b79f3
Remove TypeScript ignore comments from upload-sourcemaps files (#238556) 2025-01-23 13:10:27 +01:00
Ladislau Szomoru
4a5645c3df
Git - handle merge conflict refs (#238557) 2025-01-23 13:06:28 +01:00
Sandeep Somavarapu
dcd4531153
Show dialog when installing an extension from a publisher for the first time (#238540)
* #215527 Notify users when installing an extension from a publisher for the first time

* feedback

* polish

* trust publishers post installing

* add verify publisher link

* tweak wording

* tweak wording

* add quotes

* add telelemtry
2025-01-23 11:42:20 +01:00
Benjamin Pasero
05900b320e
notifications - adjust positioning (#238546)
When the center opens, it should show notifications exactly where the toast was
2025-01-23 11:39:20 +01:00
João Moreno
cc14c75c96
fix build again (#238545) 2025-01-23 11:34:30 +01:00
Alex Ross
18d42bb060
Use token store to know what needs to be erefreshed (#238539) 2025-01-23 10:48:39 +01:00
Sandeep Somavarapu
6459fc1f72
do not make request for extensions with invalid ids (#238535) 2025-01-23 10:47:35 +01:00
João Moreno
6cd86f433d
fix flakiness in extension smoke tests (#238537) 2025-01-23 10:23:39 +01:00
João Moreno
ce2c2f3c79
fix build (#238530)
* fix build

* fix build

* one more fix
2025-01-23 09:41:55 +01:00
Benjamin Pasero
26bd8a0f22
Deep link to Copilot Chat fails if ?referrer param is added (fix microsoft/vscode-copilot#12053) (#238528) 2025-01-23 08:20:25 +01:00
Oleg Solomko
2136567579
integrate instructions into the Edits experience (#238486)
* [edits]: integrate instructions into the Edits experience

* [edits]: update preconditions for the chat execute actions

* [edits]: cleanup

* Update src/vs/workbench/contrib/chat/browser/chatWidget.ts

Co-authored-by: Joyce Er <joyce.er@microsoft.com>

* [edits]: refactor instruction attachments to chat variable conversion logic

* [edits]: chat variable entries for instruction references now different for `child` and `root` references

* [edits]: update variable ID to be unique

---------

Co-authored-by: Joyce Er <joyce.er@microsoft.com>
2025-01-22 21:18:46 -08:00
Matt Bierner
48ee9af620
Merge pull request #238521 from mjbvz/remaining-mink
Don't block pastes resolving copy data that we don't care about
2025-01-22 18:16:27 -08:00
Megan Rogge
53c5905823
fix terminal suggest layout issue (#238466)
fix  #238464
2025-01-23 02:16:13 +00:00
Matt Bierner
7b203a15eb Remove logs 2025-01-22 18:01:03 -08:00
Matt Bierner
2de07b04f9
Merge pull request #238518 from mjbvz/managing-anglerfish
Skip image resize for small images
2025-01-22 18:01:01 -08:00
Matt Bierner
459c76c1a7 Don't block pastes resolving copy data that we don't care about 2025-01-22 17:57:50 -08:00
Matt Bierner
fc9c74300b Skip image resize if we don't need to
If the image is under 2048 we can just return the original data
2025-01-22 17:19:36 -08:00
Connor Peet
3390a6280b
tools: fix edit tool not saving new files before running (#238515)
Fixes https://github.com/microsoft/vscode-copilot/issues/12058
2025-01-23 01:36:48 +01:00
Connor Peet
fe4ff630ab
chat: fix confirmation cutting off code part (#238509)
Closes https://github.com/microsoft/vscode-copilot/issues/12031
2025-01-23 00:34:02 +01:00
Aaron Munger
9d62bcde74
fix editable check (#238482)
* fix editable check

* Revert "fix: set _lastFocusedWidget as undefined on widget blur (#234610)"

This reverts commit acc7cf2c73361360267890d99b4818f7cba47131.
2025-01-22 14:24:54 -08:00
Benjamin Pasero
87c13a70bc
fix: update sign-in error message to reflect correct provider name (#238504) 2025-01-22 13:18:14 -08:00
Ladislau Szomoru
42e96916ac
Git - handle local tracking branches (#238503) 2025-01-22 12:51:31 -08:00
Benjamin Pasero
485f68f364
chat setup - force sign-in when picked (#238502) 2025-01-22 21:33:07 +01:00
Joyce Er
90f0ae2be2
fix: expand chat/edits empty selection attachments to the whole line (#238499) 2025-01-22 21:09:13 +01:00
scott
438e5e0af6
fix: remove duplicate !**/*.mk entry in dependenciesSrc (#236683) 2025-01-22 19:56:59 +00:00
Benjamin Pasero
15d619c0a9
Copilot setup: support for ghe.com accounts
fix microsoft/vscode-copilot#11890
fix /issues/238013
2025-01-22 20:42:13 +01:00
Daniel Imms
8d4588fe31
Merge pull request #238487 from microsoft/tyriar/227108_viewport_render_strat
Editor GPU: Add viewport render strategy
2025-01-22 11:33:17 -08:00
Oleg Solomko
45a47c2b0f
[instructions]: remove enable/disable eye button (#238490) 2025-01-22 19:32:15 +00:00
Daniel Imms
1913fc9b8e
Merge branch 'main' into tyriar/227108_viewport_render_strat 2025-01-22 11:19:14 -08:00