Piotr Osiewicz
e6c1c51b37
chore: Fix several style lints ( #17488 )
...
It's not comprehensive enough to start linting on `style` group, but
hey, it's a start.
Release Notes:
- N/A
2024-09-06 11:58:39 +02:00
Jonathan Dickinson and Marshall Bowers
864c443f4b
csharp: Use lsp settings to locate binary if present ( #15885 )
...
C# extension now honors the "lsp" config section
Release Notes:
- N/A
---------
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com >
2024-08-07 10:58:13 -04:00
Marshall Bowers
3053f98652
csharp: Upgrade zed_extension_api to v0.0.6 ( #15175 )
...
This PR upgrades the C# extension to use v0.0.6 of the
`zed_extension_api`.
Release Notes:
- N/A
2024-07-25 08:26:04 -04:00
Marshall Bowers
58991f332b
csharp: Don't cache user-installed OmniSharp ( #10638 )
...
This PR updates the C# extension to not cache the binary when it is
using the one on the $PATH.
Release Notes:
- N/A
2024-04-16 13:22:36 -04:00
Marshall Bowers
df3050dac1
Extract C# support into an extension ( #9971 )
...
This PR extracts C# support into an extension and removes the built-in
C# support from Zed.
Tested using a Nix shell:
```
nix-shell -p dotnet-sdk omnisharp-roslyn
```
Release Notes:
- Removed built-in support for C#, in favor of making it available as an
extension. The C# extension will be suggested for download when you open
a `.cs` file.
2024-03-29 16:38:27 -04:00