rthomas320 opened a new issue, #1326: URL: https://github.com/apache/daffodil-vscode/issues/1326
Attribute value completion code has a flaw that deletes attributes erroneously A line like this [lengthKind="delimited" initiator="int="/>] is being replaced with a blank line and the tag close characters when ctrl+space or space is typed between the end quote and the slash. The combination of the equal sign character and the end quote is triggering the attributeValueCompletion.ts code to execute. A flaw in the logic in that module is causing the line to be removed except for the tag end characters. <img width="1240" height="1292" alt="Image" src="https://github.com/user-attachments/assets/12b11994-ca8e-4b6c-9f16-ca76671ea4fe" /> <img width="997" height="1264" alt="Image" src="https://github.com/user-attachments/assets/0d42af44-534b-4c68-9a00-59866a5af749" /> -- 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]
