You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,10 @@ See [csharp-ls nuget page](https://www.nuget.org/packages/csharp-ls/)
26
26
- go-to-definition in metadata support (needs integration from your LSP client).
27
27
28
28
# Acknowledgements
29
+
- csharp-ls is not affiliated with Microsoft Corp;
29
30
- 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.
33
33
34
34
# TODO list
35
35
- check we're not doing lense stuff or other funny things on metadata code (emacs-lsp/lsp-mode issue?);
0 commit comments