简体   繁体   English

如何删除Sublime Linter中的弹出警告?

[英]How to remove popup warning in Sublime Linter?

I like that on save, Sublime Linter will put a red dot in the column, an outline around the error, and an error warning in the bottom of the window. 我喜欢保存,Sublime Linter会在列中放置一个红点,错误周围的轮廓,以及窗口底部的错误警告。 However, I don't like that on save, it gives the warning in a popup. 但是,我不喜欢保存,它会在弹出窗口中发出警告。 I've been googling and can't tell what setting makes this happen. 我一直在谷歌搜索,不知道是什么设置使这种情况发生。 Anyone know what I need to do? 有人知道我需要做什么吗? Thanks 谢谢

弹出警告

Got it! 得到它了! Needed to uncheck SublimeLinter > Show Errors on Save 需要取消选中SublimeLinter > Show Errors on Save

I would like to add that you need to set: 我想补充一点,你需要设置:

"tooltips": false within your SublimeLinter.sublime-settings "tooltips": false SublimeLinter.sublime-settings "tooltips": false

in order to avoid getting this tooltips which you can see below: 为了避免获得此工具提示,您可以在下面看到:

在此输入图像描述

They may appear when hoovering over an error. 他们可能会因为错误而出现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM