Skip to content

Commit d04d15b

Browse files
committed
Add Herb LSP extension to ruby devcontainer feature
1 parent cbca01e commit d04d15b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

features/src/ruby/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Installs Ruby and a version manager (mise or rbenv) along with the dependencies
4747

4848
### VS Code Extensions
4949

50-
- `shopify.ruby-lsp`
50+
- [`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)
5152

5253
## OS Support
5354

features/src/ruby/devcontainer-feature.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"customizations": {
99
"vscode": {
1010
"extensions": [
11-
"shopify.ruby-lsp"
11+
"shopify.ruby-lsp",
12+
"marcoroth.herb-lsp"
1213
]
1314
}
1415
},

0 commit comments

Comments
 (0)