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 fd61e38 commit a3ade01Copy full SHA for a3ade01
src/ruby/.devcontainer/devcontainer.json
@@ -18,22 +18,6 @@
18
"ppa": "false"
19
}
20
},
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
37
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
38
"remoteUser": "vscode"
39
0 commit comments