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 efaf129 commit c447d84Copy full SHA for c447d84
src/PowerShellEditorServices/Session/RemoteFileManager.cs
@@ -92,7 +92,7 @@ public class RemoteFileManager
92
Remove-Item -Path 'alias:\psedit' -Force
93
}
94
95
- Get-EventSubscriber -SourceIdentifier PSESRemoteSessionOpenFile -EA Ignore | Remove-Event
+ Get-EventSubscriber -SourceIdentifier PSESRemoteSessionOpenFile -EA Ignore | Unregister-Event
96
";
97
98
private const string SetRemoteContentsScript = @"
0 commit comments