Skip to content

Multiple cursors enabled unintentionally with nested snippets #111284

@tamuratak

Description

@tamuratak

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:

  1. Set the following snippet and shortcut.
{
	"paren": {
		"prefix": "paren",
		"body": "( $1 )$0"
	}
}
    {
        "key": "alt+a",
        "command": "editor.action.insertSnippet",
        "args": { "name": "paren" }
    }
  1. Enter Alt+a several times.
  2. Multiple cursor enabled.

Nov-25-2020 18-38-51

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)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions