Sha256: 654d688995784580d61b72ddc00bf03973cf6a9f7530cc084b3aa3f8aa4946dd

Contents?: true

Size: 1.2 KB

Versions: 18

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": {}
	},
	"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

18 entries across 18 versions & 1 rubygems

Version Path
minato_error_handler-0.1.8 .devcontainer/devcontainer.json
minato_error_handler-0.1.7 .devcontainer/devcontainer.json
minato_error_handler-0.1.6 .devcontainer/devcontainer.json
minato_error_handler-0.1.5 .devcontainer/devcontainer.json
minato_error_handler-0.1.4 .devcontainer/devcontainer.json
minato_error_handler-0.1.3 .devcontainer/devcontainer.json
minato_error_handler-0.1.2.pre.9 .devcontainer/devcontainer.json
minato_error_handler-0.1.2.pre.8 .devcontainer/devcontainer.json
minato_error_handler-0.1.2.pre.7 .devcontainer/devcontainer.json
minato_error_handler-0.1.2.pre.6 .devcontainer/devcontainer.json
minato_error_handler-0.1.2.pre.5 .devcontainer/devcontainer.json
minato_error_handler-0.1.2.pre.4 .devcontainer/devcontainer.json
minato_error_handler-0.1.2.pre.3 .devcontainer/devcontainer.json
minato_error_handler-0.1.2.pre.2 .devcontainer/devcontainer.json
minato_error_handler-0.1.2.pre.1 .devcontainer/devcontainer.json
minato_error_handler-0.1.2 .devcontainer/devcontainer.json
minato_error_handler-0.1.1 .devcontainer/devcontainer.json
minato_error_handler-0.1.0 .devcontainer/devcontainer.json