Uh oh!
There was an error while loading. Please reload this page.
fix(clipboard): actually escape powershell commands - #8150
Conversation
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
The following comment was made by an LLM, it may be inaccurate: Based on my search, here are the related PRs to PR #8150: Related/Potentially Related PRs:
These aren't duplicates of PR #8150, but they are closely related PRs in the same clipboard/powershell feature area. PR #8150 appears to be a continuation of issue #7157 as noted in the description. |
continuation of #7157, hopefully this should be the last one
resolves#8166 hopefully
What does this PR do?
use powershell's auto-escape ability by wrapping strings in single inverted comma
'instead of double inverted comma"How did you verify your code works?
like just copy it
Before:
After: