We have a project which runs tests using the CLI against a webpacked extension and the node_modules aren't correctly excluded from coverage stats even if it's done explicitly. Manually bodging vscode-test-cli to add excludeAfterRemap: true to the Report in coverage.mts allows it to be successfully excluded. Could we get this exposed as an option or set to true by default?