mirror of
https://github.com/Homebrew/brew.git
synced 2024-11-25 16:33:34 +08:00
46bf4d7948
- Update outdated and add new recommended extensions - Exclude some vendored code from search results by default - Add more VSCode editor settings that are consistent with our linting - Provide configuration for coverage visualization in VSCode but disable it by default - Add SimpleCov coverage for `eval` and ensure that we always default to line coverage in case upstream defaults ever change
18 lines
448 B
JSON
18 lines
448 B
JSON
{
|
|
"recommendations": [
|
|
"Shopify.ruby-lsp",
|
|
"sorbet.sorbet-vscode-extension",
|
|
"github.vscode-github-actions",
|
|
"anykeyh.simplecov-vscode",
|
|
"ms-azuretools.vscode-docker",
|
|
"github.vscode-pull-request-github",
|
|
"davidanson.vscode-markdownlint",
|
|
"foxundermoon.shell-format",
|
|
"timonwong.shellcheck",
|
|
"ban.spellright",
|
|
"redhat.vscode-yaml",
|
|
"koichisasada.vscode-rdbg",
|
|
"editorconfig.editorconfig"
|
|
]
|
|
}
|