Commit Graph

130397 Commits

Author SHA1 Message Date
Benjamin Pasero
ba563bda3c chat - tweak completions setting from status (#242189) 2025-02-27 16:45:40 +01:00
Martin Aeschlimann
8e99f3d437 rename chatEdits.minimapColor to minimap.chatEditHighlight (#242194) 2025-02-27 16:40:25 +01:00
João Moreno
25c371614f disable untrackedChangesEnableTrash in linux snap (#242188)
* disable untrackedChangesEnableTrash in linux snap

related to #241476
cc @lszomoru

* missing isLinuxSnap check
2025-02-27 16:36:12 +01:00
Benjamin Christopher Simmonds
d88e573b5b fuzzy matching folder names (#242190)
https://github.com/microsoft/vscode-copilot/issues/13497
2025-02-27 16:05:53 +01:00
João Moreno
6a06fb719e rename untrackedChangesEnableTrash to discardUntrackedChangesToTrash (#242186) 2025-02-27 15:42:12 +01:00
Benjamin Pasero
bd4ab867f9 status - partially restore locations (#242180) 2025-02-27 12:45:04 +01:00
Alex Ross
153a3faa70 Comments panel: Line numbers too far to the right (#242175)
Fixes #239221
2025-02-27 12:06:02 +01:00
Benjamin Christopher Simmonds
def9aff546 Edits and Chat drag and drop should align again (#242171)
fixes https://github.com/microsoft/vscode-copilot/issues/13496
2025-02-27 11:50:11 +01:00
Henning Dieterichs
a03cb7c476 Adjusts inline edit <-> inline completion preference (#242169) 2025-02-27 11:45:54 +01:00
Benjamin Pasero
c202fb0bcf ux - tweak status locations including copilot to be more aligned with our UX standards (#242154) 2025-02-27 10:14:21 +01:00
Benjamin Pasero
fb28dca732 💄 (#242152) 2025-02-27 09:26:37 +01:00
Caleb Brose
e319464a25 Update chat's newEditSession command to take an input prompt (#241796)
* Update chat's newEditSession command to take an input prompt

* Use acceptInput instead

* PR feedback - making a type and supporting partial queries
2025-02-27 07:49:32 +00:00
Osvaldo Ortega
9f415924da Merge pull request #242141 from microsoft/osortega/fix-deleting-ai-folder
Fix for deleting a whole AI search folder
2025-02-26 18:51:30 -08:00
Rob Lourens
cfe8020e4e Add ChatErrorLevel to ChatErrorDetails (#242139)
We need this so that the error when the rate limit is exceeded can show as 'info' without having to set `responseIsFiltered`
2025-02-27 03:48:19 +01:00
Osvaldo Ortega
737dc61e74 Fix for deleting a whole AI search folder 2025-02-26 18:27:22 -08:00
Matt Bierner
3fdefcd95f Merge pull request #242133 from mjbvz/coastal-porcupine
Small alignment of prompt attachment button
2025-02-26 17:08:41 -08:00
Matt Bierner
fdca123291 Small alignment of prompt attachment button
For #13572

Use consistent icon and don't add border
2025-02-26 16:44:37 -08:00
Connor Peet
39bf4cf0b0 chat: add #problems reference to core (#242127)
- Users can reference #problems in core now
- It will ask the user to pick a file, or all files, when there's >1
  file with errors. ([demo](https://memes.peet.io/img/25-02-8fbc8580-5f13-4714-b9d3-231edb53bdf7.mp4))
- Tweaked the icon to match the error icon in the markers view
2025-02-27 01:09:54 +01:00
Justin Chen
7d3d01ef35 fix ellipses (#242126)
FIX DA ELLIPSES
2025-02-27 01:05:08 +01:00
Justin Chen
5a676dc28d temporarily disable web image drag and drop (#242113) 2025-02-26 23:44:08 +00:00
Matt Bierner
ef3a39fffd Merge pull request #240011 from gabritto/reverthover
Revert "[typescript-language-features] Expandable hover (#228255)"
2025-02-26 14:39:54 -08:00
Matt Bierner
e38edc4e3b Merge pull request #241508 from mjbvz/regulatory-haddock
Remove no longer needed logging
2025-02-26 14:36:56 -08:00
Matt Bierner
c071cfb288 Merge branch 'main' into reverthover 2025-02-26 14:16:06 -08:00
Matt Bierner
ee5f9882a7 Fix args 2025-02-26 14:12:40 -08:00
Matt Bierner
8874a60376 Merge pull request #241742 from mjbvz/upper-walrus
Always try sending along project root paths
2025-02-26 14:12:12 -08:00
Matt Bierner
cddfc78ed3 Merge pull request #241748 from mjbvz/quickest-termite
User clearer name for function
2025-02-26 14:10:22 -08:00
Daniel Imms
8b0f80c492 Merge pull request #242117 from microsoft/tyriar/241702_2
Remove cwd fallback, ensuring we don't suggest non-existent folders
2025-02-26 13:37:11 -08:00
Joyce Er
1ea44634bf fix: focus input editor when attachment zone is clicked (#242105) 2025-02-26 22:34:22 +01:00
Joyce Er
4060deb2df fix: update implicit context widget for new chat widgets (#242102) 2025-02-26 22:33:56 +01:00
Osvaldo Ortega
ffae9bfc36 Merge pull request #242114 from microsoft/osortega/fix-expanding-ai-search-tree
Fix for automatically expanding AI search tree
2025-02-26 13:11:18 -08:00
Daniel Imms
c25c5e8612 Remove cwd fallback, ensuring we don't suggest non-existent folders
Fixes #241702
2025-02-26 13:09:49 -08:00
Daniel Imms
8a2e9d71f6 Merge pull request #242115 from microsoft/tyriar/241825
Make option item kind check stricter
2025-02-26 13:02:37 -08:00
Megan Rogge
943f45aefe update title on screen reader mode change (#242087) 2025-02-26 14:56:17 -06:00
Daniel Imms
5090a351b1 Make option item kind check stricter
Fixes #241825
2025-02-26 12:38:20 -08:00
Benjamin Pasero
c75ab9d934 chat - status tweaks (#242110) 2025-02-26 13:31:46 -07:00
Aaron Munger
7e5536de62 update layout to ensure the cell renders correctly (#242111)
* update layout to ensure the cell renders correctly

* use the appropriate cancellation token

---------

Co-authored-by: amunger <>
2025-02-26 12:18:28 -08:00
Osvaldo Ortega
44bc117127 Revert line deletion 2025-02-26 12:11:27 -08:00
Osvaldo Ortega
e383a4a08d Fix for automatically expanding AI search tree 2025-02-26 11:52:34 -08:00
Benjamin Pasero
10434e3f45 chat - hide old GH status (#242108) 2025-02-26 20:19:01 +01:00
Michael Lively
8c4d8ba721 Fix icon coloring changing wrt nb editor focus (#242107)
* fix unfocused nb icon coloring

* fix icon coloring
2025-02-26 20:17:04 +01:00
Rob Lourens
ffa4a758e6 Move agent mode enablement for models to extension (#242104) 2025-02-26 20:11:16 +01:00
Benjamin Pasero
5b1e54e663 hover - fix beak regression (#242094)
* hover - fix beak regression

* Don't apply lock 2px width when hover is focused

---------

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2025-02-26 10:51:01 -08:00
Don Jayamanne
55112f992c Support diffing notebook snapshots (#242042) 2025-02-26 10:48:16 -08:00
Connor Peet
0f49f0e649 npm: fix run button in scripts tree not updating when npm.scriptRunner is changed (#242098) 2025-02-26 19:22:30 +01:00
Benjamin Christopher Simmonds
33c09e47c3 Bring back icons for symbols in chat suggest widget (#242095)
* Bring back icons for symbols in chat suggest widget

* 💄
2025-02-26 18:15:07 +01:00
Raymond Zhao
94c20704c8 Revert cleanup (#242080) 2025-02-26 17:35:57 +01:00
João Moreno
c72dd1ef9f rename telemetry prop (#242090) 2025-02-26 17:26:19 +01:00
Johannes Rieken
bb70a72158 don't handle codeblockUri-parts as signal for edits (#242038)
https://github.com/microsoft/vscode-copilot-release/issues/5629
2025-02-26 08:12:01 -08:00
Benjamin Pasero
e97b871e89 chat - setup settings listen to changes (#242088) 2025-02-26 17:06:35 +01:00
Cassidy Williams
d7ca4447b0 Fix #241903: Add override for GitHub in settingsLayout.ts (#241911)
Add override for GitHub in settingsLayout.ts
2025-02-26 16:03:19 +00:00