We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbca01e + d04d15b commit 88af9e3Copy full SHA for 88af9e3
features/src/ruby/README.md
@@ -47,7 +47,8 @@ Installs Ruby and a version manager (mise or rbenv) along with the dependencies
47
48
### VS Code Extensions
49
50
-- `shopify.ruby-lsp`
+- [`shopify.ruby-lsp`](https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-lsp)
51
+- [`marcoroth.herb-lsp`](https://marketplace.visualstudio.com/items?itemName=marcoroth.herb-lsp)
52
53
## OS Support
54
features/src/ruby/devcontainer-feature.json
@@ -8,7 +8,8 @@
8
"customizations": {
9
"vscode": {
10
"extensions": [
11
- "shopify.ruby-lsp"
+ "shopify.ruby-lsp",
12
+ "marcoroth.herb-lsp"
13
]
14
}
15
},
0 commit comments