Wrong selection after undoing TextEditor.insertSnippet #170041
Labels
api
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
snippets
verified
Verification succeeded
Milestone
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
TextEditor.insertSnippet
. The call should provide a range to be replaced. e.g.insertSnippet("${0:hi}", new vscode.Selection(new vscode.Position(0, 1), new vscode.Position(0, 4)))
The text was updated successfully, but these errors were encountered: