-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)
Description
Multiple cursors enabled unintentionally with nested snippets. Related to #87226. I can reproduce the issue easily although it is labeled as wont-fix.
Version: 1.52.0-insider
Commit: 6026ab5
Date: 2020-11-23T05:40:30.987Z
Electron: 9.3.3
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Darwin x64 17.7.0
Steps to Reproduce:
- Set the following snippet and shortcut.
{
"paren": {
"prefix": "paren",
"body": "( $1 )$0"
}
} {
"key": "alt+a",
"command": "editor.action.insertSnippet",
"args": { "name": "paren" }
}- Enter
Alt+aseveral times. - Multiple cursor enabled.
It is better for us to have an easy reproducible step anyway.
Does this issue occur when all extensions are disabled?: Yes
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)
