lsp-mode
lsp-mode copied to clipboard
Add vendor folder to lsp-file-watch-ignored-directories
For programming languages like PHP and Ruby, the libraries are located in the vendor/ directory.
vendor is too generic, I would rather not put it in the default set.
vendoris too generic, I would rather not put it in the default set.
What about per-mode lists? Maybe an alist?
Agree. It's too generic.
The per-mode list sounds like a good idea to me, would it be hard to implement @yyoncho ?
We can use after open function to set buffer local or put the specific filters in the lsp--client