Sha256: 3e027722dee2c7e868b4f2a02b1720ecdc4d7bd448f611ac2f9d7a5df19358b9
Contents?: true
Size: 722 Bytes
Versions: 6
Compression:
Stored size: 722 Bytes
Contents
{ "name": "Ruby on Rails (Community)", "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" ] } }, // 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": "ruby --version", // Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "vscode" }
Version data entries
6 entries across 6 versions & 1 rubygems