Mum*_*ing 22 windows text-editor editor sublimetext3
我想关闭Sublime 3更新通知,所以我转到Preferences -> Settings-User
并编辑它:
{
"auto_close_tags": true,
"font_size": 18,
"hot_exit": false,
"remember_open_files": false,
"show_encoding": true,
"update_check": false
}
Run Code Online (Sandbox Code Playgroud)
但它不起作用.
Ash*_*iya 40
在主机文件中添加此行.
127.0.0.1 www.sublimetext.com
对于Linux,主机文件是/etc/hosts
和Windows一样C:\Windows\System32\Drivers\etc\hosts
mc0*_*c0e 23
您需要注册该软件"update_check": false
才能工作.
https://github.com/SublimeTextIssues/Core/issues/1206#issuecomment-221630273
这笔交易是,如果你不付钱,那么你的贡献是帮助测试软件,为此你需要使用最新版本.
Sau*_*abh 10
安装 Sublime Text 3 后我做了以下操作:
修改/etc/hosts
以包含条目:
127.0.0.1 www.sublimetext.com
127.0.0.1 sublimetext.com
127.0.0.1 sublimehq.com
127.0.0.1 license.sublimehq.com
127.0.0.1 45.55.255.55
127.0.0.1 45.55.41.223
0.0.0.0 license.sublimehq.com
0.0.0.0 45.55.255.55
0.0.0.0 45.55.41.223
Run Code Online (Sandbox Code Playgroud)
然后设置"update_check": false
小智 5
转到首选项,然后设置-用户,然后在{}
括号中输入:
"update_check": false
Run Code Online (Sandbox Code Playgroud)
这仅在您注册后才有效
归档时间: |
|
查看次数: |
15841 次 |
最近记录: |