StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
205 stars 32 forks source link

exclude bin and obj from workspace scan ( defaults ) #176

Closed devel0 closed 1 year ago

devel0 commented 1 year ago

This PR improves workspace scan speed especially when working with c# which produces bin and obj folder by excluding these two in the default settings "commentAnchors.workspace.excludeFiles".

macjuul commented 1 year ago

Thanks for your PR!