manateelazycat / lsp-bridge

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

SyntaxWarning: invalid escape sequence '\w' words = set(re.findall("[\w|-]+", search_content_dict[search_file])) #1071

Open DanielLiuCD opened 12 hours ago

DanielLiuCD commented 12 hours ago

最近把工作环境换到Linux上了,lsp-bridge无法使用。 系统: opensuse leap 15.6 python:python3.12.6

错误信息: lsp-bridge/core/search_file_words.py:167: SyntaxWarning: invalid escape sequence '\w' words = set(re.findall("[\w|-]+", search_content_dict[search_file]))

manateelazycat commented 12 hours ago

有项目测试文件吗?