sonarqube/server/sonar-web/.vscode/extensions.json
Jean-Baptiste Lievremont c33cf1c3ee Add VSCode extension recommendations for sonar-web
The recommended extensions are the ones mentioned in the SQ Frontend Guidelines.
2020-11-04 20:05:48 +00:00

10 lines
190 B
JSON

{
"recommendations": [
"dbaeumer.vscode-eslint",
"mgmcdermott.vscode-language-babel",
"sonarsource.sonarlint-vscode",
"esbenp.prettier-vscode",
"eamodio.gitlens"
]
}