diff --git a/.gitignore b/.gitignore index 9498ad6a22..c85e45806b 100644 --- a/.gitignore +++ b/.gitignore @@ -183,3 +183,6 @@ # Unignore tests' bundle config !/Library/Homebrew/test/.bundle/config + +# Unignore vscode configuration +!/.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..247b9a973a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "ruby.rubocop.executePath": "/usr/local/Homebrew/Library/Homebrew/shims/gems/" +} \ No newline at end of file