Skip to content

Commit 8ee21cf

Browse files
committed
Use Ruby LSP instead of rebornix.Ruby
1 parent 5d26375 commit 8ee21cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/devcontainer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Ruby",
55
"build": {
66
"dockerfile": "Dockerfile",
7-
"args": {
7+
"args": {
88
// Update 'VARIANT' to pick a Ruby version: 3, 3.1, 3.0, 2, 2.7
99
// Append -bullseye or -buster to pin to an OS version.
1010
// Use -bullseye variants on local on arm64/Apple Silicon.
@@ -20,11 +20,11 @@
2020
"vscode": {
2121
// Add the IDs of extensions you want installed when the container is created.
2222
"extensions": [
23-
"rebornix.Ruby"
23+
"Shopify.ruby-lsp"
2424
]
2525
}
2626
},
27-
27+
2828
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2929
// "forwardPorts": [],
3030

0 commit comments

Comments
 (0)