mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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 New Issue
Block a user