generated: Update

- Updated lspconfig-servers.json
- Updated rust-analyzer.nix
This commit is contained in:
github-actions[bot] 2025-04-29 06:58:17 +00:00 committed by Gaetan Lepage
parent 2435325720
commit 8ffba233d6
2 changed files with 9 additions and 7 deletions

View file

@ -1230,7 +1230,7 @@
};
"rust-analyzer.imports.group.enable" = {
description = ''
Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines.
Group inserted imports by the [following order](https://rust-analyzer.github.io/book/features.html#auto-import). Groups are separated by newlines.
'';
pluginDefault = true;
type = {
@ -2238,9 +2238,11 @@
Similarly, the JSON representation of `DiscoverArgument::Buildfile` is:
{
"buildfile": "BUILD"
}
``` json
{
"buildfile": "BUILD"
}
```
`DiscoverArgument::Path` is used to find and generate a
`rust-project.json`, and therefore, a workspace, whereas