Visual studio code visualstudio代码Vim:如何绑定移位空间

Visual studio code visualstudio代码Vim:如何绑定移位空间,visual-studio-code,vscode-settings,vscodevim,Visual Studio Code,Vscode Settings,Vscodevim,我试图在VisualStudio代码中使用Vim模式,使用它们的VSCodeVim扩展 在我以前的vimrc中,它看起来像: map <S-space> <Esc> 不工作:(看起来像他们插件中的一个bug,不是我做错了什么 在普通的keybindings.json中: { "key": "shift+space", "command": "extension.vim_escape", "when": "editorTextFocus" },

我试图在VisualStudio代码中使用Vim模式,使用它们的VSCodeVim扩展

在我以前的
vimrc
中,它看起来像:

map <S-space> <Esc>

不工作:(

看起来像他们插件中的一个bug,不是我做错了什么

在普通的
keybindings.json中:

{
    "key": "shift+space",
    "command": "extension.vim_escape",
    "when": "editorTextFocus"
 },
{
    "key": "shift+space",
    "command": "extension.vim_escape",
    "when": "editorTextFocus"
 },