vscode-extensions.rust-lang-rust-analyzer: update publisher

Since rust-analyzer's publisher on the VSCode marketplace was changed to
rust-lang, this makes the extension available under
vscode-extensions.rust-lang.rust-analyzer. I thought I already did this
in PR #173540, but apparently I forgot. This is backwards-compatible in
that the extension is still availabe at
vscode-extensions.matklad.rust-analyzer as well.
This commit is contained in:
Joscha 2022-05-23 12:07:35 +02:00 committed by Yt
parent f81c763c1d
commit ec5c98e943

View file

@ -1700,7 +1700,8 @@ let
};
};
matklad.rust-analyzer = callPackage ./rust-analyzer { };
rust-lang.rust-analyzer = callPackage ./rust-analyzer { };
matklad.rust-analyzer = self.rust-lang.rust-analyzer; # Previous publisher
ocamllabs.ocaml-platform = buildVscodeMarketplaceExtension {
meta = with lib; {