标签:ecs slide alt bug install ann 代理设置 view pac
配置Package Control
{ "bootstrapped": true, "channels": // 设置通道,通过国内通道,更新插件;如果有代理,就可以不用设置了。 [ "https://raw.githubusercontent.com/7t7t/channel_v3.json/master/channel_v3.json" ], "debug": true, // 开启debug "http_proxy": "http://127.0.0.1:8123", // 设置代理,避免被墙,使用polipo中转为socks5代理 "https_proxy": "http://127.0.0.1:8123", // 设置代理,避免被墙,使用polipo中转为socks5代理 "in_process_packages": [ ], "installed_packages": // 已经安装的插件 [ "Alignment", "Anaconda", "BracketHighlighter", "Codecs33", "ColorPicker", "ConvertToUTF8", "CSSLint", "Emmet", "FileDiffs", "HTML-CSS-JS Prettify", "JSLint", "Markdown Slideshow", "MarkdownLivePreview", "MarkdownPreview", "Package Control", "Python Breakpoints", "Python Fix Imports", "PythonTraceback", "sublime-text-2-buildview", "SublimeCodeIntel", "SublimeLinter", "SublimeLinter-csslint", "SublimeLinter-flake8", "SublimeLinter-jshint", "SublimeLinter-jsxhint", "SublimeLinter-pep8", "SublimeLinter-pyflakes", "SublimeLinter-pylint", "SublimeServer", "SublimeTextGitX", "SummitLinter" ] }
brew install polipo
polipo socksParentProxy=19.68.6.32:1080
参考:
https://jack006.com/mac-sublime-http.html
http://www.miaoqiyuan.cn/p/package-control-error
标签:ecs slide alt bug install ann 代理设置 view pac
原文地址:https://www.cnblogs.com/shengulong/p/10364961.html