delete call in API does not call autoClosingPairDelete #17490
Labels
*as-designed
Described behavior is as designed
feature-request
Request for new features or functionality
I am trying to invoke the autoClosingPairDelete function from the api
In the source code I see:
So then I call vscode.window.activeTextEditor.edit with an edit.delete for one char to the left. It does not seem that this snippet of code is executed.
Is there an API call to be able to use the autoClosingPairDelete functionality?
The text was updated successfully, but these errors were encountered: