{"id":15480106,"url":"https://github.com/tyler36/ddev-vscode-devcontainer","last_synced_at":"2026-02-26T02:54:54.984Z","repository":{"id":151420292,"uuid":"623859832","full_name":"tyler36/ddev-vscode-devcontainer","owner":"tyler36","description":"Open a DDEV container in VSCode","archived":false,"fork":false,"pushed_at":"2026-02-17T06:03:04.000Z","size":47,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-17T11:47:56.177Z","etag":null,"topics":["ddev","ddev-get","docker","hacktoberfest","vscode"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tyler36.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-05T08:40:07.000Z","updated_at":"2026-02-17T06:03:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fa60071-94e5-48cc-abcb-262321ce6cd7","html_url":"https://github.com/tyler36/ddev-vscode-devcontainer","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.2727272727272727,"last_synced_commit":"0721eba1d07147a70ff1ac77567ccc50b28d1638"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":"ddev/ddev-addon-template","purl":"pkg:github/tyler36/ddev-vscode-devcontainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler36%2Fddev-vscode-devcontainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler36%2Fddev-vscode-devcontainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler36%2Fddev-vscode-devcontainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler36%2Fddev-vscode-devcontainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyler36","download_url":"https://codeload.github.com/tyler36/ddev-vscode-devcontainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler36%2Fddev-vscode-devcontainer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29848636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ddev","ddev-get","docker","hacktoberfest","vscode"],"created_at":"2024-10-02T04:40:38.813Z","updated_at":"2026-02-26T02:54:54.972Z","avatar_url":"https://github.com/tyler36.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![add-on registry](https://img.shields.io/badge/DDEV-Add--on_Registry-blue)](https://addons.ddev.com)\n[![tests](https://github.com/tyler36/ddev-vscode-devcontainer/actions/workflows/tests.yml/badge.svg)](https://github.com/tyler36/ddev-vscode-devcontainer/actions/workflows/tests.yml)\n[![last commit](https://img.shields.io/github/last-commit/tyler36/ddev-vscode-devcontainer)](https://github.com/tyler36/ddev-vscode-devcontainer/commits)\n[![release](https://img.shields.io/github/v/release/tyler36/ddev-vscode-devcontainer)](https://github.com/tyler36/ddev-vscode-devcontainer/releases/latest)\n\n# ddev-vscode-devcontainer \u003c!-- omit in toc --\u003e\n\n- [What is ddev-vscode-devcontainer?](#what-is-ddev-vscode-devcontainer)\n- [Requirements](#requirements)\n- [Getting started](#getting-started)\n- [Usage](#usage)\n  - [Open the web container](#open-the-web-container)\n  - [Open the database container](#open-the-database-container)\n- [Support](#support)\n  - [Customization](#customization)\n\n## What is ddev-vscode-devcontainer?\n\nThis addon adds a global helper function to open a running DDEV container in [VS Code](https://code.visualstudio.com/) (Visual Studio Code).\n\n## Requirements\n\nThis addon has 3 main requirements:\n\n- [DDEV](https://ddev.readthedocs.io/en/stable/)\n- [Visual Studio Code](https://code.visualstudio.com/)\n- [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers), an extension for VS Code\n\nPlease see the relevant home pages above for installation and setup instructions.\n\n## Getting started\n\n1. Open a terminal to an existing project.\n1. Install the `ddev-vscode-devcontainer` add-on:\n\n   ```shell\n   ddev add-on get tyler36/ddev-vscode-devcontainer\n   ```\n\nThe command will become available after running `ddev start` or `ddev restart`.\n\n## Usage\n\n### Open the web container\n\n```shell\nddev code\n```\n\n### Open the database container\n\n```shell\nddev code -d\n```\n\n`-db` or `--database` may also be used.\n\n## Support\n\nThe command assumes the VSCode executable (`code`) is available on your path.\n\nWSL users may need to add the following to their `~/.bashrc` file.\n\n   ```bash\n   # Add default VSCODE install path to path\n   export PATH=\"$PATH:/mnt/c/Program Files/Microsoft VS Code/bin\"\n   ```\n\n### Customization\n\nYou can can customize the command by removing `#ddev-generated` from `~/.ddev/commands/host/code`.\n\nNote, this will prevent DDEV from updating the command.\n\n**Contributed and maintained by [@tyler36](https://github.com/tyler36)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyler36%2Fddev-vscode-devcontainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyler36%2Fddev-vscode-devcontainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyler36%2Fddev-vscode-devcontainer/lists"}