You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unable to open files in problems/peek windows issue (#872)
* Fix unable to open files in problems/peek windows issue
This is due to PSES not properly storing a language client path in the
ClientFilePath property of ScriptFile. This change ensures that a
ClientFilePath is always stored in the text document Uri that a LSP
client expects. This code has mostly been provided by
@SeeminglyScience. Thanks for the reference to your code.
This fixes issue 1732 in the vscode-powershell repo.
* Play it safe by adding a new property instead of changing ClientPath
* Address Codacy issues
* Add tests for DocumentUri and fix colon issue on Linux/macOS
* Attempt to fix where we replace colons on Linux
* Try to fix tests for Linux
* Address PR feedback
* Kick the build
* Address PR feedback, use StringBuilder.Replace()
* Add test for backslash char on Linux/macOS.
* Update src/PowerShellEditorServices/Workspace/Workspace.cs
Co-Authored-By: rkeithhill <[email protected]>
0 commit comments