mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
vscode: add configuration
This commit is contained in:
parent
dc072afdb1
commit
b39c0f71f3
3
.gitignore
vendored
3
.gitignore
vendored
@ -183,3 +183,6 @@
|
|||||||
|
|
||||||
# Unignore tests' bundle config
|
# Unignore tests' bundle config
|
||||||
!/Library/Homebrew/test/.bundle/config
|
!/Library/Homebrew/test/.bundle/config
|
||||||
|
|
||||||
|
# Unignore vscode configuration
|
||||||
|
!/.vscode
|
||||||
|
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"ruby.rubocop.executePath": "/usr/local/Homebrew/Library/Homebrew/shims/gems/"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user