Skip to content

Commit

Permalink
Update VS Code Extension
Browse files Browse the repository at this point in the history
This commit replaces the old Ruby VS Code extension into the new Shopify's Ruby LSP as the modern VS Code language support extension.
  • Loading branch information
rodrigoargumedo authored Feb 5, 2025
1 parent 1d5c88a commit 3486bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"rebornix.Ruby"
"shopify.ruby-lsp"
]
}
},
Expand Down

0 comments on commit 3486bf8

Please sign in to comment.