From: Jean-Baptiste Lievremont Date: Tue, 3 Nov 2020 16:06:08 +0000 (+0100) Subject: Add VSCode extension recommendations for sonar-web X-Git-Tag: 8.6.0.39681~131 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c33cf1c3ee7468dc8e95c9bed25092f17da3cca3;p=sonarqube.git Add VSCode extension recommendations for sonar-web The recommended extensions are the ones mentioned in the SQ Frontend Guidelines. --- diff --git a/server/sonar-web/.vscode/extensions.json b/server/sonar-web/.vscode/extensions.json new file mode 100644 index 00000000000..70f19772e82 --- /dev/null +++ b/server/sonar-web/.vscode/extensions.json @@ -0,0 +1,9 @@ +{ + "recommendations": [ + "dbaeumer.vscode-eslint", + "mgmcdermott.vscode-language-babel", + "sonarsource.sonarlint-vscode", + "esbenp.prettier-vscode", + "eamodio.gitlens" + ] +}