vscode-comment-anchors
vscode-comment-anchors copied to clipboard
multiple exclude patterns
I am trying to add another exclude pattern to the default one. The other one is also not too easy so merging it into the default glob does not work.
sth like this would be great:
["{js,gui,lib}/sys/**/*", "**/{node_modules,.git,.idea,target,out,build,vendor}/**/*"]