Commit Graph

135573 Commits

Author SHA1 Message Date
Robo 8c19263c57
(reland) chore: update to Electron 37 (#256905)
* chore: update to Electron 37 (#256287)

* chore: update electron@36.5.0

* chore: update node.js builds

* chore: update electron@37.0.0

* chore: update rpm deps

* chore: bump electron@37.2.0

* chore: bump nodejs@22.17.0

* temp: update distro

* chore: bump .nvmrc

* chore: bump distro

* chore: bump electron@37.2.3

* chore: bump distro

* chore: update electron build
2025-07-21 12:37:44 +02:00
Sandeep Somavarapu 040ac30020
#255797 prepare for auto refetching (#257055) 2025-07-21 19:26:25 +09:00
Robo b37c013d08
ci: remove install build dependencies step on linux (#257050) 2025-07-21 09:38:54 +00:00
Simon Siefke c3d67c3e49
fix: set edit context to undefined in dispose (#256965) 2025-07-21 09:24:57 +00:00
Robo 2305e3bbcd
ci: fix linux node_modules publish pipeline (#256781)
* ci: fix linux node_modules publish pipeline

* fix: build
2025-07-21 18:09:57 +09:00
Sandeep Somavarapu 5f1da36ac3
fix #257034 (#257035) 2025-07-21 10:36:49 +02:00
Aiday Marlen Kyzy b750bb09a5
Referring to the correct new setting name (#257030)
referring to the correct new setting name
2025-07-21 08:08:30 +00:00
Henning Dieterichs bd213a7b4e
implements ai stats (#256843)
* implements ai stats
2025-07-21 15:52:53 +09:00
Martin Aeschlimann ec0f0be4a7
Improve save prompt (#256960)
* improve save prompt

* update
2025-07-20 14:06:32 -07:00
Justin Chen f7152e2ee2
button to 'restore to last checkpoint (#256896)
* add restore last checkpoint' button

* change wording

* use find
2025-07-19 23:48:07 -07:00
Osvaldo Ortega 0958948eb9
Merge pull request #256878 from microsoft/osortega/chat-session-contribution-fixes
Couple of fixes for the chat session contribution
2025-07-19 18:38:59 -07:00
Justin Chen a753922cba
better aria label for list (#256892)
bette aria label
2025-07-19 17:26:00 -07:00
Connor Peet cbeae1b582
chore: cleanup usage of AsyncIterableObject (#256868)
refs #256854
2025-07-19 15:18:44 -07:00
Osvaldo Ortega cb048a7561
Couple of fixes for the chat session contribution 2025-07-19 13:33:39 -07:00
Daniel Imms c41721940b
Merge pull request #256793 from microsoft/tyriar/256280_commandlines__explain
Explain why a command/command line was auto approved or not
2025-07-19 07:53:31 -07:00
Daniel Imms 7176efab5c
Add tests for reasons 2025-07-19 07:09:10 -07:00
Daniel Imms e01944bb78
Add reasons to Terminal log 2025-07-19 06:58:09 -07:00
Daniel Imms 0e210df52c
Merge branch 'main' into tyriar/256280_commandlines__explain 2025-07-19 06:53:53 -07:00
Daniel Imms 6b5ea9847c
Merge pull request #256790 from microsoft/Tyriar-patch-1
Remove debug log in addFileAndFolderEntries
2025-07-19 06:45:30 -07:00
Bhavya U 8a42946cc6
Hide dropdown and chat attachments in experimental welcome view (#256805) 2025-07-19 02:00:24 +00:00
Matt Bierner e0750d2b60
Merge pull request #256802 from mjbvz/positive-crawdad
Add internal API for getting a webview's content size
2025-07-18 18:47:43 -07:00
Daniel Imms 549a3300d3
Merge pull request #256788 from microsoft/tyriar/256280_commandlines
Support matching against full command lines
2025-07-18 18:43:45 -07:00
Matt Bierner 77590be0f0 Add internal API for getting a webview's content size
Needed for #255000. This will allow us to adjust the size of rendered outputs to better fit the content
2025-07-18 16:26:50 -07:00
Justin Chen c663812d5b
fix native-edit-context rendering issue (#256799) 2025-07-18 23:23:19 +00:00
Daniel Imms 75124dadae
Show original config text in reason 2025-07-18 15:24:59 -07:00
Daniel Imms d0a3f4c3ea
Improve messages 2025-07-18 15:17:43 -07:00
Daniel Imms d5570b70bf
Explain auto approve
Part of #256780
2025-07-18 15:11:39 -07:00
Daniel Imms 9a0c9e760f
Remove debug log in addFileAndFolderEntries
Remove console log from makeCompletionItem function
2025-07-18 15:01:23 -07:00
Daniel Imms 6747d36969
Clarify order of precedence 2025-07-18 14:43:41 -07:00
Daniel Imms b43d8ab5d3
Support matching against full command lines
Fixes #256280
2025-07-18 14:41:08 -07:00
Osvaldo Ortega 2374033750
Merge pull request #256778 from microsoft/osortega/bring-back-contribution
Reverting a deleted extension point
2025-07-18 14:29:33 -07:00
Justin Chen cd40c00d9a
fix some implicit context ui (#256759)
* fix some implicit context ui

* remove button title
2025-07-18 13:53:22 -07:00
Daniel Imms ae3ade722d
Merge pull request #256772 from microsoft/tyriar/always_enable
Always enable core terminal tools
2025-07-18 13:34:59 -07:00
Matt Bierner 07eee2b24a
Merge pull request #256773 from mjbvz/repulsive-ape
More clean up for markdown renderer interfaces
2025-07-18 13:34:14 -07:00
Osvaldo Ortega f731e440b6
Duplicated code 2025-07-18 13:22:01 -07:00
Osvaldo Ortega 254474f167
Reverting a deleted extension point 2025-07-18 13:21:13 -07:00
Matt Bierner 10b0fa7b96 Try another fix 2025-07-18 13:20:46 -07:00
Copilot b85658c9e6
Make chat welcome view suggested prompts keyboard accessible (#256749)
* Make chat welcome view suggested prompts keyboard accessible

Co-authored-by: bhavyaus <25044782+bhavyaus@users.noreply.github.com>

* Enhance keyboard accessibility for suggested prompts in chat welcome view

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bhavyaus <25044782+bhavyaus@users.noreply.github.com>
Co-authored-by: bhavyaus <bhavyau@microsoft.com>
2025-07-18 20:17:45 +00:00
Daniel Imms 244448e2ab
Merge pull request #256711 from microsoft/copilot/fix-256710
Handle cd /d on Windows in command rewriting
2025-07-18 13:14:35 -07:00
Osvaldo Ortega ce13309824
Merge pull request #234368 from sahin52/sahin52/Quick-search-does-not-retain-search-term
fix: Quick search does not retain search term
2025-07-18 13:11:09 -07:00
Matt Bierner 621e00ff99 More explicit typing for monaco 2025-07-18 13:06:13 -07:00
Daniel Imms b482c0e99d
Merge pull request #256770 from microsoft/tyriar/copilot_tab
Set run in terminal icon to chat and remove Copilot name
2025-07-18 12:54:46 -07:00
Matt Bierner 47e0c723d0 More clean up for markdown renderer interfaces
- Restrict which marked options can be passed in
- Use more clear names
- Move `remoteImage` check into sanitizer instead
- Align `allowedLinkSchemes` with dom sanitize
2025-07-18 12:54:34 -07:00
Ladislau Szomoru e7be6e9cff
SCM - add proposed API to specify source control provider icons (#256762) 2025-07-18 12:54:18 -07:00
Daniel Imms cb0af4fa21
Always enable core terminal tools
Part of #252650

See microsoft/vscode-copilot-chat#308
2025-07-18 12:50:29 -07:00
Daniel Imms c952adbfbe
Set run in terminal icon to chat and remove Copilot name
Fixes #256768
Fixes #256765
2025-07-18 12:35:48 -07:00
Robo df5b80fc08
fix: check for appx package before (un)install (#256766) 2025-07-18 19:21:01 +00:00
Daniel Imms e371d09ca1
Merge pull request #256754 from microsoft/tyriar/autoapprove_merge__regex_flags
Support regex flags and case insensitive remove-item in defaults
2025-07-18 11:37:04 -07:00
Bhavya U f8d624f745
Add ChatTransferService to InlineChatController test suite (#256752) 2025-07-18 18:29:12 +00:00
Daniel Imms 315a8d1bd8
Merge branch 'main' into tyriar/autoapprove_merge__regex_flags 2025-07-18 11:21:03 -07:00