Open alecnmk opened 6 years ago
I'm experiencing other issue when running local version of the package: #201. I'm going to make a branch from v5.1.2 and apply that fix again. But that PR is pretty simple and should be legit.
update
I just needed to install deps for atom-ctags locally (it wasn't able to load ctags-cache
)
I'm using
--exclude=@.gitignore
setting in~/.ctags.d/default.ctags
. It wasn't able to find project's.gitignore
file, since by defaultBufferedProcess
is starting from/
directory. That simple PR fixes that.Really hope it'll make to next version ;) Thank you.