mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
add tag closing for tsx (for #34484)
This commit is contained in:
@@ -40,7 +40,6 @@ export function activateTagClosing(tagProvider: (document: TextDocument, positio
|
||||
}
|
||||
|
||||
function onDidChangeTextDocument({ document, contentChanges, reason }: TextDocumentChangeEvent) {
|
||||
console.log('onDidChangeTextDocument', contentChanges, reason);
|
||||
if (!isEnabled || contentChanges.length === 0 || reason === TextDocumentChangeReason.Undo || reason === TextDocumentChangeReason.Redo) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user