Commit Graph
124157 Commits
Author SHA1 Message Date
Benjamin Pasero d91e1a8ba3 voice - indicate when ready to record 2023-08-19 11:47:26 +02:00
Benjamin Pasero 4fb3cd66f5 voice - better actions and icons 2023-08-19 11:32:17 +02:00
Daniel Imms b2a482303c xterm@5.3.0-beta.46 2023-08-18 16:38:52 -07:00
Tyler James LeonhardtandGitHub 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 LeonhardtandGitHub 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 ZhaoandGitHub 349c93df2a Add progressbar to Settings editor (#190708) 2023-08-18 15:20:46 -07:00
Megan RoggeandGitHub 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 RoggeandGitHub 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 RoggeandGitHub 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 RoggeandGitHub 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 ErandGitHub 1d9febc37e Render file tree during progressive rendering (#190697)
* Render file tree during progressive rendering
2023-08-18 14:15:12 -07:00
Joyce ErandGitHub 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 MungerandGitHub 3a31edf022 Merge pull request #190768 from microsoft/aamunger/copyImageIW
fixed copying image in Interactive Window
2023-08-18 14:01:59 -07:00
Megan RoggeandGitHub 8ce3780037 Merge pull request #190760 from microsoft/merogge/def-key
add keybinding for accepting completion in accessible view & current provider context key
2023-08-18 13:59:59 -07:00
Megan RoggeandGitHub 6e9cac343e Merge branch 'main' into merogge/escape 2023-08-18 13:47:09 -07:00
meganrogge 6909c0b470 use id 2023-08-18 13:43:20 -07:00
meganrogge 61d996db16 improve consistency 2023-08-18 13:40:36 -07:00
meganrogge de63553929 add an action 2023-08-18 13:37:40 -07:00
Aaron Munger 4d0e68207e fixed copying image in Interactive Window 2023-08-18 13:27:06 -07:00
Joyce ErandGitHub 66eb90b07c Add missing imports 2023-08-18 13:17:10 -07:00
Joyce ErandGitHub d1a2b7eac9 Add debug logging for Cloud Changes enablement (#190764) 2023-08-18 12:23:18 -07:00
810611318e Update src/vs/workbench/contrib/accessibility/browser/accessibleView.ts
Co-authored-by: Joyce Er <joyce.er@microsoft.com>
2023-08-18 12:12:40 -07:00
Aaron MungerandGitHub b6cf374cf8 Merge pull request #190762 from microsoft/aamunger/copyImageContextMenu
copy cell output images from the context menu
2023-08-18 11:52:36 -07:00
Connor PeetandGitHub c73043e10b terminal: enable link detectors in detached terminals (#190699)
Initially the direction was to make `TerminalLinkManager` more general
and use it explicitly in detached terminals.

But I ended up getting nudged in the direction of making terminalContribs
work with detached terminals instead. All the link detection logic is
in terminalContrib which is a layer that can't be imported from the main
terminal code. And it also depends on the raw xterm instance, which we
don't want to expose to callers, so I wouldn't want to have the caller
manually do something like new `TerminalLinkManager(deatchedXterm.raw, ...)`

So that made me think I should either make a new contrib system for
detached terminals, or allow existing contribs to signal that they
could run for detached terminals too. In the PR, I did the latter.

![](https://memes.peet.io/img/23-08-cce27de3-f2da-45cf-acee-6731480722ed.png)
2023-08-18 11:11:23 -07:00
Aaron Munger 7ebfc44283 removed formatting changes 2023-08-18 11:04:43 -07:00
hsfzxjyandGitHub 967f27ba3a Fix overflow of setting list (#190721)
Don't set height for AbstractListSettingWidget

Fixes #187467
2023-08-18 11:03:33 -07:00
Aaron Munger f1b9a60d62 disable default context menu items for the rest of the output webview 2023-08-18 10:55:06 -07:00
Aaron Munger bd60cc529c allow copying cell output images from context menu 2023-08-18 10:43:43 -07:00
meganrogge 5e6c5a167a fix #190716 2023-08-18 09:32:35 -07:00
meganrogge c6ac21f37b appropriately rename property 2023-08-18 09:16:28 -07:00
meganrogge aa254f84f9 handle escape while in toolbar 2023-08-18 09:15:32 -07:00
Connor PeetandGitHub e40344eba7 ports: rename 'local address' -> 'forwarded address' (#190755)
Caused some confusion in https://github.com/microsoft/vscode/issues/189678#issuecomment-1684091172, and it hasn't really been a "local address" in all cases for a while, e.g. on vscode.dev.
2023-08-18 17:00:21 +01:00
Daniel ImmsandGitHub d4c7440f01 Merge pull request #190751 from microsoft/tyriar/30522_3
Polish dim unfocused settings and remove element when not used
2023-08-18 08:43:07 -07:00
Connor PeetandGitHub 3fe5a47036 eng: revert #190623 until everyone can review it (#190752)
This reverts commit 6336ee7530.
2023-08-18 16:40:33 +01:00
lucasMariozaandGitHub bc28df2e05 Merge branch 'main' into colorize-element-shadowdom 2023-08-18 12:38:06 -03:00
Aiday Marlen Kyzy a19c7b6893 placing on a separate line 2023-08-18 17:22:00 +02:00
Daniel Imms f0f36dff5e Remove commented out setting 2023-08-18 08:19:47 -07:00
Aiday Marlen Kyzy 3dd0f11aa3 changed the type of the timeout to any because nodejs module is not recognized on the ci 2023-08-18 17:18:21 +02:00
Daniel Imms 42b6e31801 Don't add dim unfocused element if not used
Fixes #30522
2023-08-18 08:18:03 -07:00
Aiday Marlen Kyzy 40e906807a changing the hiding delay to 500 ms 2023-08-18 17:12:37 +02:00
Daniel Imms 7ebb304bbf Add enabled dim unfocused setting, tweak enabled setting
Part of #30522
2023-08-18 08:11:46 -07:00
Aiday Marlen Kyzy 61975f4b67 changing the text to mirror the text for delay 2023-08-18 17:11:01 +02:00
Aiday Marlen Kyzy 6bbdb146d2 renaming to hiding delay 2023-08-18 17:09:15 +02:00
Aiday Marlen Kyzy a9e67cddfe adding a setting in order to be able to control the hiding timeout delay 2023-08-18 17:06:34 +02:00
Connor PeetandGitHub 6336ee7530 eng: cleanup some leaks around around editors and workbenchInstantiationService (#190623)
* inline chat: fix leaks found in testing

Fixes some leaks I found while looking at https://github.com/microsoft/vscode/pull/190444, by adding ensureNoDisposablesAreLeakedInTestSuite to the suite.

I don't have a dev setup for inline chat, so I have not tested this beyond running tests and verifying the fix

* eng: cleanup some leaks around around editors and workbenchInstantiationService

I added a disposable leak tracker to a test that used `workbenchInstantiationService`.
This fixes the baseline leaks and some extra leaks with that function.

* fix build

* rm too-eager leak checker

* remove forgotten busy loop
2023-08-18 08:04:19 -07:00
Aiday Marlen Kyzy c61dbc1a71 cleaning the code 2023-08-18 16:44:39 +02:00