This is an automated email from the ASF dual-hosted git repository.
davin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new a34dbfb Add dfdl:element to list of suggestions for
xs:element/annotation/appinfo
a34dbfb is described below
commit a34dbfbd9fa211231666c9ce1f0edbb87759de06
Author: rthomas320 <[email protected]>
AuthorDate: Thu Aug 10 07:55:09 2023 -0400
Add dfdl:element to list of suggestions for xs:element/annotation/appinfo
Closes #756
---
src/language/providers/elementCompletion.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/language/providers/elementCompletion.ts
b/src/language/providers/elementCompletion.ts
index 8dfe524..4497352 100644
--- a/src/language/providers/elementCompletion.ts
+++ b/src/language/providers/elementCompletion.ts
@@ -249,6 +249,7 @@ function nearestOpenTagChildElements(
[
'dfdl:assert',
'dfdl:discriminator',
+ 'dfdl:element',
'dfdl:setVariable',
'dfdl:property',
],