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
Send document Uri instead of path for extension command execution
This change fixes an issue which causes the language server to crash
when running a registered $psEditor command from within an untitled
file. This happens because the workspace code in the language server
expects to receive Uri paths instead of local file paths when referring
to an editor buffer. The fix is to send the untitled file's Uri instead
of its non-existent file path.
ResolvesPowerShell#810.
Resolves PowerShell/PowerShellEditorServices PowerShell#434.
0 commit comments