forked from mirrors/nixpkgs
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:
parent
f81c763c1d
commit
ec5c98e943
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue