vscode-extensions.github: split up for consistency

This commit is contained in:
Joscha 2023-03-27 19:32:12 +02:00
parent 3318f57f46
commit decad3f23c

View file

@ -1257,8 +1257,7 @@ let
}; };
}; };
github = { github.codespaces = buildVscodeMarketplaceExtension {
codespaces = buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {
publisher = "github"; publisher = "github";
name = "codespaces"; name = "codespaces";
@ -1268,7 +1267,7 @@ let
meta = { license = lib.licenses.unfree; }; meta = { license = lib.licenses.unfree; };
}; };
copilot = buildVscodeMarketplaceExtension { github.copilot = buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {
publisher = "github"; publisher = "github";
name = "copilot"; name = "copilot";
@ -1284,7 +1283,7 @@ let
}; };
}; };
github-vscode-theme = buildVscodeMarketplaceExtension { github.github-vscode-theme = buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {
name = "github-vscode-theme"; name = "github-vscode-theme";
publisher = "github"; publisher = "github";
@ -1301,7 +1300,7 @@ let
}; };
}; };
vscode-pull-request-github = buildVscodeMarketplaceExtension { github.vscode-pull-request-github = buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {
name = "vscode-pull-request-github"; name = "vscode-pull-request-github";
publisher = "github"; publisher = "github";
@ -1310,7 +1309,6 @@ let
}; };
meta = { license = lib.licenses.mit; }; meta = { license = lib.licenses.mit; };
}; };
};
gitlab.gitlab-workflow = buildVscodeMarketplaceExtension { gitlab.gitlab-workflow = buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {