Sandeep Somavarapu
d8affc039a
fix #188582 ( #190957 )
2023-08-22 12:34:24 +02:00
Benjamin Pasero
652b702314
files - document files.associations config ( #185191 ) ( #190951 )
2023-08-22 10:43:26 +01:00
Benjamin Pasero
8caa1c80f5
update confirmPlease flow ( #190942 )
2023-08-22 08:56:34 +02:00
Benjamin Pasero
c3e92639d4
[Bug][Comparison View] Saving the file in the active editor will cause both files to be saved. ( fix #190210 ) ( #190944 )
2023-08-22 08:37:14 +02:00
Benjamin Pasero
763fdc016e
Confusing tooltip and action on default notification API ( fix #190190 ) ( #190943 )
2023-08-22 08:36:55 +02:00
Aaron Munger
86c61d2676
Merge pull request #190935 from microsoft/aamunger/dirtyUntitled
...
untitled files are not about to save with auto-save
2023-08-21 20:54:26 -07:00
aamunger
1945d43a2b
untitled files are not about to save with auto-save
2023-08-21 19:54:27 -07:00
Justin Chen
620eb95fd9
Action Widget - removed custom keyboard controller, added support in list widget ( #190765 )
...
* added fix to custom keyboard controller
* removed custom keyboard controller, using list widget keyboard label provider
* code cleanup
2023-08-21 17:43:46 -07:00
David Dossett
cf4f089eef
Add hover foreground for prominent status bar items ( #190925 )
2023-08-21 16:35:12 -07:00
Matt Bierner
6f8b058b10
Pick up TS 5.2 RC ( #190922 )
2023-08-21 23:47:03 +01:00
Bhavya U
df7dbc4174
Add support for controlling followup command visibility with when clauses ( #190615 )
...
Add support for controlling followup command visibility with when clauses
2023-08-21 15:30:42 -07:00
Raymond Zhao
a08322ae0a
Add delay to Settings editor search for smoke tests ( #190903 )
...
Ref #190896
2023-08-21 20:54:48 +01:00
floge07
d0b14e8569
fix: allow underscore as a valid char in tunnel remote address ( #190904 )
...
adjust the regexes used to validate tunnel remote addresses, add underscore as a valid char.
2023-08-21 19:18:44 +00:00
Andrea Mah
548c32e80c
Initial implementation for Quick Text Search ( #190711 )
...
* initial text result quick access
2023-08-21 12:02:42 -07:00
Joyce Er
2e0609686a
Transfer file trees from quick chat to panel chat
2023-08-21 11:44:41 -07:00
Joyce Er
f4b78696af
Include followups when transferring Quick Chat
2023-08-21 11:15:17 -07:00
David Dossett
c69eb8f67a
Add status bar item hover foreground color ( #190906 )
...
* Add status bar item hover foreground color
* Use status bar item foreground instead
2023-08-21 10:42:37 -07:00
Joyce Er
1cbf3d09bc
Chat file tree should not consume mouse wheel ( #190908 )
2023-08-21 18:42:04 +01:00
Jean Pierre
458dc45528
Fix #190499
2023-08-21 11:46:33 -05:00
Tyler James Leonhardt
f8e8da47f9
Use quickinput colors in quick chat ( #190897 )
...
should have used this from the beginning.
2023-08-21 09:33:30 -07:00
Aiday Marlen Kyzy
a29a3782af
Shift hover on sticky scroll shows the last line of scope ( #189939 )
...
* adding code for using shift hover and shift click
* using the on mouse leave event instead of using the on mouse out
* removing redundant variable
* chaning to mouse move
* appears to work without dom addition
* updating the scroll left position also on model change
* removing this part which will be added in another pr
* review comment
2023-08-21 17:08:51 +02:00
Raymond Zhao
c90b977571
polish matchesAllTags ( #190777 )
...
* polish matchesAllTags
* Even more polish
2023-08-21 16:06:56 +01:00
Alexandru Dima
5d0b606ec4
Merge pull request #190674 from microsoft/aiday/fixStickyScrollFlickering
...
Fix flickering of sticky scroll
2023-08-21 15:53:11 +02:00
Alex Dima
796e7c3272
When cancelation is requested, the sticky model provider will return null. Ignore this return value and keep the previous model in this case.
2023-08-21 15:11:23 +02:00
Alex Dima
51b63bf871
Clear out the sticky scroll model immediately when an editor shows a different file, also clear it out when the editor has no model or there is no more sticky model provider
2023-08-21 15:10:49 +02:00
Alex Dima
9336d2127f
Fix some lifecycle bugs
2023-08-21 14:48:52 +02:00
Alexandru Dima
6f123cdaa2
Merge branch 'main' into aiday/fixStickyScrollFlickering
2023-08-21 14:32:50 +02:00
Martin Aeschlimann
69b2435e14
set a user agent when attempting to retrieve $schema JSON Schemas ( #190726 )
2023-08-21 12:14:11 +02:00
Martin Aeschlimann
829932cb62
improve json schema settings descriptions ( #190735 )
2023-08-21 12:13:51 +02:00
Martin Aeschlimann
c44c644cf3
[folding] Fold all regions except selected is misnamed ( #190732 )
2023-08-21 12:13:09 +02:00
Henning Dieterichs
afa5e38f0c
Fixes #190727
2023-08-21 11:54:43 +02:00
Henning Dieterichs
9f7783206a
Fixes # https://github.com/microsoft/monaco-editor/issues/4129
2023-08-21 10:16:57 +02:00
Tyler James Leonhardt
f125afbc80
Move contributing to Command Center to registration time & have Chat show up in Command Center ( #190786 )
2023-08-20 18:51:31 +02:00
Logan Ramos
3cc27e7f16
Make telemetry more resilient to bad networks ( #190810 )
...
* More resiliance towards bad network
* Spelling
2023-08-20 18:51:01 +02:00
Daniel Imms
df7e41cc5a
Merge pull request #190785 from microsoft/tyriar/xterm_20230818
...
xterm@5.3.0-beta.46
2023-08-19 04:34:01 -07:00
Daniel Imms
b2a482303c
xterm@5.3.0-beta.46
2023-08-18 16:38:52 -07:00
Tyler James Leonhardt
6562544dc3
Don't use remoteCredentialsService when client specified a secretStorageProvider ( #190781 )
...
* Don't use `remoteCredentialsService` when client specified a `secretStorageProvider`
This is a temporary fix for https://github.com/microsoft/vscode/issues/190537
until we clean up the last of the CredentialsService (which should be in debt week in Sept).
If the client embedder declared a secretStorageProvider, they likely don't want the old credentialsProvider to go over the remote connection... so we use an in-memory provider instead.
Fixed https://github.com/microsoft/vscode/issues/190537
* remove stale comment
2023-08-19 00:03:52 +01:00
Tyler James Leonhardt
e92a7f0f69
Remove titlebar and include side buttons in quick chat ( #190780 )
...
This adds buttons to the right of the chat box. These buttons were previously on the quick pick's titlebar, but in order to have a smooth transition between Command Palette and Quick Chat we wanted to move away from the title bar.
2023-08-18 23:32:17 +01:00
Raymond Zhao
349c93df2a
Add progressbar to Settings editor ( #190708 )
2023-08-18 15:20:46 -07:00
Megan Rogge
990da210e0
Merge pull request #190776 from microsoft/merogge/delay
...
delay before showing next/previous in accessible view so screen reader reads content correctly
2023-08-18 15:09:28 -07:00
meganrogge
41a5fc5945
fix #190718
2023-08-18 14:37:03 -07:00
Megan Rogge
1f76cf794b
Merge pull request #190772 from microsoft/merogge/alt-keybinding
...
allow using breadcrumbs view keybinding for go to symbol in accessible view
2023-08-18 14:35:34 -07:00
Megan Rogge
49abb6eb59
Merge pull request #190771 from microsoft/merogge/actions-view
...
add `when` for accessible view menu actions
2023-08-18 14:35:24 -07:00
Megan Rogge
b02a5b26eb
Merge pull request #190775 from microsoft/merogge/check-context
...
check editor context key
2023-08-18 14:30:33 -07:00
meganrogge
f6c280baf8
fix #188755
2023-08-18 14:16:17 -07:00
Joyce Er
1d9febc37e
Render file tree during progressive rendering ( #190697 )
...
* Render file tree during progressive rendering
2023-08-18 14:15:12 -07:00
Joyce Er
12746bae34
Fix import
2023-08-18 14:11:00 -07:00
meganrogge
e988d9d71c
fix #189974
2023-08-18 14:09:12 -07:00
meganrogge
dc2bcb11be
fix #190766
2023-08-18 14:05:25 -07:00
Aaron Munger
3a31edf022
Merge pull request #190768 from microsoft/aamunger/copyImageIW
...
fixed copying image in Interactive Window
2023-08-18 14:01:59 -07:00