summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-04-20 19:08:13 +0200
committerGitHub <noreply@github.com>2021-04-20 19:08:13 +0200
commitda6777798d1a497c5b43dec85d378d4dfdd203f2 (patch)
treebc3256f3d5512caef3e3de669230a17337d8be4d
parent981471b0c970e2b3ab10876f35bd0938ac8e52e4 (diff)
parentbd6b896892c79eda85b74b006e29ae3c5f190346 (diff)
downloadnixpkgs-da6777798d1a497c5b43dec85d378d4dfdd203f2.tar
nixpkgs-da6777798d1a497c5b43dec85d378d4dfdd203f2.tar.gz
nixpkgs-da6777798d1a497c5b43dec85d378d4dfdd203f2.tar.bz2
nixpkgs-da6777798d1a497c5b43dec85d378d4dfdd203f2.tar.lz
nixpkgs-da6777798d1a497c5b43dec85d378d4dfdd203f2.tar.xz
nixpkgs-da6777798d1a497c5b43dec85d378d4dfdd203f2.tar.zst
nixpkgs-da6777798d1a497c5b43dec85d378d4dfdd203f2.zip
Merge pull request #119889 from dbirks/iciclesoft-workspacesort-init
vscode-extensions.iciclesoft.workspacesort: init at 1.6.0
-rw-r--r--pkgs/misc/vscode-extensions/default.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/misc/vscode-extensions/default.nix b/pkgs/misc/vscode-extensions/default.nix
index ee4f5df95d9..708041897c4 100644
--- a/pkgs/misc/vscode-extensions/default.nix
+++ b/pkgs/misc/vscode-extensions/default.nix
@@ -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";