Josephblt opened a new issue, #3877: URL: https://github.com/apache/incubator-kie-tools/issues/3877
BPMN and DMN editors do not trigger the Text Document events: - onDidOpenTextDocument: [Event](https://code.visualstudio.com/api/references/vscode-api#Event)<[TextDocument](https://code.visualstudio.com/api/references/vscode-api#TextDocument)> - onDidCloseTextDocument: [Event](https://code.visualstudio.com/api/references/vscode-api#Event)<[TextDocument](https://code.visualstudio.com/api/references/vscode-api#TextDocument)> - onDidSaveTextDocument: [Event](https://code.visualstudio.com/api/references/vscode-api#Event)<[TextDocument](https://code.visualstudio.com/api/references/vscode-api#TextDocument)> - onDidChangeTextDocument: [Event](https://code.visualstudio.com/api/references/vscode-api#Event)<[TextDocumentChangeEvent](https://code.visualstudio.com/api/references/vscode-api#TextDocumentChangeEvent)> These are standard events for document manipulation, and to further improve editor capabilities we should support them. More information on the events can be found in the [VS Code API](https://code.visualstudio.com/api/references/vscode-api#workspace). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
