Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/Microsoft.PowerShell.Linux.Host/main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,12 @@ internal class Listener
private object instanceLock = new object();

/// <summary>
<<<<<<< HEAD
/// Gets or sets a value indicating whether the host application
=======
/// To keep track whether we've displayed the debugger help message
/// </summary>
private bool _showHelpMessage;

/// <summary>
/// Gets or sets a value indicating whether the host application
>>>>>>> dev/debug
/// should exit.
/// </summary>
public bool ShouldExit
Expand Down