jetbrains-rust-rover: add to plugins/tests and to friendly_to_plugin list

This commit is contained in:
followin 2023-09-15 21:30:16 +03:00
parent 72a455b13d
commit 929c3effe7
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
pycharm-professional
rider
ruby-mine
rust-rover
webstorm
];
paths = builtins.concatStringsSep " " ides;

View File

@ -36,6 +36,7 @@ FRIENDLY_TO_PLUGIN = {
"pycharm-professional": "PYCHARM",
"rider": "RIDER",
"ruby-mine": "RUBYMINE",
"rust-rover": "RUST",
"webstorm": "WEBSTORM"
}
PLUGIN_TO_FRIENDLY = {j: i for i, j in FRIENDLY_TO_PLUGIN.items()}