Skip to content

Commit

Permalink
refactor: make command class name ends with "Command"
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Mar 29, 2024
1 parent 612cde4 commit 92c8367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""


class LspPyrightCreateConfiguration(sublime_plugin.WindowCommand):
class LspPyrightCreateConfigurationCommand(sublime_plugin.WindowCommand):
def run(self) -> None:
folders = self.window.folders()
if len(folders) == 0:
Expand Down

0 comments on commit 92c8367

Please sign in to comment.