ack3 icon indicating copy to clipboard operation
ack3 copied to clipboard

ack shows results from the .vscode/ directory (using ack v3.4.0)

Open szabgab opened this issue 4 years ago • 4 comments

Probably ack should skip the .vscode directory by default

In any case I added

--ignore-dir=.vscode

to the ~/.ackrc file to avoid this.

szabgab avatar Nov 02 '20 10:11 szabgab

Sounds good. Is there anywhere that documents this?

petdance avatar Nov 09 '20 02:11 petdance

It is mentioned on this page: https://code.visualstudio.com/docs/getstarted/settings

szabgab avatar Nov 09 '20 05:11 szabgab

Thanks for this. Anything else in VS Code that we should be ignoring?

petdance avatar Nov 09 '20 15:11 petdance

I am not an expert on VS Code, this is the only one I encountered so far.

szabgab avatar Nov 09 '20 18:11 szabgab

This has been changed and will go out in v3.6.0

petdance avatar Aug 21 '22 03:08 petdance