evandrocoan / AmxxEditor

Auto-complete and Build System for Amx Mod X on Sublime Text
GNU General Public License v3.0
9 stars 3 forks source link

PythonDebugTools dependency #2

Closed janosharsanyi closed 6 years ago

janosharsanyi commented 6 years ago
Package Control: The dependency 'PythonDebugTools' is not currently installed; installing...
Package Control: The dependency 'PythonDebugTools' is not available
Package Control: The dependency 'PythonDebugTools' could not be installed or updated
evandrocoan commented 6 years ago

Sorry, I forgot about this. The dependency was introduced and I forgot it was not in package control yet. You can fix this now by adding my channel after the package control default channel.

  1. Go to the menu Preferences -> Package Control
  2. Type Add Channel on the opened quick panel and press enter
  3. Then enter the following address and press enter:
    https://raw.githubusercontent.com/evandrocoan/SublimeStudioChannel/master/channel.json

I already requested it to be pushed to the package control channel on

  1. https://github.com/wbond/package_control_channel/pull/6818 Added the PythonDebugTools on repository/dependencies.json
evandrocoan commented 6 years ago

The dependency has already been integrated on Package Control, fixing this issue:

  1. https://github.com/wbond/package_control_channel/pull/6818 Added the PythonDebugTools on repository/dependencies.json