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.
2 parents afc55c4 + 98c99bc commit fe22f7aCopy full SHA for fe22f7a
.devcontainer/devcontainer.json
@@ -10,9 +10,9 @@
10
// Add the IDs of extensions you want installed when the container is created.
11
"extensions": [
12
"rebornix.Ruby"
13
- ]
+ ],
14
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15
- // "forwardPorts": [],
+ "forwardPorts": [9000],
16
// Use 'postCreateCommand' to run commands after the container is created.
17
// "postCreateCommand": "ruby --version",
18
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
0 commit comments