Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor microsoft#7559 into "Select Matches" icon #1

Open
wants to merge 10,000 commits into
base: add-find-all-button
Choose a base branch
from

Conversation

zm-cttae
Copy link

@zm-cttae zm-cttae commented Feb 2, 2023

For microsoft#7559
Use ThemeIcon for "select matches" in find widget
For the "select matches" icon we use expand-all.
We also rename from "find all" to "select all" for microsoft#128915.
Refs: ec02bcd & microsoft#14836

DonJayamanne and others added 30 commits January 26, 2023 22:24
* Localize ipynb extension commands

* More updates
save IW before shutdown to discard working copy backup
Do not block if unable to verify extension signature
When testing a new feature to disable debug treatment of the status bar,
I found that debugging felt _much_ more snappy when there wasn't a big
slow color fade on the status bar. Rob agreed it was a bit "dramatic."

A 150ms fade instead of a 350ms fade feels much nicer, I think we should
try this out for next month's Insiders.
Fixes microsoft#167741

This eschews the offical Windows service system in favor of registering
into `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run`.
Unlike services, this can be done without administrative permissions,
does not require the current username/password, and is not blocked by
miscellaneous and mysterious system policies.

Since the process is basically unmanaged by the OS, this requires a
little legwork to start and stop the process when registering and
unregistering.
…moset

Fixes microsoft#166074. When play fails, the sound must be removed from playing sounds.
deepak1556 and others added 22 commits February 2, 2023 03:53
…_yarn/http-cache-semantics-4.1.1

Bump http-cache-semantics from 4.1.0 to 4.1.1
Fix race when registering extension quick fix providers
Tweak clear command history command name
This allows extensions to register content to go right after this button
by also specifying order 1. 1 was chosen because we want this to be the
first piece of content in the debug view.
* Consolidate menu entries

* Use online services name
We use `expand-all` for the "select matches" icon.
We also rename from "find all" to "select all" for microsoft#128915.
Refs: ec02bcd & microsoft#14836
@zm-cttae zm-cttae changed the title Refactor #7559 into "Select Matches" icon Refactor PR-7559 into "Select Matches" icon Feb 2, 2023
@zm-cttae
Copy link
Author

zm-cttae commented Feb 4, 2023

@yisibl are you still interested in microsoft#7559?
There is a human-readable diff of this update at microsoft/vscode@main...50ddb71.
If not I can open a new pull and your commit will still be in the repository.

@zm-cttae zm-cttae changed the title Refactor PR-7559 into "Select Matches" icon Refactor microsoft#7559 into "Select Matches" icon Feb 5, 2023
@yisibl
Copy link
Owner

yisibl commented Feb 7, 2023

I'm interested, but the problem is that vscode has been slow to come up with a clear official stance.

@zm-cttae
Copy link
Author

zm-cttae commented Feb 8, 2023

(looped in core UI/UX)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.