Skip to content

Commit

Permalink
Update types.py
Browse files Browse the repository at this point in the history
  • Loading branch information
95833 authored Dec 22, 2024
1 parent ae4dd82 commit fc1e0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit fc1e0d2

Please sign in to comment.