Skip to content

Commit

Permalink
Adjust support-single-file error.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Oct 23, 2023
1 parent ab563d4 commit 47fed78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ def load_single_lang_server(self, project_path, filepath):
lang_server_info["support-single-file"] is False):
self.turn_off(
filepath,
"ERROR: {} not support single-file, put this file in a git repository to enable lsp-bridge-mode.".format(single_lang_server))
"ERROR: {} not support single-file, you need put this file in a git repository".format(single_lang_server))

return False

Expand Down

0 comments on commit 47fed78

Please sign in to comment.