We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16d657 commit 3b890c3Copy full SHA for 3b890c3
src/PowerShellEditorServices/Server/PsesLanguageServer.cs
@@ -101,7 +101,7 @@ public async Task StartAsync()
101
// Grab the workspace path from the parameters
102
if (request.RootUri != null)
103
{
104
- workspaceService.WorkspacePath = workspaceService.ResolveFileUri(request.RootUri).OriginalString;
+ workspaceService.WorkspacePath = workspaceService.ResolveFileUri(request.RootUri).LocalPath;
105
}
106
107
// Set the working directory of the PowerShell session to the workspace path
0 commit comments