Skip to content

Commit

Permalink
Merge pull request #136 from razzmatazz/integration-from-rework-v
Browse files Browse the repository at this point in the history
Integrate refactoring changes (pt. V)
  • Loading branch information
razzmatazz authored Mar 8, 2024
2 parents 11f3879 + 826d10c commit 606abce
Show file tree
Hide file tree
Showing 29 changed files with 1,708 additions and 1,565 deletions.
4 changes: 3 additions & 1 deletion src/CSharpLanguageServer/CSharpLanguageServer.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
<Compile Include="Logging.fs" />
<Compile Include="Util.fs" />
<Compile Include="Conversions.fs" />
<Compile Include="FormatUtil.fs" />
<Compile Include="RoslynHelpers.fs" />
<Compile Include="Documentation.fs" />
<Compile Include="DocumentationUtil.fs" />
<Compile Include="Types.fs" />
<Compile Include="Lsp/Client.fs" />
<Compile Include="State.fs" />
Expand All @@ -37,6 +38,7 @@
<Compile Include="Handlers/DocumentOnTypeFormatting.fs" />
<Compile Include="Handlers/DocumentRangeFormatting.fs" />
<Compile Include="Handlers/DocumentSymbol.fs" />
<Compile Include="Handlers/ExecuteCommand.fs" />
<Compile Include="Handlers/Hover.fs" />
<Compile Include="Handlers/Implementation.fs" />
<Compile Include="Handlers/Initialization.fs" />
Expand Down
207 changes: 0 additions & 207 deletions src/CSharpLanguageServer/Documentation.fs

This file was deleted.

Loading

0 comments on commit 606abce

Please sign in to comment.