Skip to content

Commit 8554298

Browse files
committed
rename PowerShellSession to powerShellContext
1 parent 46d1aaa commit 8554298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices.Host/LanguageServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ protected async Task HandleShowOnlineHelpRequest(
142142

143143
psCommand.AddScript(script);
144144

145-
var result = await editorSession.PowerShellSession.ExecuteCommand<object>(
145+
var result = await editorSession.powerShellContext.ExecuteCommand<object>(
146146
psCommand);
147147

148148
await requestContext.SendResult(null);

0 commit comments

Comments
 (0)