Sha256: 8f29f19ad48c32e819611914c270d88b056b8600811ff5290e5c5fa75ca2efe8

Contents?: true

Size: 825 Bytes

Versions: 2

Compression:

Stored size: 825 Bytes

Contents

{
  "name": "Ruby",
  "build": {
    "dockerfile": "Dockerfile"
  },

  // Configure tool-specific properties.
  "customizations": {
    // Configure properties specific to VS Code.
    "vscode": {
      // Add the IDs of extensions you want installed when the container is created.
      "extensions": [
        "rebornix.Ruby"
      ]
    }
  },

  // Set the environment variables
  // "runArgs": ["--env-file",".env"],

  // Use 'forwardPorts' to make a list of ports inside the container available locally.
  //   "forwardPorts": [],

  // Use 'postCreateCommand' to run commands after the container is created.
  "postCreateCommand": "bash .devcontainer/postcreate.sh",

  // Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
  "remoteUser": "vscode"
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sorcery-0.17.0 .devcontainer/devcontainer.json
sorcery-0.16.5 .devcontainer/devcontainer.json