mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
.vscode: add more settings, extensions.
This commit is contained in:
parent
b39c0f71f3
commit
62d44b5c8a
8
.vscode/extensions.json
vendored
Normal file
8
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"kaiwood.endwise",
|
||||||
|
"misogi.ruby-rubocop",
|
||||||
|
"rebornix.ruby",
|
||||||
|
"wingrunr21.vscode-ruby"
|
||||||
|
]
|
||||||
|
}
|
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -1,3 +1,6 @@
|
|||||||
{
|
{
|
||||||
"ruby.rubocop.executePath": "/usr/local/Homebrew/Library/Homebrew/shims/gems/"
|
"ruby.rubocop.executePath": "Library/Homebrew/shims/gems/",
|
||||||
}
|
"files.trimTrailingWhitespace": true,
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user