当前位置:网站首页>Solve the problem that sublime Text3 package control cannot install plug-ins

Solve the problem that sublime Text3 package control cannot install plug-ins

2022-06-25 18:59:00 Magic City

Preferences > Package Settings > Package Control > Settings - User

 Input 
{ "channels": [ "https://packagecontrol.io/channel_v3.json", "https://web.archive.org/web/20150905194312/https://packagecontrol.io/channel_v3.json" ] }

Add the corresponding bold part in the following position , The reason is that you cannot access sublime Caused by the website of ,

Preferences > Package Settings > Package Control > Settings - User
It can also be installed locally , Download this .

http://download.csdn.net/download/qq_26584917/10196875

"channels":  
[  
  "/Users/xxx/xxx/sublime_json_channel/channel_v3.json" // The local path   
]  
Put in a similar path ji'ke

原网站

版权声明
本文为[Magic City]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206251818576797.html