scholarsmate commented on code in PR #309:
URL: https://github.com/apache/daffodil-vscode/pull/309#discussion_r989277931


##########
src/language/providers/attributeCompletion.ts:
##########
@@ -71,19 +73,19 @@ export function getAttributeCompletionProvider() {
         ) {
           if (nearestOpenItem.includes('element')) {
             var preVal = ''
-            if (!wholeLine.includes('xs:element')) {
+            if (!wholeLine.includes(nsPrefix + 'element')) {

Review Comment:
   The namespace prefix patches have been detangled from this PR and are now 
merged into main.



-- 
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]

Reply via email to