Skip to content

fix(powershell) convert "Stop" to 'Stop' and a join parameter to single quotes#1740

Merged
williamboman merged 3 commits into
mason-org:mainfrom
thomastan:fix-powershell-quotes
Apr 21, 2026
Merged

fix(powershell) convert "Stop" to 'Stop' and a join parameter to single quotes#1740
williamboman merged 3 commits into
mason-org:mainfrom
thomastan:fix-powershell-quotes

Conversation

@thomastan
Copy link
Copy Markdown
Contributor

Fixes http://github.com/williamboman/mason.nvim/issues/1739

sshot3-fix

A single-quote was needed to pass the 'Stop' through to powershell/pwsh correctly.

'SilentlyContinue' was single-quoted while "Stop" was double-quoted. Converting "Stop" → 'Stop'.

@williamboman williamboman force-pushed the fix-powershell-quotes branch from 3094216 to 00fc593 Compare April 21, 2026 14:23
Copy link
Copy Markdown
Member

@williamboman williamboman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I spent quite a lot of time trying to debug this but were unable to actually confirm whether the quotation marks are the root cause. I believe there's something else going on, but I guess it doesn't hurt to use single quotes everywhere.

@williamboman williamboman merged commit 12ddd18 into mason-org:main Apr 21, 2026
18 checks passed
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.

2 participants