File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
src/PowerShellEditorServices/Services/TextDocument
PowerShellEditorServices.Test.E2E
PowerShellEditorServices.Test/Language Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- //
1+ //
22// Copyright (c) Microsoft. All rights reserved.
33// Licensed under the MIT license. See LICENSE file in the project root for full license information.
44//
1313using Microsoft . PowerShell . EditorServices . Services . TextDocument ;
1414using Microsoft . PowerShell . EditorServices . Utility ;
1515using OmniSharp . Extensions . LanguageServer . Protocol . Client . Capabilities ;
16- using OmniSharp . Extensions . LanguageServer . Protocol . Document . Proposals ;
16+ using OmniSharp . Extensions . LanguageServer . Protocol . Document ;
1717using OmniSharp . Extensions . LanguageServer . Protocol . Models ;
18- using OmniSharp . Extensions . LanguageServer . Protocol . Models . Proposals ;
1918
2019namespace Microsoft . PowerShell . EditorServices . Handlers
2120{
Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
2- using OmniSharp . Extensions . LanguageServer . Protocol . Models . Proposals ;
2+ using OmniSharp . Extensions . LanguageServer . Protocol . Models ;
33
44namespace Microsoft . PowerShell . EditorServices . Services . TextDocument
55{
Original file line number Diff line number Diff line change 2121using OmniSharp . Extensions . LanguageServer . Protocol . Document ;
2222using OmniSharp . Extensions . LanguageServer . Protocol . Models ;
2323using OmniSharp . Extensions . LanguageServer . Protocol . Workspace ;
24- using OmniSharp . Extensions . LanguageServer . Protocol . Models . Proposals ;
2524using Xunit ;
2625using Xunit . Abstractions ;
2726using Range = OmniSharp . Extensions . LanguageServer . Protocol . Models . Range ;
Original file line number Diff line number Diff line change 1111using Microsoft . PowerShell . EditorServices . Services . TextDocument ;
1212using Microsoft . PowerShell . EditorServices . Handlers ;
1313using OmniSharp . Extensions . LanguageServer . Protocol ;
14- using OmniSharp . Extensions . LanguageServer . Protocol . Models . Proposals ;
1514using Xunit ;
1615
1716namespace Microsoft . PowerShell . EditorServices . Test . Language
You can’t perform that action at this time.
0 commit comments