diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 4ff3e09d4d..21ae973308 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -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" ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 865fc53af2..0b9f8268e5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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",