-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[Run > Shell plugin] Shell selection improvements #28972
[Run > Shell plugin] Shell selection improvements #28972
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@jaimecbernardo , @crutkas |
How many have combo boxes |
One that I know. This feature was released with And it only brakes the ability to select an other value in settings ui. The plugin will still work and the setting won't change. |
This comment has been minimized.
This comment has been minimized.
@jaimecbernardo, @crutkas |
src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Properties/Resources.resx
Outdated
Show resolved
Hide resolved
src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Properties/Resources.resx
Outdated
Show resolved
Hide resolved
src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Properties/Resources.resx
Show resolved
Hide resolved
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!
Just tweaked some of the strings. WDYT?
Co-authored-by: Jaime Bernardo <[email protected]>
Co-authored-by: Jaime Bernardo <[email protected]>
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!
Just merged main in to get CI passes and should merge after CI.
@jaimecbernardo |
Summary of the Pull Request
⚠ This PR breake existing third party plugins that have ComboBox options! ⚠ (For compatibility reason we could implement old and new code. But this means we have duplicated code.)
This PR improves the shell settings for the Shell plugin.
Changes in this PR:
The ComboBox items of a
PluginAdditionalOption
now support reordering without braking existing user settings.PowerShell 7 has been added.
New settings to run CMD, PowerShell and PowerShell 7 in Windows Terminal as console host.
Various text improvements.
PR Checklist
pwsh.exe
#28783Detailed Description of the Pull Request / Additional comments
Note: The name of the "Find and run executable file" item has changed after creating the screenshot.
Validation Steps Performed