vscode-extensions.matklad.rust-analyzer: move to alias section

This commit is contained in:
Joscha 2023-03-27 20:01:20 +02:00
parent a761d073ca
commit 32a11f9cf1

View File

@ -1749,8 +1749,6 @@ let
meta.license = lib.licenses.mit; meta.license = lib.licenses.mit;
}; };
matklad.rust-analyzer = self.rust-lang.rust-analyzer; # Previous publisher
matthewpi.caddyfile-support = buildVscodeMarketplaceExtension { matthewpi.caddyfile-support = buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {
name = "caddyfile-support"; name = "caddyfile-support";
@ -3166,6 +3164,7 @@ let
# aliases # aliases
jakebecker.elixir-ls = super.elixir-lsp.vscode-elixir-ls; jakebecker.elixir-ls = super.elixir-lsp.vscode-elixir-ls;
jpoissonnier.vscode-styled-components = super.styled-components.vscode-styled-components; jpoissonnier.vscode-styled-components = super.styled-components.vscode-styled-components;
matklad.rust-analyzer = super.rust-lang.rust-analyzer; # Previous publisher
ms-vscode = lib.recursiveUpdate super.ms-vscode { inherit (super.golang) go; }; ms-vscode = lib.recursiveUpdate super.ms-vscode { inherit (super.golang) go; };
_1Password = throw ''_1Password has been replaced with "1Password"''; _1Password = throw ''_1Password has been replaced with "1Password"'';
_2gua = throw ''_2gua has been replaced with "2gua"''; _2gua = throw ''_2gua has been replaced with "2gua"'';