diff --git a/plugin/core/types.py b/plugin/core/types.py index 0add32ce1..a5371eb7e 100644 --- a/plugin/core/types.py +++ b/plugin/core/types.py @@ -871,7 +871,7 @@ def match_view(self, view: sublime.View, scheme: str) -> bool: if not selector: return False return scheme in self.schemes and sublime.score_selector(syntax.scope, selector) > 0 - + def map_client_path_to_server_uri(self, path: str) -> str: return self.map_uri_on_payload(filename_to_uri(path), is_from_client_to_server=True)