From b39c0f71f3f92be27aac5ea68c6406be4badc854 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Thu, 7 Jan 2021 02:05:21 -0500 Subject: [PATCH] vscode: add configuration --- .gitignore | 3 +++ .vscode/settings.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .vscode/settings.json 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