From 94b4bf84a500c44ef907371cbbcc06084899ed25 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Mon, 3 Aug 2020 08:21:03 +0000 Subject: [PATCH] Alpha-sort extensions.json Implements review feedback from https://github.com/open-vsx/publish-extensions/pull/101 --- extensions.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions.json b/extensions.json index 469435af5..89ef8b9ae 100644 --- a/extensions.json +++ b/extensions.json @@ -667,6 +667,10 @@ "id": "serayuzgur.crates", "repository": "https://github.com/serayuzgur/crates" }, + { + "id": "shalldie.background", + "repository": "https://github.com/shalldie/vscode-background" + }, { "id": "Shan.code-settings-sync", "repository": "https://github.com/shanalikhan/code-settings-sync", @@ -833,10 +837,6 @@ "id": "zxh404.vscode-proto3", "repository": "https://github.com/zxh0/vscode-proto3", "version": "0.4.2" - }, - { - "id": "shalldie.background", - "repository": "https://github.com/shalldie/vscode-background" } ] }