tests/lsp: ruff_lsp is deprecated, test ruff instead

This commit is contained in:
Gaetan Lepage 2024-11-17 16:54:41 +01:00 committed by nix-infra-bot
parent e1417016df
commit a773b945fb

View file

@ -73,7 +73,7 @@
installCargo = true; installCargo = true;
installRustc = true; installRustc = true;
}; };
ruff_lsp = { ruff = {
enable = true; enable = true;
extraOptions = { extraOptions = {
init_options.settings.args = [ "--config=/path/to/config.toml" ]; init_options.settings.args = [ "--config=/path/to/config.toml" ];