0
点赞
收藏
分享

微信扫一扫

sublime弹出报错信息

冶炼厂小练 2022-09-15 阅读 130


A plugin (SublimeCodeIntel) may be making Sublime Text unresponsive by taking too long (0.020000s) in its on_modified callback.

This message can be disabled via the detect_slow_plugins setting

解决方法:打开preference->setting_user
添加
“detect_slow_plugins”: false
这样以后就不会弹出类似提示了

举报

相关推荐

0 条评论