Merge pull request #15782 from MikeMcQuaid/vscode_settings

Improve VSCode extensions/settings
This commit is contained in:
Mike McQuaid 2023-07-28 12:15:46 +01:00 committed by GitHub
commit e700bc799f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -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"
]
}

View File

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