From 5fac970aa6c9beb8ac1e9ba51bf21896c4a5d055 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" } ] }