Sha256: 42978df52eb783db7a454668eae8545d426aa5a3e41743b3395d1cece53339e0

Contents?: true

Size: 984 Bytes

Versions: 7

Compression:

Stored size: 984 Bytes

Contents

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.191.1/containers/ruby
{
	"name": "Ruby",
	"build": {
		"dockerfile": "Dockerfile",
		"context": "..",
		"args": {
			// Update 'VARIANT' to pick a Ruby version: 3, 3.0, 2, 2.7, 2.6
			"VARIANT": "2.7",
		}
	},

	// Set *default* container specific settings.json values on container create.
	"settings": {},

	// 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": ".devcontainer/boot.sh",

	// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
	"remoteUser": "vscode"
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
notion-ruby-client-1.2.2 .devcontainer/devcontainer.json
notion-ruby-client-1.2.1 .devcontainer/devcontainer.json
notion-ruby-client-1.2.0 .devcontainer/devcontainer.json
notion-ruby-client-1.1.0 .devcontainer/devcontainer.json
notion-ruby-client-1.0.0 .devcontainer/devcontainer.json
notion-ruby-client-1.0.0.pre.beta2 .devcontainer/devcontainer.json
notion-ruby-client-1.0.0.pre.beta1 .devcontainer/devcontainer.json