Skip to content

Commit 8f2742e

Browse files
committed
Removed .Debugging namespace.
1 parent 653503d commit 8f2742e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

src/PowerShellEditorServices/Debugging/DebugService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
using System.Linq;
1010
using System.Management.Automation;
1111
using System.Threading.Tasks;
12-
using Microsoft.PowerShell.EditorServices.Debugging;
1312

1413
namespace Microsoft.PowerShell.EditorServices
1514
{

src/PowerShellEditorServices/Debugging/StackFrameDetails.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
44
//
55

6-
using System.Collections.Generic;
76
using System.Management.Automation;
8-
using Microsoft.PowerShell.EditorServices.Debugging;
97

108
namespace Microsoft.PowerShell.EditorServices
119
{

src/PowerShellEditorServices/Debugging/VariableContainerDetails.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using System.Diagnostics;
88
using Microsoft.PowerShell.EditorServices.Utility;
99

10-
namespace Microsoft.PowerShell.EditorServices.Debugging
10+
namespace Microsoft.PowerShell.EditorServices
1111
{
1212
/// <summary>
1313
/// Container for variables that is not itself a variable per se. However given how

0 commit comments

Comments
 (0)