Skip to content

Commit 5c5c84f

Browse files
author
Kapil Borle
committed
Fix merge conflict
1 parent 5f3e08e commit 5c5c84f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/PowerShellEditorServices.Protocol/Server/LanguageServer.cs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,14 @@ public class LanguageServer : LanguageServerBase
3131
private OutputDebouncer outputDebouncer;
3232
private LanguageServerEditorOperations editorOperations;
3333
private LanguageServerSettings currentSettings = new LanguageServerSettings();
34+
private Dictionary<string, Dictionary<string, MarkerCorrection>> codeActionsPerFile =
35+
new Dictionary<string, Dictionary<string, MarkerCorrection>>();
3436

35-
<<<<<<< 2d4012eee01d844c3e2d46aa538aa348d63530b0
3637
/// <param name="hostDetails">
3738
/// Provides details about the host application.
3839
/// </param>
3940
public LanguageServer(HostDetails hostDetails, ProfilePaths profilePaths)
4041
: this(hostDetails, profilePaths, new StdioServerChannel())
41-
=======
42-
private Dictionary<string, Dictionary<string, MarkerCorrection>> codeActionsPerFile =
43-
new Dictionary<string, Dictionary<string, MarkerCorrection>>();
44-
45-
public LanguageServer() : this(new StdioServerChannel())
46-
>>>>>>> DRAFT: Initial "code actions" support
4742
{
4843
}
4944

0 commit comments

Comments
 (0)