Commit graph

120274 commits

Author SHA1 Message Date
Benjamin Pasero c89a2429d9
Command palette should return the "File: Compare New Untitled Text Files" command when I search for "diff" (fix #208897) (#208970) 2024-03-28 08:55:36 +01:00
Henning Dieterichs dc29cb5afd Fixes #208152 2024-03-28 07:56:25 +01:00
Benjamin Pasero 1cb05f8093
debt - drop state cleanup now (#208972) 2024-03-28 15:39:56 +09:00
Benjamin Pasero f0b4597c2c
Views render welcome when window reloads/quits (fix #208878) (#208910) 2024-03-28 15:39:26 +09:00
Robo 8e386a6a96
chore: bump version and milestone for 1.89.0 (#208962) 2024-03-28 01:32:05 +01:00
Chapman Pendery a06bbd27d8
Merge branch 'main' into feat/git-bash-shell-integration 2024-03-27 16:12:24 -07:00
Rob Lourens 7caf8b6cfe
Fix duplicate chat participant issues (#208954)
The suggest item command can be run after the editor text is inserted, so make sure that the correct `lastSelectedAgent` is always used.
2024-03-27 16:04:01 -07:00
Peng Lyu cac2dcf41e
Fix #208475. (#208957) 2024-03-27 23:56:02 +01:00
Chapman Pendery 65b66a077b feat: add git-bash support to shell integration
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-03-27 15:44:15 -07:00
Rob Lourens d948d379b2
Fix codeblock streaming (#208952)
* Suggestion for microsoft/vscode-copilot-release#983

* Update codeblock when response is done, in case it wasn't rendered

* Clean up
2024-03-27 14:23:22 -07:00
Tyler James Leonhardt b065dc2b60
Reveal first child, not separator (#208953)
Fixes https://github.com/microsoft/vscode/issues/208696
2024-03-27 22:08:23 +01:00
dependabot[bot] 9e0b3f311a
Bump es5-ext from 0.10.53 to 0.10.63 (#206313)
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.53...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 13:32:09 -07:00
Logan Ramos d7103b2e18
Block restore on interactive window (#208946) 2024-03-27 20:41:32 +01:00
Matt Bierner a83b5818f3
Pick up TS 5.4.3 (#208940)
Minor update with a few fixes
2024-03-27 19:30:37 +01:00
Martin Aeschlimann 37015387c0
Changing default for ShowLightbulbIconMode to On (#208938) 2024-03-27 11:11:25 -07:00
David Dossett 2da301bd15
Merge pull request #208934 from microsoft/ddossett/new-sole
Revert list focus highlight color change
2024-03-27 10:49:04 -07:00
Daniel Imms 90970f8c4a
Don't pass store to Event.filter
Fixes #208892
2024-03-27 10:38:28 -07:00
David Dossett c3a37a438d
Revert list focus highlight color change 2024-03-27 10:33:20 -07:00
Aiday Marlen Kyzy ce95d55d9e
Exchange URIs for delete refactoring (#208926)
exchaging the uris for the delete operation
2024-03-27 18:08:59 +01:00
Aiday Marlen Kyzy d469911cbb
Comparing the paths of the URI (#208777)
* comparing the paths

* revealing resources for a given original and modified uri pair

* changing comments
2024-03-27 17:48:43 +01:00
Aaron Munger 0b448a58a7
bump distro commit (#208921) 2024-03-27 17:38:25 +01:00
Aaron Munger 8cfe998a17
check undefined, trackpad can send deltaYs of 0 (#208920) 2024-03-27 17:33:27 +01:00
Johannes Rieken 9757f7c73a
Make "Toggle Changes" more prominent and re-run less (#208917)
- add regenerage and regenerate w/o intent detection to response title menu
- have toggle changes command with accept and discard
- add context key for chat widget location
2024-03-27 17:30:18 +01:00
Connor Peet da9a5c450b
chore: bump distro (#208918)
For https://github.com/microsoft/vscode-distro/pull/903
2024-03-27 17:00:39 +01:00
Johannes Rieken e44fee751c
tweak working, use "Made changes" instead of "text edits" (#208909)
https://github.com/microsoft/vscode/issues/208576
2024-03-27 15:43:25 +01:00
Johannes Rieken b37d8bc51f
show inline chat content widget below the selection (#208907)
* let close cancel/discard a vanilla inline chat session

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

* show inline chat content widget below the selection

https://github.com/microsoft/vscode/issues/208597
2024-03-27 15:26:11 +01:00
Daniel Imms 32690e164d
Merge pull request #208523 from cpendery/fix/suggestions-with-no-keybindings
fix: don't show terminal suggestions when keybindings are sent through to shell
2024-03-27 06:06:17 -07:00
Johannes Rieken dda7e5ead2
inline - fix toggle state of Show Changes (#208899) 2024-03-27 12:45:58 +01:00
Johannes Rieken 631514ae58
don't use ICodeEditor#getOffsetForColumn for lines that aren't rendered (#208896)
fixes https://github.com/microsoft/vscode-copilot/issues/4828
2024-03-27 12:33:56 +01:00
Benjamin Christopher Simmonds 2fbd5e0656
Fixes #208599 and fixes #208538 (#208893) 2024-03-27 12:18:31 +01:00
Johannes Rieken 6363ecfa73
Fix inline chat content widget dimensions (#208890)
* tweak min/max width on inline chat content widget

fixes https://github.com/microsoft/vscode/issues/208882
fixes https://github.com/microsoft/vscode/issues/208879

* use a fixed width, cap overall height
2024-03-27 11:54:42 +01:00
Benjamin Christopher Simmonds 7ae09768ca
Fix LanguageStatusItem.Command.tooltip regression (#208888)
fixes #208265
2024-03-27 11:37:31 +01:00
Benjamin Christopher Simmonds 44c9f407c3
Fix scrolling misalignment issue with find box (#208885)
fix #208538
2024-03-27 11:17:08 +01:00
Benjamin Pasero 3a3c5c4b1c
voice - fix hold mode in presence of lazy activation (#208884) 2024-03-27 11:15:11 +01:00
Johannes Rieken 298c42a605
add content height change event for chat widget so that inline chat can relayout accordingly (#208883)
fixes https://github.com/microsoft/vscode/issues/208418
2024-03-27 19:10:19 +09:00
Henning Dieterichs dd0f3a32fd More ensureNoDisposablesAreLeakedInTestSuite(); 2024-03-27 10:46:42 +01:00
Henning Dieterichs bf01138b14 Adresses #200091 2024-03-27 10:46:42 +01:00
Robo 6f287b276e
chore: bump electron@28.2.8 (#208868)
* chore: bump electron@28.2.8

* chore: bump distro
2024-03-27 08:47:13 +01:00
Benjamin Pasero 865cc596c7
Webview.postMessage hangs when dragging a webview into its own window (fix #208263) (#208832) 2024-03-27 15:52:19 +09:00
Bhavya U 246d700c46
Fix Welcome page layout (#208857) 2024-03-26 19:59:32 -07:00
Tyler James Leonhardt 3ff48780d3
Only fire one event when selectedItems is set (#208853)
Fixes https://github.com/microsoft/vscode/issues/208605
2024-03-26 19:59:11 -07:00
Rob Lourens 34e0d29439
Fix offtopic message in terminal chat (#208848)
Fix #207368
2024-03-26 16:41:52 -07:00
Justin Chen d12d64d228
adds capitalization to match rename widget (#208839)
* adds capitalization to match rename widget

* forgot to add an 'a'
2024-03-26 16:19:56 -07:00
Rob Lourens 197fdee974
Style fixes (#208846)
* Fix inline chat slash command background color
Fix #208708

* Fix x button background color
2024-03-27 00:18:36 +01:00
Rob Lourens 6bf0f76775
Variable reference fixes (#208841)
Remove variable reference hover additions
Because the resource label does this by default and it's fine
And fix navigating to range on variable reference with a Location
2024-03-26 15:54:18 -07:00
Rob Lourens f368107e70
Fix extra space in welcome message (#208842) 2024-03-26 15:52:59 -07:00
David Dossett f88822cd06
Merge pull request #208835 from microsoft/ddossett/comparative-roadrunner
Fix listFocusHighlightForeground
2024-03-26 15:13:31 -07:00
Johannes Rieken f541620354
inline chat layout fixes (#208833)
* move padding into status element so that empty status doesn't report height

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

* inline chat layout fixes

- allow to define default element height which fixes unexpected large inline chat on first render,
- properly set editor overflow widget
2024-03-26 15:01:53 -07:00
David Dossett f68761a068
Fix unneeded import 2024-03-26 14:58:29 -07:00
Megan Rogge 59a81503c7
Merge pull request #208824 from microsoft/merogge/cop-key
get insert at cursor keybinding to work over erroneous ext contributed command
2024-03-26 14:42:28 -07:00