Make WordPress Core

Opened 5 months ago

Closed 3 months ago

#62899 closed defect (bug) (fixed)

Correct the mounted volume directory for the devcontainer

Reported by: johnbillion's profile johnbillion Owned by: johnbillion's profile johnbillion
Milestone: 6.8 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch
Focuses: Cc:

Description

When using the devcontainer, the directory above the working directory is mounted as a volume. On my machine that means dozens of huge directories containing all sorts of client projects and personal projects are all unnecessarily mounted in this container.

Patch coming up.

Change History (3)

This ticket was mentioned in PR #8244 on WordPress/wordpress-develop by @johnbillion.


5 months ago
#1

  • Keywords has-patch added; needs-patch removed

This ticket was mentioned in Slack in #core by audrasjb. View the logs.


3 months ago

#3 @desrosj
3 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 60081:

Build/Test Tools: Mount correct volume directory for devcontainer.

This switches to mounting the current directory instead of the one above the working directory in the mounted volume, which can include many directories of unrelated projects.

Props johnbillion.
Fixes #62899.

Note: See TracTickets for help on using tickets.