Commit Graph

124309 Commits (6b924c51528e663dda5091a1493229a361676aca)

Author SHA1 Message Date
Benjamin Pasero 6b924c5152
ESM merge to main (#227184)
Co-authored-by: Johannes Rieken <jrieken@microsoft.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2024-08-30 10:31:46 +02:00
Don Jayamanne 11ad426fe2
nb diff editor, use textbuffer hash for perf (#227173) 2024-08-30 04:46:11 +02:00
Don Jayamanne cfd4de10ab
Ensure to check if editor is undefined in nb diff view (#227174) 2024-08-29 19:34:12 -07:00
Rob Lourens 231deb14cd
Fix inline chat widget collapsing when removing attachments (#227167)
Fix microsoft/vscode-copilot#7661
2024-08-30 00:20:47 +02:00
Connor Peet 777c2ac861
testing: fix vertical centering of component in the call stack view (#227155)
![](https://memes.peet.io/img/24-08-4e5018a2-76fe-424b-afbe-a107f119d811.png)
2024-08-29 23:31:12 +02:00
Don Jayamanne a6730be3d8
Revert fixes for nb diff identification due to possible impact on perf (#227144)
Revert fixes for 227143 due to possible impact on perf
2024-08-29 14:16:21 -07:00
Don Jayamanne e674b3a0b5
nb diff perf improvements by comparing hash values (#227145)
* nb diff perf improvements by comparing hash values

* More efficient
2024-08-29 22:28:13 +02:00
Benjamin Pasero f6d9f0edf5
title - more style fixes for proper positioning (#227139) 2024-08-29 21:22:47 +02:00
Justin Chen beefaee1b6
fix lightbulb render location (#227138)
more lightbulb bugfixes
2024-08-29 21:02:23 +02:00
Daniel Imms f858b3223d
Merge pull request #227134 from microsoft/tyriar/227132
Fix shell integration ps1 script for pwsh 5
2024-08-29 11:21:50 -07:00
Daniel Imms 35232a70bc
Fix shell integration ps1 script for pwsh 5
Fixes #227132
2024-08-29 11:06:38 -07:00
Rob Lourens 5b066ec2e3
Fix chat welcome view showing up (#227096)
Fix microsoft/vscode-copilot-release#1507
2024-08-29 18:41:27 +02:00
Benjamin Pasero dfb96d11d3
wco - hardcode devtools location on Linux (#227084) 2024-08-29 17:08:03 +02:00
Johannes Rieken 79c48eaf5f
emit height change event when discard/accept edits (#227079)
fixes https://github.com/microsoft/vscode-copilot/issues/6938
2024-08-29 16:16:26 +02:00
Benjamin Pasero be0639a60e
title - make sure toolbar is not consuming space without actions (#227078)
In #226804, we noticed that there was reserved space to the left of the window controls that disallowed to drag the window. This is because the toolbar has configured `-webkit-app-region: no-drag`. Without actions appearing, we would have a `28px` area where you could not drag the window.
2024-08-29 15:49:52 +02:00
Benjamin Pasero ab9f00c922
linux - compute WCO width based on actual values (#227075) 2024-08-29 15:42:23 +02:00
Daniel Imms 4711122b92
Merge pull request #226929 from akinomyoga/patch-1
Fix Bash integration clobbering `$?` for PROMPT_COMMAND
2024-08-29 06:38:59 -07:00
Benjamin Pasero 59bcfc06ba
linux - enable WCO by default if custom title is used (#227065) 2024-08-29 15:17:23 +02:00
Isidor Nikolic 2bb6ebbfb1
Merge pull request #227040 from microsoft/isidorn/unlikely-swan
update distro pointer
2024-08-29 15:04:31 +02:00
Johannes Rieken 4443613b98
release stashed session on blur (#227071)
* only show secondary toolbar on hover or when container contains focus

fixes https://github.com/microsoft/vscode/issues/226997

* release stashed session on blur

fixes https://github.com/microsoft/vscode-copilot/issues/7802
2024-08-29 14:59:12 +02:00
Daniel Imms c2bd93fd92
Merge pull request #227069 from microsoft/tyriar/222237_2
Add missing escape
2024-08-29 05:56:12 -07:00
Daniel Imms 3ff7361bbe
Add missing escape
Fixes #222237
2024-08-29 05:40:00 -07:00
Isidor Nikolic 528f5b8fe0
Merge branch 'main' into isidorn/unlikely-swan 2024-08-29 14:34:57 +02:00
Johannes Rieken abf9cb91c6
don't move inline chat into target editor if there is already an active session (#227062)
fixes https://github.com/microsoft/vscode/issues/227052
2024-08-29 12:31:48 +02:00
Johannes Rieken 724ebf4d61
Joh/friendly-hedgehog (#227056)
* Revert "disable code lense for the output editor (#226971)"

This reverts commit dea4412243.

* ignore `output` scheme when logging code lens request
2024-08-29 12:27:41 +02:00
Johannes Rieken cf26b311e6
stop scrolling/revealing inline chat if "scrolling up" happened (#227055)
fixes https://github.com/microsoft/vscode-copilot/issues/7550
2024-08-29 12:27:22 +02:00
Johannes Rieken 65ce95d652
fix https://github.com/microsoft/vscode/issues/227045 (#227048) 2024-08-29 10:54:44 +02:00
isidorn fb56d0bf37 update distro pointer 2024-08-29 09:22:44 +02:00
dependabot[bot] c955716673
Bump micromatch from 4.0.5 to 4.0.8 in /remote (#227016)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-29 09:17:57 +02:00
Kevin 1cc150cf08
Fix typo in extensionEnablementService.ts (#224145)
Fixing typo manger -> manager

Co-authored-by: Sandeep Somavarapu <sasomava@microsoft.com>
2024-08-29 08:42:24 +02:00
Andrea Mah 832bf49ac0
Merge pull request #227036 from microsoft/andreamah/issue227035
using `RelativePattern` exclude and pattern causes an error
2024-08-28 22:32:26 -07:00
andreamah 22c7f8f3be
using `RelativePattern` exclude and pattern causes an error
Fixes #227035
2024-08-28 22:17:03 -07:00
Rob Lourens ae45c9d4b0
Add welcome view with warning for chat extension with invalid API version (#227020)
* Add welcome view with warning for chat extension with invalid API version
Fix #218646

* undo

* Remove unused interface
2024-08-28 21:21:48 -07:00
Joyce Er 80ef8fe939
fix: freeze chat history before doing intent detection (#227028)
* fix: freeze chat history before doing intent detection

* fix: restore title provider dependence on chat request already being added
2024-08-29 04:24:31 +02:00
Rob Lourens 4ab6e5d7c3
Properly normalize very old chat session data (#227030)
Fix microsoft/vscode-copilot#7729
2024-08-29 04:15:04 +02:00
Rob Lourens 8cd1d86cb7
Fix slash comands in /help that don't have sample queries (#227027)
Fix microsoft/vscode-copilot#7742
2024-08-28 21:51:38 -04:00
Andrea Mah 40a85d83f0
Merge pull request #227025 from microsoft/andreamah/issue227001
Old FileSearchProvider session not properly cancelled
2024-08-28 18:11:26 -07:00
andreamah 0e62f015f7
Old FileSearchProvider session not properly cancelled
and should be object type
2024-08-28 17:26:57 -07:00
Justin Chen c293d5af42
fix lightbulb jumping in the gutter (but like not the trash) (#227022)
* fix for flickering lightbulb

* second fix

* remove console log
2024-08-29 01:15:56 +02:00
Justin Chen 59b2709194
adjustments to code action styling (#226999)
* adjustments to code action styling

* add margin top
2024-08-28 15:40:21 -07:00
Sandeep Somavarapu 015878c11c
fix #226725 (#227019) 2024-08-29 00:29:36 +02:00
Andrea Mah b3cbbb453d
Merge pull request #227014 from microsoft/andreamah/issue226714
Exclude not applied
2024-08-28 15:03:35 -07:00
Andrea Mah 4c388245ec
Merge pull request #227013 from microsoft/andreamah/issue226916
Using cancellation with findTextInFilesNew
2024-08-28 14:50:25 -07:00
Matt Bierner 12d9ce1b02
Merge pull request #227011 from mjbvz/productive-bird
Fix organize imports setting
2024-08-28 14:42:38 -07:00
andreamah 45b0afbff9
Exclude not applied
Fixes #226714
2024-08-28 14:30:53 -07:00
andreamah 3e1258a957
Using cancellation with findTextInFilesNew
Fixes #226916
2024-08-28 14:17:07 -07:00
Matt Bierner 3e0761cc9f Fix setting 2024-08-28 14:11:30 -07:00
Matt Bierner 913b9b9a2c Tweak organize imports setting descriptions
For #225814

- Removes link to presets which haven't yet been finalized
- Adds periods at end of descriptions
2024-08-28 13:48:57 -07:00
Joyce Er 0e542f326f
fix: populate chat command disambiguation (#227008) 2024-08-28 22:42:40 +02:00
Alex Ross 478d1bf154
Sorting should have the default state checked (#227007)
and improve label for sort-by-position-in-file
Fixes #226764
Fixes #226723
2024-08-28 22:33:25 +02:00