-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Https scheme fix, merging #12790 #13606
Https scheme fix, merging #12790 #13606
Conversation
…powertoyrun-confirm
Added new tests
@check-spelling-bot ReportUnrecognized words, please review:
Previously acknowledged words that are now absentAccessible available CIEXYZ coc CTriage dchristensen Deondre djsoref docsmsft dogancelik dupenv estdir Fody ftps ianjoneill inprivate installpowertoys itsme jakeoeding KERNELBASE listbox mfreadwrite mfuuid Nefario nitroin null nunit powertoyswiki PROGRAMFILES Radiobuttons sidepanel spamming systray ulazy windevbuildagents winstore xia XSmall xunitSome files were were automatically ignoredThese sample patterns would exclude them:
You should consider adding them to:
File matching is via Perl regular expressions. To check these files, more of their words need to be in the dictionary than not. You can use To accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the git@github.com:franky920920/PowerToys.git repository
If you see a bunch of garbageIf it relates to a ... well-formed patternSee if there's a pattern that would match it. If not, try writing one and adding it to the Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines. Note that patterns can't match multiline strings. binary-ish stringPlease add a file path to the File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thank you for the contribution!
@franky920920 @chrisharris333
Summary of the Pull Request
Merging for #12790
What is this about:
In Powertoy Run some schemes were incorrectly being overwritten with HTTPS. This change fixes this.
What is include in the PR:
Should only be changes to 2 files
How does someone test / validate:
Execute Powertoy Run, type
mailto:test@example.com
, you should see the correct scheme (mailto) in the drop down.Quality Checklist
Contributor License Agreement (CLA)
A CLA must be signed. If not, go over here and sign the CLA.