Merge pull request #119889 from dbirks/iciclesoft-workspacesort-init
vscode-extensions.iciclesoft.workspacesort: init at 1.6.0
This commit is contained in:
commit
da6777798d
@ -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 {
|
james-yu.latex-workshop = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "latex-workshop";
|
name = "latex-workshop";
|
||||||
|
Loading…
Reference in New Issue
Block a user