Skip to content

Commit 0d2a8a4

Browse files
committed
Use Ruby LSP
1 parent 4f86670 commit 0d2a8a4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
1414
}
1515
},
1616

17-
// Set *default* container specific settings.json values on container create.
18-
"settings": {},
19-
2017
// Add the IDs of extensions you want installed when the container is created.
21-
"extensions": [
22-
"rebornix.Ruby"
23-
],
18+
"customizations": {
19+
"vscode": {
20+
"extensions": [
21+
"Shopify.ruby-lsp"
22+
]
23+
}
24+
},
2425

2526
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2627
// "forwardPorts": [],
@@ -30,8 +31,8 @@
3031

3132
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3233
"remoteUser": "vscode",
34+
3335
"features": {
3436
"github-cli": "latest"
3537
}
36-
3738
}

0 commit comments

Comments
 (0)