How to listen for code deleted by developers? I cannot obtain the deleted code using the following API, but I obtain the code after deleting it #885
Labels
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
vscode.workspace.onDidChangeTextDocument(async (event) => {
const document = event.document;
const contentChanges = event.contentChanges;
Tasks
The text was updated successfully, but these errors were encountered: