We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d1aaa commit 8554298Copy full SHA for 8554298
src/PowerShellEditorServices.Host/LanguageServer.cs
@@ -142,7 +142,7 @@ protected async Task HandleShowOnlineHelpRequest(
142
143
psCommand.AddScript(script);
144
145
- var result = await editorSession.PowerShellSession.ExecuteCommand<object>(
+ var result = await editorSession.powerShellContext.ExecuteCommand<object>(
146
psCommand);
147
148
await requestContext.SendResult(null);
0 commit comments