.vscode: add more settings, extensions.

This commit is contained in:
Mike McQuaid 2021-01-07 13:27:06 +00:00
parent b39c0f71f3
commit 62d44b5c8a
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
2 changed files with 13 additions and 2 deletions

8
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"recommendations": [
"kaiwood.endwise",
"misogi.ruby-rubocop",
"rebornix.ruby",
"wingrunr21.vscode-ruby"
]
}

View File

@ -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,
} }