Sha256: 32d88ccbdb1277648bf9cd07abf375e20a1d381b281f8c98eec3eed36810cfa9
Contents?: true
Size: 745 Bytes
Versions: 2
Compression:
Stored size: 745 Bytes
Contents
// For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/ruby { "name": "Ruby", "image": "mcr.microsoft.com/devcontainers/ruby:1-3.2-bullseye", "postCreateCommand": "bundle install", "customizations": { "vscode": { "extensions": [ "Shopify.ruby-extensions-pack", "testdouble.vscode-standard-ruby", "manuelpuyol.erb-linter", "Shopify.ruby-lsp", "aki77.rails-db-schema", "miguel-savignano.ruby-symbols", "sibiraj-s.vscode-scss-formatter", "Thadeu.vscode-run-rspec-file", "Cronos87.yaml-symbols", "aliariff.vscode-erb-beautify" ] } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
standard-procedure-consolidate-0.3.1 | .devcontainer/devcontainer.json |
standard-procedure-consolidate-0.3.0 | .devcontainer/devcontainer.json |