Make WordPress Core


Ignore:
Timestamp:
02/16/2023 03:48:26 AM (3 years ago)
Author:
helen
Message:

Build/Test Tools: Improve devcontainer setup for non-Codespaces usage

This now runs in local Docker as well. Sets the executable propset to explicitly identify install-tool.sh and setup.sh as executable. Unclear if this will sync via the Git mirror; ideally it would as otherwise the two files show as modified in a Git clone even in a fresh container.

Props samruddhikhandale.
See #57187.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.devcontainer/devcontainer.json

    r55303 r55353  
    33    "name": "WordPress Core Development",
    44    "dockerComposeFile": "docker-compose.yml",
    5     "service": "wordpress",
     5    "service": "app",
    66    "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
    77
Note: See TracChangeset for help on using the changeset viewer.