Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 761 Bytes

File metadata and controls

24 lines (19 loc) · 761 Bytes

Shopware Workspace

How to use?

Copy the .devcontainer folder in to your plugins root directory and replace <PLUGIN-NAME> in those files with your plugin name (so it gets correctly mapped). The structure should look like this:

# structure of a plugin-based theme
├── .devcontainer
│   ├── .devcontainer.json
│   ├── Dockerfile
│   └── prebuild
│       └── .devcontainer.json
├── composer.json
├── README.md
└── src
    ├── ...
    └── YourPluginName.php

You can then create a codespace from your repository and choose either the pre-build image or let codespace build it for you.

Dev container selection screen