ack3
ack3 copied to clipboard
ack shows results from the .vscode/ directory (using ack v3.4.0)
Probably ack should skip the .vscode directory by default
In any case I added
--ignore-dir=.vscode
to the ~/.ackrc file to avoid this.
Sounds good. Is there anywhere that documents this?
It is mentioned on this page: https://code.visualstudio.com/docs/getstarted/settings
Thanks for this. Anything else in VS Code that we should be ignoring?
I am not an expert on VS Code, this is the only one I encountered so far.
This has been changed and will go out in v3.6.0