Sha256: ada160cdf78858447ffc073819394e68e69cebf9525d10839190b3ea8a3528e5
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 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" ], // 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rget-4.11.0 | .devcontainer/devcontainer.json |
rget-4.10.0 | .devcontainer/devcontainer.json |
rget-4.9.3 | .devcontainer/devcontainer.json |