我有很多键绑定,如下所示:
{
"key": "; c",
"command": "editor.action.insertSnippet",
"when": "editorLangId == vhdl && neovim.mode == insert && editorTextFocus",
"args": {
"name": "constant"
}
}
但现在我不能打字;因为 vscode 正在等待下一个键和弦。我在这里读到增加的 5 秒超时,但等待的时间很长。有什么解决方法吗?