-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Description
When I try to do Tools | Packages | Package Developement | New Package... I get the following message in the console:
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 526, in run_
return self.run()
File "package_dev in C:\Users\Norbert\AppData\Roaming\Sublime Text 3\Installed Packages\AAAPackageDev.sublime-package", line 61, in run
TypeError: show_input_panel() missing 2 required positional arguments: 'on_change' and 'on_cancel'