Skip to content

Commit

Permalink
Merge pull request #15782 from MikeMcQuaid/vscode_settings
Browse files Browse the repository at this point in the history
Improve VSCode extensions/settings
  • Loading branch information
MikeMcQuaid authored Jul 28, 2023
2 parents 389bcf4 + 3e355a3 commit e700bc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"recommendations": [
"kaiwood.endwise",
"misogi.ruby-rubocop",
"lorankloeze.ruby-rubocop-revived",
"rebornix.ruby",
"wingrunr21.vscode-ruby",
"sorbet.sorbet-vscode-extension",
"github.vscode-github-actions",
"timonwong.shellcheck",
"foxundermoon.shell-format",
"davidanson.vscode-markdownlint",
"editorconfig.editorconfig"
]
}
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"ruby.useLanguageServer": true,
"ruby.rubocop.executePath": "Library/Homebrew/shims/gems/",
"shellcheck.customArgs": [
"--shell=bash",
Expand Down

0 comments on commit e700bc7

Please sign in to comment.