David Dossett and GitHub
2bba361d30
Fix list backgrounds, editor hover widget, and quick pick colors ( #189591 )
...
* Fix editor hover widget background
* Remove list overrides and match quick pick background to editor widgets
2023-08-04 09:41:07 +10:00
David Dossett and GitHub
f0e0d81e2c
Revert scrollbar overrides in Dark Modern ( #189593 )
2023-08-04 00:26:48 +01:00
Tyler James Leonhardt and GitHub
34e548d9bb
InputOnTop is the winner ( #189584 )
...
Removes the old modes so we can focus on the inputOnTop mode.
2023-08-03 16:14:42 -07:00
David Dossett and GitHub
1d28efe34c
Fix light modern list focus outline ( #189590 )
2023-08-03 16:11:41 -07:00
David Dossett and GitHub
45efcb4d17
Fix markdown pre and quote styling ( #189586 )
2023-08-03 15:41:07 -07:00
Megan Rogge and GitHub
f3a8b62b71
Merge pull request #189575 from microsoft/merogge/go-to-symbol-accessible-view
2023-08-03 15:39:54 -07:00
Connor Peet and GitHub
2d039ca77b
testing: fix explorer render error if there are no results ( #189583 )
2023-08-03 22:58:53 +01:00
Megan Rogge and GitHub
ef4d939c50
Merge pull request #189577 from microsoft/merogge/add-command-info
2023-08-03 14:50:28 -07:00
meganrogge
f8fbee566a
rm log
2023-08-03 14:34:04 -07:00
Tyler James Leonhardt and GitHub
2e20b451a5
Fix --disable-keytar handling in the renderer process ( #189578 )
...
* Don't notify if we have opted to disableKeytar
* actually hook up disableKeytar
* remove main override
2023-08-03 14:05:52 -07:00
meganrogge
8409ab94e6
add command info
2023-08-03 13:39:40 -07:00
meganrogge
a1f77aa87b
clean up
2023-08-03 12:32:44 -07:00
meganrogge
c029b48b27
allow provider to provide symbols
2023-08-03 12:31:20 -07:00
Andrea Mah and GitHub
9e2de48fa9
fix typo that failed tests in updating @types/vscode ( #189573 )
...
params -> param
2023-08-03 20:05:39 +01:00
meganrogge
1ba9ce403d
clean up
2023-08-03 12:02:54 -07:00
meganrogge
fcc6af5285
fix #188702
2023-08-03 12:00:29 -07:00
Tyler James Leonhardt and GitHub
a421512ae1
Be lazier in account menu & secrets ( #189572 )
...
With this change, two things happen:
1. The secret service will be initialized lazily
2. The Account menu will wait for startup to finish before loading the accounts in the menu
cc @bpasero
2023-08-03 19:43:25 +01:00
Connor Peet and GitHub
62ce95cda1
cli: spawn code_serer with CREATE_NO_WINDOW ( #189477 )
...
* fix: spawn code_serer with CREATE_NO_WINDOW
fixes #184058
* use winapi constant instead
---------
Co-authored-by: Connor Peet <connor@peet.io >
2023-08-03 11:16:12 -07:00
Connor Peet
4c469c5f8e
use winapi constant instead
2023-08-03 10:57:02 -07:00
Logan Ramos and GitHub
da1b2b85d9
Fix #188804 ( #189567 )
2023-08-03 18:49:39 +01:00
Megan Rogge and GitHub
df3d5ad0f5
Merge pull request #189563 from microsoft/merogge/welcome-view
...
support welcome message in accessible view, indicate index on refocus, register next/previous actions
2023-08-03 10:18:17 -07:00
Megan Rogge and GitHub
9f6f7dc92d
Merge pull request #189560 from microsoft/merogge/acc-buffer-help
...
get terminal accessible help to show up when in accessible buffer
2023-08-03 10:06:17 -07:00
Connor Peet and GitHub
0d22bb7efa
cli: update dependencies for s360 ( #189562 )
...
* cli: update dependencies for s360
* update rust
2023-08-03 18:05:46 +01:00
meganrogge
3c07010d7e
fix issues
2023-08-03 10:00:33 -07:00
meganrogge
a9f782d695
previous
2023-08-03 09:56:40 -07:00
meganrogge
78f01ad570
register the actions
2023-08-03 09:51:59 -07:00
meganrogge
f58a2e74c6
rm import
2023-08-03 09:47:27 -07:00
meganrogge
ad3d8a016d
fix #188954
2023-08-03 09:25:08 -07:00
Henning Dieterichs and Henning Dieterichs
e8b1e2bea8
Fixes #167027
2023-08-03 18:00:15 +02:00
meganrogge
a5cf79088f
fix #188937
2023-08-03 08:59:15 -07:00
hsfzxjy and GitHub
4df2340a3c
Always respect non-empty selection in getMultiSelectedEditorContexts ( #187704 )
2023-08-03 08:23:11 -07:00
yiliang114
76e25bad23
fix: Close #189556 , gulp task do not display task name
2023-08-03 22:58:20 +08:00
Henning Dieterichs and Henning Dieterichs
69e70dc478
Fixes #185498
2023-08-03 15:55:54 +02:00
Henning Dieterichs and Henning Dieterichs
fcba09ea2e
Implements detection of arbitrary exact moves
2023-08-03 15:55:34 +02:00
Tyler James Leonhardt and GitHub
55fc1d298c
Honor --disable-keytar and fix event handling in the browser ( #189514 )
...
We have always had a way to disable reading from the keyring and use an in-memory secrets storage: `--disable-keytar`.
This honors that flag in the new SecretStorage world... in a follow up PR we will migrate that flag to `--disable-secret-storage`.
Additionally, I found a bug where we weren't firing events that we successfully set/deleted secrets in the browser version of secretStorageService and this fixes that by firing those events.
This also reverts https://github.com/microsoft/vscode/pull/189489 so that `BaseSecretStorageService.type` reads correctly early on... plus there's more discussion to be had in https://github.com/microsoft/vscode/issues/189481
Fixes https://github.com/microsoft/vscode/issues/188432
2023-08-02 18:20:43 -07:00
Andrea Mah and GitHub
6a55bc9a06
Highlights not appearing after opening notebook search result ( #189511 )
...
* Highlights not appearing after opening notebook search result
Fixes #188554
2023-08-02 16:46:51 -07:00
David Dossett and GitHub
f78157b2b5
Update badge colors in light/dark modern themes ( #189503 )
...
* Update badge background and foreground colors for Light/Dark Modern themes
* Fix hc-dark
2023-08-02 15:00:24 -07:00
Raymond Zhao and GitHub
bc9375dedc
Suppress multi-line CodeQL warning ( #189500 )
...
Suppress more lines
2023-08-02 14:46:55 -07:00
Megan Rogge and GitHub
a650b6b3bd
Merge pull request #189507 from microsoft/merogge/action
...
use `Action2` instead of contribution for next/ previous accessible view
2023-08-02 14:10:45 -07:00
Henning Dieterichs and Henning Dieterichs
e89a81efd2
Diff algorithm: Ignore unlikely full line matches
2023-08-02 22:58:01 +02:00
Henning Dieterichs and Henning Dieterichs
7c7d8b6a78
Minor performance improvement.
2023-08-02 22:58:01 +02:00
Henning Dieterichs and Henning Dieterichs
ec7b654e62
lastIndex -> findLastIndex
2023-08-02 22:58:01 +02:00
meganrogge
efce510123
fix #188753
2023-08-02 13:23:13 -07:00
Tyler James Leonhardt and GitHub
cb38b1b567
Fire event when using non-localserver flow ( #189493 )
...
Fixes https://github.com/microsoft/vscode/issues/186558
2023-08-02 11:26:09 -07:00
David Dossett and GitHub
d6213c77a3
Update inlay hint colors ( #189498 )
2023-08-02 11:22:40 -07:00
David Dossett and GitHub
30de56928a
Update codicons ( #189495 )
...
Update `feedback` icon and add aliases
2023-08-02 11:22:24 -07:00
Megan Rogge and GitHub
055b735e65
Merge pull request #189490 from microsoft/merogge/acc-help-division
...
reorganize accessibility files
2023-08-02 11:21:41 -07:00
Meghan Kulkarni and GitHub
1e882b5626
Deprioritize pasteAsMarkdown ( #189433 )
...
* deprioritize
* fix tests
* cleaned up code
2023-08-02 10:41:18 -07:00
Tyler James Leonhardt and GitHub
a371c36d7c
Make initializing SecretStorage lazy ( #189489 )
...
To prevent a round trip until we need it.
Fixes #189481
2023-08-02 19:33:45 +02:00
Connor Peet and GitHub
e53e02b64d
testing: tooltip on reworked header text implies tests are still running ( #189491 )
...
Fixes #189479
2023-08-02 18:08:27 +01:00