deepin 15.8 sublime text3 无法配置插件
Tofloor
poster avatar
abouthomeloving
deepin
2018-12-06 03:09
Author
  1. import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d80ef60'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)
Copy the Code
之后install,仍然无法下载插件
Package Control
Unable to download CodeFormatter. Please view the console for more details.

Reply Favorite View the author
All Replies
avatar
livelys
deepin
2019-02-03 01:17
#1
这个还没有解决 吗?
Reply View the author
avatar
yutent
deepin
2019-02-03 04:24
#2
It has been deleted!
avatar
abouthomeloving
deepin
2019-02-18 06:40
#3
https://bbs.deepin.org/post/172037
这个还没有解决 吗?

没有解决,建议使用vs code,商店里就有
Reply View the author
avatar
abouthomeloving
deepin
2019-02-18 06:41
#4
https://bbs.deepin.org/post/172037
这个还没有解决 吗?

没有呢,建议使用vscode
Reply View the author