We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PSHost.Notify*Application
1 parent 513d073 commit f0b5b2eCopy full SHA for f0b5b2e
src/PowerShellEditorServices/Services/PowerShell/Host/PsesInternalHost.cs
@@ -168,12 +168,12 @@ public override void ExitNestedPrompt()
168
169
public override void NotifyBeginApplication()
170
{
171
- // TODO: Work out what to do here
+ _hostInfo.PSHost.NotifyBeginApplication();
172
}
173
174
public override void NotifyEndApplication()
175
176
+ _hostInfo.PSHost.NotifyEndApplication();
177
178
179
public void PopRunspace()
0 commit comments