Conversation

andyleejordan

In order to support funny path names with dollar signs. Also this is what PowerShell does by default (e.g. through tab-completion).

Resolves PowerShell/vscode-powershell#4238.

@andyleejordanandyleejordan requested a review from a team November 2, 2022 19:09
@andyleejordanandyleejordan enabled auto-merge (squash) November 2, 2022 19:10

Choose a reason for hiding this comment

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

LGTM!

In order to support funny path names with dollar signs. Also this is
what PowerShell does by default (e.g. through tab-completion).
@andyleejordanandyleejordan force-pushed the andschwa/single-quote-scripts branch from 5c0438e to 86aa91c Compare November 2, 2022 19:52
@andyleejordanandyleejordan merged commit ed655ae into main Nov 2, 2022
@andyleejordanandyleejordan deleted the andschwa/single-quote-scripts branch November 2, 2022 20:09
Sign up for free to join this conversation on . Already have an account? Sign in to comment
Area-Debugging Issue-BugA bug to squash.
None yet

Successfully merging this pull request may close these issues.

F5 uses double quotes around script's path to dot-source/run script (instead of single quotes)