docs: Fix incorrect info in C# documentation (#30891)
`ignore_system_version` does not work for extensions. Release Notes: - N/A
This commit is contained in:
parent
dd3956eaf1
commit
230eb12f72
1 changed files with 0 additions and 14 deletions
|
@ -23,17 +23,3 @@ The `OmniSharp` binary can be configured in a Zed settings file with:
|
|||
}
|
||||
}
|
||||
```
|
||||
|
||||
If you want to disable Zed looking for a `omnisharp` binary, you can set `ignore_system_version` to `true`:
|
||||
|
||||
```json
|
||||
{
|
||||
"lsp": {
|
||||
"omnisharp": {
|
||||
"binary": {
|
||||
"ignore_system_version": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue