There is an issue with MDC’s file path matching when projects are structured as follows:
h5
web
api
If the MDC matching path is set to h5/src/**/*
, the documentation indicates the path is correct, but the agent does not include it. Conversely, if you change the MDC matching path to src/**/*
, the documentation shows the path in red, indicating it cannot match, yet the agent does include it. This bug arises when multiple projects are placed within the same folder, as MDC’s matching rules fail to function properly in such cases.