Skip to content

Commit

Permalink
LSP Refactoring (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd authored Oct 22, 2023
1 parent 7f88622 commit 07afb2f
Show file tree
Hide file tree
Showing 6 changed files with 2,343 additions and 2,112 deletions.
2 changes: 2 additions & 0 deletions src/FsAutoComplete/FsAutoComplete.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
<Compile Include="LspServers/IFSharpLspServer.fs" />
<Compile Include="LspServers/FSharpLspClient.fs" />
<Compile Include="LspServers/Common.fs" />
<Compile Include="LspServers/AdaptiveServerState.fsi" />
<Compile Include="LspServers/AdaptiveServerState.fs" />
<Compile Include="LspServers/AdaptiveFSharpLspServer.fsi" />
<Compile Include="LspServers/AdaptiveFSharpLspServer.fs" />
<Compile Include="Parser.fs" />
Expand Down
Loading

0 comments on commit 07afb2f

Please sign in to comment.