-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Describe the bug
Next.JS creates a .next folder. I believe this is done by the create-next-app cli tool but could be wrong. This should be ignored by default, as it is auto generated, slows down the extension, and returns TODOs not relevant the user.
To Reproduce
Steps to reproduce the behavior:
- Create a next.js app/open project containing next.js
- Run the workplace anchors scan in the extensions menu
- Observe the long time needed to scan and irrelevant TODOs
Expected behavior
The TODOs form within the .next folder should have been excluded from the scan by default
Proposed Solution
This issue can be solved by adding .next to the default configuration for commentAnchors.workspace.excludeFiles. The new glob pattern as would be as follows:
"commentAnchors.workspace.excludeFiles": "**/{node_modules,.git,.idea,.next,target,out,build,bin,obj,dist,vendor}/**/*"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels