From c4d0746d87b45dadf562c85f613e52886cdc0fdf Mon Sep 17 00:00:00 2001 From: helenye-stripe <111009531+helenye-stripe@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:02:23 -0800 Subject: [PATCH] Update to use solargraph instead of ruby lsp (#1487) --- .vscode/extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index f70150a4..c48a5dd9 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,7 @@ { "recommendations": [ "EditorConfig.editorconfig", // default - "shopify.ruby-lsp", // intellisense-like support (if you get it working) + "castwide.solargraph", // intellisense "sorbet.sorbet-vscode-extension", // typechecking, where applicable "LoranKloeze.ruby-rubocop-revived", // linting "SarahRidge.vscode-ruby-syntax" // Semantic syntax highlighting