Sha256: c1bbc6b0363451d0edfdd8d62ba895808ab9a1a25e7f5d448c30dcbb96c2466b

Contents?: true

Size: 1.23 KB

Versions: 5

Compression:

Stored size: 1.23 KB

Contents

// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.122.1/containers/docker-from-docker-compose
// If you want to run as a non-root user in the container, see .devcontainer/docker-compose.yml.
{
  "name": "rget",
  "context": "..",
  "dockerFile": "Dockerfile",
  
  // Set *default* container specific settings.json values on container create.
  "settings": { 
    "terminal.integrated.shell.linux": "/bin/bash"
  },

  // Add the IDs of extensions you want installed when the container is created.
  "extensions": [
    "rebornix.ruby"
    ,"github.vscode-pull-request-github"
    ,"eamodio.gitlens"
    ,"donjayamanne.githistory"
  ],

  // Uncomment the next line if you want start specific services in your Docker Compose config.
  // "runServices": [],

  // Uncomment the next line if you want to keep your containers running after VS Code shuts down.
  // "shutdownAction": "none",

  // Use 'postCreateCommand' to run commands after the container is created.
  // "postCreateCommand": "docker --version",

  // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
  // "remoteUser": "vscode"
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rget-4.14.0 .devcontainer/devcontainer.json
rget-4.13.2 .devcontainer/devcontainer.json
rget-4.13.1 .devcontainer/devcontainer.json
rget-4.13.0 .devcontainer/devcontainer.json
rget-4.12.0 .devcontainer/devcontainer.json