vscode: add configuration

This commit is contained in:
Rylan Polster 2021-01-07 02:05:21 -05:00 committed by Mike McQuaid
parent dc072afdb1
commit b39c0f71f3
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -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
View File

@ -0,0 +1,3 @@
{
"ruby.rubocop.executePath": "/usr/local/Homebrew/Library/Homebrew/shims/gems/"
}