Ulugbek Abdullaev
0e2849672f
refactor: add types to remove warning
2023-08-17 17:05:26 +02:00
Aiday Marlen Kyzy
af70071371
retrigger tests
2023-08-17 16:46:09 +02:00
Aiday Marlen Kyzy
634b57ca26
assignging to previous model when the update method returns null
2023-08-17 16:07:14 +02:00
Benjamin Pasero
bf1f6a2298
voice - update todos
2023-08-17 14:38:48 +02:00
Benjamin Pasero
733530d9e5
voice - implement sequential transcriptions
2023-08-17 14:36:19 +02:00
Aiday Marlen Kyzy
0d4db5ffc4
sending the diagnostics on handle exit
2023-08-17 14:35:27 +02:00
Benjamin Pasero
ce752f607a
voice - better ports lifecycle
2023-08-17 14:10:01 +02:00
Aiday Marlen Kyzy
614bfb3d33
sending diagnostics on file open
2023-08-17 14:07:03 +02:00
Benjamin Pasero
ace7ce5f52
voice - convert audio worklet to typescript
2023-08-17 12:32:33 +02:00
Benjamin Pasero
e36739b66d
voice - some cleanup and 💄
2023-08-17 12:13:14 +02:00
Benjamin Pasero
b96621b58c
voice - implement direct MessagePort communcation between audio worklet and shared process
2023-08-17 11:47:14 +02:00
Tyler James Leonhardt and GitHub
ccb95fd921
Create an IQuickWidget ( #190627 )
...
To do this, I've pulled `QuickInputController` into its own file since `quickInput.ts` was getting too big...
And then I made another thing that extends `QuickInput` that hides pretty much everything but does allow for a title bar.
This could be useful for more "QuickWebView" type experiences if we wanna light anything like that up.
2023-08-17 09:05:57 +10:00
Matt Bierner and GitHub
376d0b1891
Bump TS version for building VS Code ( #190622 )
2023-08-16 15:28:28 -07:00
Matt Bierner and GitHub
1afcd2c22a
Remove regExpContainsBackreference ( #190621 )
...
Doesn't appear to be used anywhere besides tests
2023-08-16 14:58:07 -07:00
Megan Rogge and GitHub
4e59c47eed
Merge pull request #190531 from microsoft/merogge/inline-completions-accessibility
...
improve accessibility of inline completions
2023-08-16 14:30:58 -07:00
Matt Bierner and GitHub
f7dc5e1434
Use regexp.flags instead of custom function ( #190617 )
...
This ensures we pass along all regex flags instead of just the subset we had code for
2023-08-16 22:29:08 +01:00
Megan Rogge and GitHub
29736e1ff8
Merge pull request #190613 from microsoft/merogge/window-title-focused-view
...
add `focusedView` variable to window title
2023-08-16 14:21:17 -07:00
Rob Lourens and GitHub
6ce0f37a57
Fix using variables with uppercase characters ( #190606 )
2023-08-16 14:04:23 -07:00
meganrogge
6ea1bd3922
use name
2023-08-16 13:51:41 -07:00
meganrogge
e5921ad238
add focusedView variable to window title
2023-08-16 13:25:07 -07:00
Connor Peet
3b3bfe69ac
Merge remote-tracking branch 'origin/main' into inline-chat-leaks
2023-08-16 13:01:38 -07:00
Daniel Imms
85de2f21c6
Add command service to tests
2023-08-16 12:28:41 -07:00
meganrogge
2f5c0a562a
polish
2023-08-16 12:26:07 -07:00
Daniel Imms
4047859b0d
Implement vscode command terminal quick fixes
...
Part of #162950
2023-08-16 12:23:49 -07:00
Neelesh Bodas
0b4911870f
Remove incorrect role from the title bar.
2023-08-16 12:16:39 -07:00
Neelesh Bodas
d73f48a347
Adding empty alt text to decorative images for extensions
2023-08-16 12:10:49 -07:00
meganrogge
74b272c93c
get next/previous and accepting to work
2023-08-16 12:08:56 -07:00
Connor Peet and GitHub
719a6a6cdf
debug: adopt external changes ( #190602 )
...
For #183449
Also adds the leak detector to debug tests and fixes some usages of it (#190503 )
2023-08-16 12:02:40 -07:00
Matt Bierner and GitHub
3f8a55b32c
trimLeft -> trimStart (#190601 )
...
These should be the same but the `trimLeft` name has been deprecated
2023-08-16 11:11:20 -07:00
meganrogge
c0dd3cd00c
fix tests
2023-08-16 10:57:28 -07:00
meganrogge
71e3343e41
use editorOption
2023-08-16 10:48:22 -07:00
meganrogge
8cc9d27ac8
fix another bug
2023-08-16 10:21:45 -07:00
meganrogge
72ba6124f0
use correct toolbar aria label for type
2023-08-16 10:20:49 -07:00
meganrogge
f0b5e0d912
alert w hint
2023-08-16 10:13:26 -07:00
meganrogge
7b12bf16a1
don't inform abt the hover
2023-08-16 10:06:21 -07:00
meganrogge
28f2011cd7
simplify a line
2023-08-16 09:53:56 -07:00
meganrogge
f5982dbb5f
Merge branch 'main' into merogge/inline-completions-accessibility
2023-08-16 09:51:33 -07:00
Joyce Er and GitHub
dea0b0c294
Tweak untitled editor chat hint wording ( #190597 )
2023-08-16 16:47:25 +01:00
Isidor Nikolic and GitHub
a36f5e7ff2
Merge pull request #190595 from microsoft/isidorn/geographical-haddock
...
use stopWatch for measuring MP query duration
2023-08-16 17:39:22 +02:00
Isidor Nikolic and GitHub
10747bc7c8
Merge branch 'main' into isidorn/geographical-haddock
2023-08-16 17:25:17 +02:00
Henning Dieterichs and Henning Dieterichs
b95ec3ebe6
Fixes ts config
2023-08-16 17:24:11 +02:00
Alex Ross and GitHub
c45b5d5c2d
Merge pull request #190593 from microsoft/alexr00/waitForTunnelRestore
...
Wait to processes outside port forwarding until restore
2023-08-16 17:21:37 +02:00
Daniel Imms and GitHub
d4e89fdd69
Merge pull request #190466 from tisilent/fix-terminalFinad-initial-search
...
Find with selected values when reveal TerminalFind
2023-08-16 08:16:44 -07:00
isidor
b0abdbeadc
use stopWatch for measuring MP query duration
2023-08-16 17:13:04 +02:00
Alex Ross
9a8352107a
Wait to processes outside port forwarding until restore
2023-08-16 17:04:27 +02:00
Henning Dieterichs and Henning Dieterichs
01029a44a2
Fixes monaco editor type check
2023-08-16 15:08:35 +02:00
tisilent
004189ef85
fallback to this.inputValue if
...
initialInput is undefined
2023-08-16 17:15:51 +08:00
Aiday Marlen Kyzy and GitHub
85dab33f18
Merge pull request #190501 from microsoft/aiday/initialSizeIssue
...
Don't update maximum dimensions on contents changed
2023-08-16 09:16:58 +02:00
Kartik Raj
7c577637e8
Fix test
2023-08-15 23:31:07 +00:00
Kartik Raj
61011c827c
Fix compile errors
2023-08-15 23:18:31 +00:00