From 4bf6f34b74547866b8206f719594eded64e4dad9 Mon Sep 17 00:00:00 2001 From: Struan Bartlett2 Date: Wed, 30 Aug 2023 20:57:50 +0000 Subject: [PATCH] Fix incorrect whitespace --- build/development/extensions.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/development/extensions.json b/build/development/extensions.json index a030658..03f2bb8 100644 --- a/build/development/extensions.json +++ b/build/development/extensions.json @@ -1,11 +1,11 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ + // See https://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ "richterger.perl", "vscode.css", "vscode.docker", - "dbaeumer.vscode-eslint", + "dbaeumer.vscode-eslint", "vscode.html", "vscode.ini", "vscode.javascript", @@ -16,5 +16,5 @@ "vscode.shellscript", "wayou.vscode-todo-highlight", "octref.vetur" - ] + ] }