-
Notifications
You must be signed in to change notification settings - Fork 35k
Closed
Labels
context-keysfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplan
Milestone
Description
- VSCode Version: 1.42.0
- OS Version: Ubuntu 18.04.3
The when
expression that contains parentheses which we set for a keybinding defined in the contribution point of our extension results into a corrupted (invalidly transformed expression in user's keybinding settings), e.g. the following declaration:
{
"command": "extension.helloWorld",
"key": "enter",
"when": "editorLangId == rust && !suggestWidgetVisible && (!vim.active || vim.mode == 'Insert')"
}
produces the following invalid when expression:
Steps to Reproduce:
- Go to the following repo with the reproduction
- Follow the steps in README.md
Does this issue occur when all extensions are disabled?: Yes
DianaNites, yasintz, Veetaha, detrumi, lnicola and 67 more
Metadata
Metadata
Assignees
Labels
context-keysfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplan