Commit 929c3eff authored by followin's avatar followin
Browse files

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

parent 72a455b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
        pycharm-professional
        rider
        ruby-mine
        rust-rover
        webstorm
      ];
      paths = builtins.concatStringsSep " " ides;
+1 −0
Original line number Diff line number Diff line
@@ -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()}