wekerSnail
Results
2
comments of
wekerSnail
我的疑问是检验不是应该在transforms之后么,为处理之后的值为什么不为空也无法通过检验
> vsc 1.90.1 检查发现默认快捷键中有这玩意: > > ```shell > { "key": "ctrl+win+t", "command": "extension.cursorTip", "when": "editorTextFocus" },。 > ``` > > 尝试使用keybindings.json覆盖掉这个失败: > > ```shell > [ { "key": "ctrl+win+t", "command":...