You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "rthomas320 (via GitHub)" <gi...@apache.org> on 2023/04/06 16:18:38 UTC

[GitHub] [daffodil-vscode] rthomas320 commented on a diff in pull request #571: - fix problems with tags with multi-line attributes

rthomas320 commented on code in PR #571:
URL: https://github.com/apache/daffodil-vscode/pull/571#discussion_r1160011010


##########
src/language/providers/utils.ts:
##########
@@ -276,14 +276,15 @@ export function checkMultiLineTag(
     while (currentText.trim() === '' || !currentText.includes('<')) {
       --currentLine
       currentText = document.lineAt(currentLine).text
-      if (!currentText.endsWith('/>')) {
-        break
-      }
+      //      if (!currentText.endsWith('/>')) {
+      //        break
+      //      }

Review Comment:
   I wasn't sure if I needed, I was going to remove after testing, but forgot. It's removed now.



-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org