deploy-sourcegraph/.vscode/extensions.json

12 строки
299 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"EditorConfig.editorconfig",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"foxundermoon.shell-format",
"timonwong.shellcheck"
]
}