Skip to content

Commit

Permalink
adapt to changes in LSP 1.27.0 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Jan 3, 2024
1 parent 2287a47 commit 9b5e295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volar_virtual_file_hierarchy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from LSP.plugin.core.protocol import URI
from LSP.plugin.core.registry import LspTextCommand
from LSP.plugin.core.registry import LspWindowCommand
from LSP.plugin.core.registry import new_tree_view_sheet
from LSP.plugin.core.sessions import Session
from LSP.plugin.core.tree_view import new_tree_view_sheet
from LSP.plugin.core.tree_view import TreeDataProvider
from LSP.plugin.core.tree_view import TreeItem
from LSP.plugin.core.typing import Any, Callable, Dict, List, NotRequired, IntEnum, Optional, TypedDict, Tuple, Union
Expand Down

0 comments on commit 9b5e295

Please sign in to comment.