meganrogge
ae6a7b4243
start work on #132344
2023-11-27 13:25:44 -06:00
Megan Rogge and GitHub
a858c60ee3
Merge pull request #199202 from microsoft/merogge/revert-hover
...
Revert "Merge pull request #197965 from r3m0t/selfish-crawdad"
2023-11-27 13:15:22 -06:00
Benjamin Pasero and GitHub
f07a79042a
aux window - fix broken ESLint validation pattern ( #199204 )
2023-11-27 19:55:29 +01:00
meganrogge
64c5d416ce
Revert "Merge pull request #197965 from r3m0t/selfish-crawdad"
...
This reverts commit a55ca03d69 , reversing
changes made to c6eb717f75 .
2023-11-27 12:21:58 -06:00
Rob Lourens and GitHub
bc8742568c
Make agents show up in main chat / menu ( #199192 )
2023-11-27 19:19:37 +01:00
Sandeep Somavarapu and GitHub
917cee4e69
fix listening to storage change ( #199193 )
2023-11-27 10:16:35 -08:00
Simon Siefke and GitHub
abca25613a
fix: memory leak in simple find widget ( #198978 )
...
* fix: memory leak in extension list and simple find widget
* remove unused code
2023-11-27 18:11:43 +00:00
Connor Peet and GitHub
5d33960a32
explorer: integrate test coverage bars ( #198891 )
...
* explorer: integrate test coverage bars
This adds coverage bars in the explorer view. These are only shown when
test coverage is open, and I took some care to avoid any performance
hit when it's not. The idle case involves no DOM manipulation and just
an observable listener on the test result service.
In the explorer, coverage is shown in its 'compact' view which will only
render a single bar representing the user's chosen overall test coverage
calculation (defaults to a weighted sum of all types of coverage
available).
Works with rename, decorations, and ellipses overflow. Screenshot:
For #123713
* rework explorer coverage bars to a contribution model
2023-11-27 13:01:51 -05:00
Raymond Zhao and GitHub
72ec1cd3da
fix: don't re-recommend disabled extension ( #198816 )
2023-11-27 09:32:58 -08:00
Megan Rogge and GitHub
a55ca03d69
Merge pull request #197965 from r3m0t/selfish-crawdad
...
[Acc] Keyboard accessible tooltips- Fixes #132344
2023-11-27 11:23:12 -06:00
Megan Rogge and GitHub
c6eb717f75
Merge pull request #199183 from microsoft/merogge/ext-contributed
...
allow user defined profile to override extension one, remove unused function
2023-11-27 11:11:57 -06:00
Sandeep Somavarapu and GitHub
cda7ef0386
change to application scope ( #199186 )
2023-11-27 18:11:22 +01:00
Sandeep Somavarapu and GitHub
6544120768
reset selected auto update extensions ( #199184 )
2023-11-27 18:01:05 +01:00
meganrogge
16801987fd
Update terminalProfile.overrideName description
2023-11-27 10:47:12 -06:00
Robo and GitHub
83ba577c3f
chore: bump electron@25.9.6 ( #199179 )
2023-11-27 17:45:25 +01:00
meganrogge
510c65eb27
fix #185980
2023-11-27 10:40:33 -06:00
Sandeep Somavarapu and GitHub
e641fcc0ba
add telemetry ( #199176 )
2023-11-27 17:14:08 +01:00
Johannes Rieken and GitHub
5acd8bb42f
expose model name on ChatAccess API ( #199173 )
...
expose model name of ChatAccess API
2023-11-27 16:46:09 +01:00
Johannes Rieken and GitHub
2c13662a9e
fix https://github.com/microsoft/vscode-copilot/issues/2775 ( #199166 )
2023-11-27 15:32:07 +01:00
Martin Aeschlimann and GitHub
84d1e11bb6
inline chat: bring back message cropping ( #199040 )
...
* bring back cropped mesages
* fix
2023-11-27 15:27:55 +01:00
Johannes Rieken and GitHub
25632434b0
add missing dispose call ( #199164 )
2023-11-27 15:27:30 +01:00
Sandeep Somavarapu and GitHub
0e16324eff
feedback on auto update by extension ( #199163 )
2023-11-27 14:40:00 +01:00
Ladislau Szomoru and GitHub
b798fd8036
Engineering - update distro ( #199152 )
2023-11-27 12:53:16 +01:00
Johannes Rieken and GitHub
e6b2fd82c1
use better file create mode for lightweight mode, fix issue with hidden/visible extra button bar ( #199151 )
2023-11-27 12:39:18 +01:00
Henning Dieterichs and GitHub
b5f1966e92
Merge pull request #199007 from microsoft/hediet/b/like-wolverine
...
Adopt config.multiDiffEditor.experimental.enabled
2023-11-27 12:31:58 +01:00
Henning Dieterichs and GitHub
badad38003
Merge pull request #199149 from microsoft/hediet/b/mass-barracuda
...
Fixes #199008
2023-11-27 12:22:28 +01:00
Johannes Rieken and GitHub
f54f1b0400
Further tweak light weight diff mode ( #199148 )
...
- Let message talk about changes not lines
- Move "Compare" into rhs toolbar as toogle action
2023-11-27 12:21:57 +01:00
Ladislau Szomoru and GitHub
abd2f00bcc
SCM - implement scm/inputBox menu ( #199147 )
...
* SCM - fix regression related to the scm input box action button
* Single action working as expected
* Saving my work
* Fix enablement when there is only one action
* More polish when there are multiple actions
* WIP - Select default action
* Add proposal
* Another refactoring
* Update setting type
* Remove setting, store last executed command
* Revert code that was used for testing
* Fix compilation errors
* Remove test commands
2023-11-27 12:17:26 +01:00
Henning Dieterichs
2a63de5132
Fixes #199008
2023-11-27 12:05:08 +01:00
Aiday Marlen Kyzy and GitHub
c05fde53b2
Turning off by default the setting inlineChat.showToolbarIcon ( #199146 )
...
turning off the showToolbarIcon by default
2023-11-27 11:55:44 +01:00
gjsjohnmurray
8e649b497c
Add missing import and fix hygiene
2023-11-27 10:21:48 +00:00
19116d5034
Use transaction for collapseAll
...
Co-authored-by: Henning Dieterichs <notify.henning.dieterichs@live.de >
2023-11-27 09:15:31 +00:00
Rob Lourens and GitHub
055458feab
Fix 'enter' not working in chat suggest widget ( #199120 )
...
* Fix progress codicon colors
* Fix 'enter' not working in chat suggest widget
Actually, we do need the EditorActions that I removed in #199099
2023-11-27 02:50:01 +01:00
Hanxiao Liu and GitHub
e112b95657
Merge branch 'main' into update-java-workspace-tags
2023-11-27 09:47:30 +08:00
Rob Lourens and GitHub
3b41744194
Fix using dynamic variables with chat input history navigation ( #199133 )
...
* Fix using dynamic variables with chat input history navigation and reloading the window
Instead of just saving string history items, saving and restoring a string input plus
* Don't deepClone variable values that contain URIs
* Remove test code
2023-11-27 02:07:57 +01:00
Rob Lourens and GitHub
8b85934074
Fix /help text progressive loading ( #199123 )
...
This fixes a general bug that I have noticed from time to time where a response loads instantly and stops doing progressive loading.
This was triggered by two progress updates coming in very quick succession and the algorithm incorrectly deciding that all content was rendered
2023-11-26 12:45:38 -08:00
Rob Lourens and GitHub
c1f3849ea6
Tweak chat input history navigation ( #199118 )
...
I should be able to edit a multiline block more easily after navigating in history.
This copies the same logic from history navigation in SCM
2023-11-26 20:56:32 +01:00
Rob Lourens and GitHub
4b4f5f7b4b
Chat input suggestions and decorations improvements ( #199104 )
...
- Don't let placeholder move around when the user types spaces
- Allow suggestions before some other text
2023-11-26 17:01:51 +01:00
Rob Lourens and GitHub
bd2dce4226
Make "Submit to secondary agent" more discoverable ( #199099 )
...
Fix #199098
Also get rid of EditorActions which are technically not necessary here
2023-11-26 12:50:33 +01:00
pimmee and GitHub
3f1e998d0a
Merge branch 'main' into main
2023-11-26 12:24:50 +01:00
Rob Lourens and GitHub
6732c27f4d
Fix losing input history when clearing the chat session ( #199092 )
2023-11-26 19:18:03 +09:00
Rob Lourens and GitHub
d99c66c02b
Fix cancelling chat requests ( #199089 )
...
* Fix cancelling chat requests
Work around CancelablePromise issue #199068
* Work around telemetry-extractor issue
2023-11-26 19:17:35 +09:00
Simon Sundberg
868b2f086c
Fix updating relative number for sticky scroll
2023-11-25 21:21:08 +01:00
Sandeep Somavarapu and GitHub
578ad35313
show auto update checkbox in editor ( #199066 )
...
#194188 show auto update checkbox in editor
2023-11-25 10:37:23 +01:00
gjsjohnmurray
4bb3809729
Add 'Collapse All Diffs' action button to multi-diff editor
2023-11-24 23:19:34 +00:00
Sandeep Somavarapu and GitHub
7c342a3ed0
fix disabling for a publisher associated to org ( #199059 )
2023-11-24 14:29:11 -08:00
Johannes Rieken and GitHub
f593d2e626
Joh/weird-mink ( #199049 )
...
* fix up wholerange with diff information once all edits are there
* update summary when having changes across ranges
2023-11-24 19:13:50 +01:00
Sandeep Somavarapu and GitHub
ae25f3a23d
Implement auto update by extension ( #199047 )
...
#194188 Implement auto update by extension
2023-11-24 19:02:20 +01:00
c0c5611421
Load data urls with fetch instead of using file service ( #199039 )
...
fix: load data urls with fetch instead of using file service
Co-authored-by: Loïc Mangeonjean <loic@coderpad.io >
2023-11-24 16:16:27 +00:00
Isidor Nikolic and GitHub
cb7473cb66
Merge pull request #199042 from microsoft/isidorn/combined-hoverfly
...
add azure kuberneetes service to workspace tags
2023-11-24 16:15:58 +00:00