Skip to content

Commit

Permalink
Switch Ruby VS Code extensions (#6738)
Browse files Browse the repository at this point in the history
      The `rebornix.Ruby` extension is deprecated in favor of
`Shopify.ruby-lsp`.
  • Loading branch information
spenserblack authored Mar 7, 2024
1 parent 559a642 commit fa9636b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"vscode": {

This comment has been minimized.

Copy link
@trde87

trde87 Jun 4, 2024

321134/falserebornix.Ruby

"extensions": [
"EditorConfig.EditorConfig",
"rebornix.Ruby",
"redhat.vscode-yaml"
"redhat.vscode-yaml",
"Shopify.ruby-lsp"
]
}
},
Expand Down

0 comments on commit fa9636b

Please sign in to comment.