Benjamin Pasero
9044b53c04
Merge branch 'main' into ben/voice
2023-08-22 06:39:23 +02:00
Aaron Munger and GitHub
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 and GitHub
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 and GitHub
cf4f089eef
Add hover foreground for prominent status bar items ( #190925 )
2023-08-21 16:35:12 -07:00
Matt Bierner and GitHub
6f8b058b10
Pick up TS 5.2 RC ( #190922 )
2023-08-21 23:47:03 +01:00
Bhavya U and GitHub
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 and GitHub
a08322ae0a
Add delay to Settings editor search for smoke tests ( #190903 )
...
Ref #190896
2023-08-21 20:54:48 +01:00
floge07 and GitHub
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
Benjamin Pasero
7a5894a527
voice - actions tweaks
2023-08-21 21:05:35 +02:00
Andrea Mah and GitHub
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
Benjamin Pasero
c2cd8a1f27
Merge branch 'main' into ben/voice
2023-08-21 20:12:55 +02:00
David Dossett and GitHub
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 and GitHub
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
Martin Aeschlimann and GitHub
98f63f1849
Merge branch 'main' into ulugbekna/insert-at-cursor-api
2023-08-21 18:43:52 +02:00
Tyler James Leonhardt and GitHub
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
5fbf0d2ed1
passing in instead the diagnostic collection
2023-08-21 17:42:44 +02:00
Benjamin Pasero
3eaaba268f
voice - show error notification on error
2023-08-21 17:36:53 +02:00
Aiday Marlen Kyzy and GitHub
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 and GitHub
c90b977571
polish matchesAllTags ( #190777 )
...
* polish matchesAllTags
* Even more polish
2023-08-21 16:06:56 +01:00
Aiday Marlen Kyzy
fb4b533d93
extracting the method _increaseDiagnosticCodeCount to avoid duplication
2023-08-21 17:01:53 +02:00
Aiday Marlen Kyzy
8db8d30dfa
using the utility method equals
2023-08-21 16:56:13 +02:00
Aiday Marlen Kyzy
cf21c24624
updating all the diagnostics after the timeout
2023-08-21 16:48:48 +02:00
Aiday Marlen Kyzy
76cc0881d3
using instead the uri string
2023-08-21 16:24:57 +02:00
Ulugbek Abdullaev
d2624165df
refactor: _executeMappedEditsProvider command doesn't need to be an action
2023-08-21 15:59:00 +02:00
Alexandru Dima and GitHub
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
Benjamin Pasero
1657826175
voice - allow to start voice input to focussed chat widget via command
2023-08-21 15:03:20 +02:00
Benjamin Pasero
b289e3e7e0
voice - add a command for quick voice chat
2023-08-21 14:52:12 +02:00
Alex Dima
9336d2127f
Fix some lifecycle bugs
2023-08-21 14:48:52 +02:00
Alexandru Dima and GitHub
6f123cdaa2
Merge branch 'main' into aiday/fixStickyScrollFlickering
2023-08-21 14:32:50 +02:00
Alexandru Dima and GitHub
fa5fbd1221
Merge branch 'main' into aiday/telemetryDiagnosticData
2023-08-21 14:11:19 +02:00
Aiday Marlen Kyzy
7d2d2b92e6
adding the code for toggle icons in sticky scroll
2023-08-21 13:16:50 +02:00
Ulugbek Abdullaev
c3a4fbbe8f
add vscode.executeMappedEditsProvider command & use it to have integration tests for mapped-edits service
2023-08-21 13:00:50 +02:00
Benjamin Pasero
f4ba42bd99
Merge branch 'main' into ben/voice
2023-08-21 12:57:51 +02:00
Benjamin Pasero
3165d7d7e9
voice - adopt AbortSignal
2023-08-21 12:23:25 +02:00
Martin Aeschlimann and GitHub
69b2435e14
set a user agent when attempting to retrieve $schema JSON Schemas ( #190726 )
2023-08-21 12:14:11 +02:00
Martin Aeschlimann and GitHub
829932cb62
improve json schema settings descriptions ( #190735 )
2023-08-21 12:13:51 +02:00
Martin Aeschlimann and GitHub
c44c644cf3
[folding] Fold all regions except selected is misnamed ( #190732 )
2023-08-21 12:13:09 +02:00
Henning Dieterichs and Henning Dieterichs
afa5e38f0c
Fixes #190727
2023-08-21 11:54:43 +02:00
Aiday Marlen Kyzy
1f515f71cf
setting z-index to the z-index of the content hover
2023-08-21 11:38:31 +02:00
Henning Dieterichs and Henning Dieterichs
9f7783206a
Fixes # https://github.com/microsoft/monaco-editor/issues/4129
2023-08-21 10:16:57 +02:00
Tyler James Leonhardt and GitHub
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 and GitHub
3cc27e7f16
Make telemetry more resilient to bad networks ( #190810 )
...
* More resiliance towards bad network
* Spelling
2023-08-20 18:51:01 +02:00
Benjamin Pasero
c1715502dd
voice - auto accept input after a while
2023-08-20 08:15:14 +02:00
Daniel Imms and GitHub
df7e41cc5a
Merge pull request #190785 from microsoft/tyriar/xterm_20230818
...
xterm@5.3.0-beta.46
2023-08-19 04:34:01 -07:00