Sha256: 630b069564594707a0042719b415b42d13dbce0527b37a943dfdb0bdffa13f2e

Contents?: true

Size: 1.2 KB

Versions: 3

Compression:

Stored size: 1.2 KB

Contents

{
	"name": "${localWorkspaceFolderBasename}",
	"dockerComposeFile": [
		"../compose.yml",
		"docker-compose.yml"
	],
	"service": "minato-error-handler-rails",
	"workspaceFolder": "/usr/src/api",
	"features": {
		"ghcr.io/devcontainers/features/common-utils:2": {},
		"ghcr.io/devcontainers-contrib/features/zsh-plugins:0": {
			"plugins": "zsh-autosuggestions zsh-syntax-highlighting",
			"omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions https://github.com/zsh-users/zsh-syntax-highlighting"
		},
		"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {},
		"ghcr.io/guiyomh/features/vim:0": {},
		"ghcr.io/devcontainers/features/git:1.1.0": {}
	},
	"customizations": {
		"vscode": {
			"extensions": [
				"eamodio.gitlens",
				"redhat.vscode-yaml",
				"EditorConfig.EditorConfig",
				"GitLab.gitlab-workflow",
				"MS-vsliveshare.vsliveshare"
			],
			"settings": {
				"terminal.integrated.defaultProfile.linux": "zsh",
				"terminal.integrated.defaultProfile.windows": "zsh",
				"terminal.integrated.defaultProfile.osx": "zsh"
			}
		}
	},
	"postCreateCommand": "bundle config --local GITLAB__COM gitlab-ci-token:$GITLAB_AUTH_TOKEN",
	"postStartCommand": "bundle install",
	"remoteUser": "ruby"
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
minato_error_handler-0.1.10 .devcontainer/devcontainer.json
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/minato_error_handler-0.1.9.pre.1/.devcontainer/devcontainer.json
minato_error_handler-0.1.9.pre.1 .devcontainer/devcontainer.json