This is an automated email from the ASF dual-hosted git repository. davin pushed a commit to branch 360-rename_extention in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
commit fef421266fe0c5ecf85ff18849394ded0e386d85 Author: Davin Shearer <[email protected]> AuthorDate: Fri Dec 2 12:14:49 2022 -0500 Change name to "Apache Daffodil™ Extension for Visual Studio Code" closes #360 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0081bbf..614d838 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apache-daffodil-vscode", - "displayName": "Apache Daffodil VS Code Extension", - "description": "VS Code extension for Apache Daffodil DFDL schema debugging", + "displayName": "Apache Daffodil™ Extension for Visual Studio Code", + "description": "Apache Daffodil™ Extension for Visual Studio Code providing DFDL syntax highlighting, DFDL code completion, DFDL schema debugging, and data editor", "version": "1.2.0", "daffodilVersion": "3.4.0", "omegaEditServerHash": "1c11c5711b6cd477023be71d04b070e1289312aaaef5f81fb9ded4e3884b7135ca13e2b2cf7b547e374142167c19789555eeb5d83dbed38ff6dde71c25db5fb7",
