HEX
Server: Apache/2.4.65 (Unix) OpenSSL/3.5.5
System: Linux cpanel.ns-taberra.com 5.14.0-681.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026 x86_64
User: asif201 (1002)
PHP: 8.3.0
Disabled: NONE
Upload Files
File: /home/linuxbrew/.linuxbrew/Homebrew/.devcontainer/devcontainer.json
// For format details, see https://aka.ms/devcontainer.json.
{
  "name": "Homebrew/brew",
  "image": "ghcr.io/homebrew/brew:main",
  "workspaceFolder": "/home/linuxbrew/.linuxbrew/Homebrew",
  "workspaceMount": "source=${localWorkspaceFolder},target=/home/linuxbrew/.linuxbrew/Homebrew,type=bind,consistency=cached",
  "onCreateCommand": ".devcontainer/on-create-command.sh",
  "customizations": {
    "vscode": {
      // Installing all necessary extensions for vscode
      // Taken from: .vscode/extensions.json
      "extensions": [
        "Shopify.ruby-lsp",
        "sorbet.sorbet-vscode-extension",
        "github.vscode-github-actions",
        "anykeyh.simplecov-vscode",
        "ms-azuretools.vscode-docker",
        "github.vscode-pull-request-github",
        "davidanson.vscode-markdownlint",
        "foxundermoon.shell-format",
        "timonwong.shellcheck",
        "ban.spellright",
        "redhat.vscode-yaml",
        "koichisasada.vscode-rdbg",
        "editorconfig.editorconfig"
      ]
    }
  },
  "remoteEnv": {
    "HOMEBREW_GITHUB_API_TOKEN": "${localEnv:GITHUB_TOKEN}"
  }
}