PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
632 stars 215 forks source link

Wrap script paths with single instead of double quotes #1940

Closed andyleejordan closed 1 year ago

andyleejordan commented 1 year ago

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

Resolves https://github.com/PowerShell/vscode-powershell/issues/4238.