mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +00:00
Merge pull request #125024 from happysalada/vscode_extension_project_manager
vscode-extensions.alefragnani.project-manager: init 12.1.0
This commit is contained in:
commit
5d15fc6091
@ -36,6 +36,18 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
alefragnani.project-manager = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "project-manager";
|
||||||
|
publisher = "alefragnani";
|
||||||
|
version = "12.1.0";
|
||||||
|
sha256 = "sha256-fYBKmWn9pJh2V0fGdqVrXj9zIl8oTrZcBycDaMOXL/8=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
alexdima.copy-relative-path = buildVscodeMarketplaceExtension {
|
alexdima.copy-relative-path = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "copy-relative-path";
|
name = "copy-relative-path";
|
||||||
|
Loading…
Reference in New Issue
Block a user