Skip to content

Commit

Permalink
fix: clear wf_attr when plugin unloaded
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Nov 1, 2024
1 parent e194db0 commit e0de11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ def plugin_loaded() -> None:

def plugin_unloaded() -> None:
"""Executed when this plugin is unloaded."""
LspPyrightPlugin.window_attrs.clear()
LspPyrightPlugin.wf_attrs.clear()
LspPyrightPlugin.cleanup()

0 comments on commit e0de11b

Please sign in to comment.