mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Improve VSCode extensions/settings
- Use more modern and more useful extensions - Use the Ruby language server as not doing so is deprecated
This commit is contained in:
parent
3d44b93116
commit
3e355a3089
6
.vscode/extensions.json
vendored
6
.vscode/extensions.json
vendored
@ -1,11 +1,13 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"kaiwood.endwise",
|
||||
"misogi.ruby-rubocop",
|
||||
"lorankloeze.ruby-rubocop-revived",
|
||||
"rebornix.ruby",
|
||||
"wingrunr21.vscode-ruby",
|
||||
"sorbet.sorbet-vscode-extension",
|
||||
"github.vscode-github-actions",
|
||||
"timonwong.shellcheck",
|
||||
"foxundermoon.shell-format",
|
||||
"davidanson.vscode-markdownlint",
|
||||
"editorconfig.editorconfig"
|
||||
]
|
||||
}
|
||||
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -6,6 +6,7 @@
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"ruby.useLanguageServer": true,
|
||||
"ruby.rubocop.executePath": "Library/Homebrew/shims/gems/",
|
||||
"shellcheck.customArgs": [
|
||||
"--shell=bash",
|
||||
|
Loading…
x
Reference in New Issue
Block a user