We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比方说我现在有一个·提交的快捷键,但在任何时间都可用,可不可以仅在leetcode代码页面生效的时候再可用呢。谢谢解答。 { "key": "ctrl+shift+q", "command": "leetcode.submitSolution", "when": "editorTextFocus" },
The text was updated successfully, but these errors were encountered:
I'm afraid it's not achievable so far, considering the current supported when clause. More information about available when clause can be found here: https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts.
Sorry, something went wrong.
No branches or pull requests
比方说我现在有一个·提交的快捷键,但在任何时间都可用,可不可以仅在leetcode代码页面生效的时候再可用呢。谢谢解答。
{
"key": "ctrl+shift+q",
"command": "leetcode.submitSolution",
"when": "editorTextFocus"
},
The text was updated successfully, but these errors were encountered: