File tree 3 files changed +1
-4
lines changed
src/PowerShellEditorServices/Debugging 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 9
9
using System . Linq ;
10
10
using System . Management . Automation ;
11
11
using System . Threading . Tasks ;
12
- using Microsoft . PowerShell . EditorServices . Debugging ;
13
12
14
13
namespace Microsoft . PowerShell . EditorServices
15
14
{
Original file line number Diff line number Diff line change 3
3
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
4
4
//
5
5
6
- using System . Collections . Generic ;
7
6
using System . Management . Automation ;
8
- using Microsoft . PowerShell . EditorServices . Debugging ;
9
7
10
8
namespace Microsoft . PowerShell . EditorServices
11
9
{
Original file line number Diff line number Diff line change 7
7
using System . Diagnostics ;
8
8
using Microsoft . PowerShell . EditorServices . Utility ;
9
9
10
- namespace Microsoft . PowerShell . EditorServices . Debugging
10
+ namespace Microsoft . PowerShell . EditorServices
11
11
{
12
12
/// <summary>
13
13
/// Container for variables that is not itself a variable per se. However given how
You can’t perform that action at this time.
0 commit comments