brew/.vscode/extensions.json

12 lines
260 B
JSON
Raw Normal View History

{
"recommendations": [
"Shopify.ruby-lsp",
"sorbet.sorbet-vscode-extension",
"github.vscode-github-actions",
"timonwong.shellcheck",
2021-10-12 16:47:00 +08:00
"foxundermoon.shell-format",
"davidanson.vscode-markdownlint",
2021-10-12 16:47:00 +08:00
"editorconfig.editorconfig"
]
}