Skip to content

Commit

Permalink
Merge pull request #119889 from dbirks/iciclesoft-workspacesort-init
Browse files Browse the repository at this point in the history
vscode-extensions.iciclesoft.workspacesort: init at 1.6.0
  • Loading branch information
SuperSandro2000 authored Apr 20, 2021
2 parents 981471b + bd6b896 commit da67777
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkgs/misc/vscode-extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,23 @@ let
};
};

iciclesoft.workspacesort = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "workspacesort";
publisher = "iciclesoft";
version = "1.6.0";
sha256 = "1pbk8kflywll6lqhmffz9yjf01dn8xq8sk6rglnfn2kl2ildfhh6";
};
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/iciclesoft.workspacesort/changelog";
description = "Sort workspace-folders alphabetically rather than in chronological order";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=iciclesoft.workspacesort";
homepage = "https://github.com/iciclesoft/workspacesort-for-VSCode";
license = licenses.mit;
maintainers = with maintainers; [ dbirks ];
};
};

james-yu.latex-workshop = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "latex-workshop";
Expand Down

0 comments on commit da67777

Please sign in to comment.