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 0a69937 commit da786c8Copy full SHA for da786c8
src/PowerShellEditorServices/Services/Workspace/RemoteFileManagerService.cs
@@ -274,7 +274,7 @@ public RemoteFileManagerService(
274
275
// TODO: Do this somewhere other than the constructor and make it async
276
// Register the psedit function in the current runspace
277
- //this.RegisterPSEditFunction(this.powerShellContext.CurrentRunspace);
+ this.RegisterPSEditFunction(_runspaceContext.CurrentRunspace);
278
}
279
280
#endregion
0 commit comments