Skip to content

Commit 0f6d836

Browse files
committed
Update README.md
1 parent d01dbc6 commit 0f6d836

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ See [csharp-ls nuget page](https://www.nuget.org/packages/csharp-ls/)
2626
- go-to-definition in metadata support (needs integration from your LSP client).
2727

2828
# Acknowledgements
29+
- csharp-ls is not affiliated with Microsoft Corp;
2930
- csharp-ls uses LSP interface from [Ionide.LanguageServerProtocol](https://github.com/ionide/LanguageServerProtocol);
30-
- csharp-ls uses Roslyn to parse and update code; Roslyn maps really nicely to LSP w/relatively little impedance mismatch;
31-
- csharp-ls uses [ILSpy/ICSharpCode.Decompiler](https://github.com/icsharpcode/ILSpy) to decompile types in assemblies to C# source;
32-
- csharp-ls is not affiliated with Microsoft Corp.
31+
- csharp-ls uses [Roslyn](https://github.com/dotnet/roslyn) to parse and update code; Roslyn maps really nicely to LSP w/relatively little impedance mismatch;
32+
- csharp-ls uses [ILSpy/ICSharpCode.Decompiler](https://github.com/icsharpcode/ILSpy) to decompile types in assemblies to C# source.
3333

3434
# TODO list
3535
- check we're not doing lense stuff or other funny things on metadata code (emacs-lsp/lsp-mode issue?);

0 commit comments

Comments
 (0)