diff --git a/package.json b/package.json index 4c38bb6..adcda8f 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "coverage-gutters.ignoredPathGlobs": { "type": "string", "scope": "resource", - "default": "**/{node_modules,venv,.venv,vendor}/**", + "default": "**/{node_modules,venv,vendor,.venv}/**", "description": "paths that will be ignored by the extension" }, "coverage-gutters.remotePathResolve": {