rthomas320 commented on code in PR #1426:
URL: https://github.com/apache/daffodil-vscode/pull/1426#discussion_r2388804408
##########
src/language/providers/elementCompletion.ts:
##########
@@ -288,22 +288,15 @@ function nearestOpenTagChildElements(
'',
nsPrefix
)
- case 'restriction':
- return getElementCompletionItems(
- [
- 'maxInclusive',
- 'maxExclusive',
- 'minInclusive',
- 'minExclusive',
- 'pattern',
- 'totalDigits',
- 'fractionDigits',
- 'enumeration',
- ],
- '',
- '',
- nsPrefix
- )
+ //restriction doesn't seem to have any child elements
+ // case 'restriction':
+ // return getElementCompletionItems(
+ // [
+ // ],
+ // '',
+ // '',
+ // nsPrefix
+ // )
Review Comment:
Done
--
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]