Skip to content

Commit

Permalink
make uri_from_view public
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jan 14, 2024
1 parent 21387d3 commit 920a13c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from .core.url import uri_to_filename # deprecated
from .core.version import __version__
from .core.views import MarkdownLangMap
from .core.views import uri_from_view
from .core.workspace import WorkspaceFolder

# This is the public API for LSP-* packages
Expand Down Expand Up @@ -51,6 +52,7 @@
'Session',
'SessionBufferProtocol',
'unregister_plugin',
'uri_from_view',
'uri_to_filename', # deprecated
'WorkspaceFolder',
]

0 comments on commit 920a13c

Please sign in to comment.