manateelazycat / lsp-bridge

A blazingly fast LSP client for Emacs
GNU General Public License v3.0
1.42k stars 205 forks source link

Remove remote files on indexing local files #849

Closed norris-young closed 8 months ago

norris-young commented 8 months ago

In the branch for indexing local files, it didn't remove local files from buffer-list. Calling search_file_words_index_files for local with remote file names will bring error. So we need to add a check rule (file-remote-p elt).

manateelazycat commented 8 months ago

Local test pass