Skip to content

Commit a3ade01

Browse files
authored
Remove deprecated Ruby extension (devcontainers#894)
* Replace deprecated Ruby extension * Remove the extension since the feature is already installing it * Update devcontainer.json
1 parent fd61e38 commit a3ade01

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/ruby/.devcontainer/devcontainer.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,6 @@
1818
"ppa": "false"
1919
}
2020
},
21-
// Configure tool-specific properties.
22-
"customizations": {
23-
// Configure properties specific to VS Code.
24-
"vscode": {
25-
// Add the IDs of extensions you want installed when the container is created.
26-
"extensions": [
27-
"rebornix.Ruby"
28-
]
29-
}
30-
},
31-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
32-
// "forwardPorts": [],
33-
34-
// Use 'postCreateCommand' to run commands after the container is created.
35-
// "postCreateCommand": "ruby --version",
36-
3721
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3822
"remoteUser": "vscode"
3923
}

0 commit comments

Comments
 (0)