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.
1 parent 4f86670 commit 0d2a8a4Copy full SHA for 0d2a8a4
.devcontainer/devcontainer.json
@@ -14,13 +14,14 @@
14
}
15
},
16
17
- // Set *default* container specific settings.json values on container create.
18
- "settings": {},
19
-
20
// Add the IDs of extensions you want installed when the container is created.
21
- "extensions": [
22
- "rebornix.Ruby"
23
- ],
+ "customizations": {
+ "vscode": {
+ "extensions": [
+ "Shopify.ruby-lsp"
+ ]
+ }
24
+ },
25
26
// Use 'forwardPorts' to make a list of ports inside the container available locally.
27
// "forwardPorts": [],
@@ -30,8 +31,8 @@
30
31
32
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
33
"remoteUser": "vscode",
34
+
35
"features": {
36
"github-cli": "latest"
37
38
0 commit comments