This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git
The following commit(s) were added to refs/heads/main by this push:
new 339a44f Update Apache Daffodil VS Code Extension webpage
339a44f is described below
commit 339a44fcd60f76d756a8b4a0433fb2b77e398f86
Author: Shane Dell <[email protected]>
AuthorDate: Tue Apr 23 12:44:58 2024 -0400
Update Apache Daffodil VS Code Extension webpage
- Update the VS Code Extension webpage to use the description and
nomenclature that the daffodil-vscode repository uses.
Closes https://github.com/apache/daffodil-vscode/issues/948
---
site/vscode.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/vscode.md b/site/vscode.md
index 766bf11..3d4f525 100644
--- a/site/vscode.md
+++ b/site/vscode.md
@@ -22,11 +22,11 @@ limitations under the License.
{% endcomment %}
-->
-The Daffodil VS Code Extension is a custom extension developed by Apache for
allowing users to debug schemas inside of VS Code. The VS Code Extension also
contains a Scala implemation of the Daffodil DAP Debugger that provides the
users the ability to debug schemas.
+The Apache Daffodil™ Extension for Visual Studio Code is an extension to the
Microsoft® Visual Studio Code (VS Code) editor, designed for Data Format
Description Language 1.0 (DFDL) Schema developers. The purpose of the Apache
Daffodil™ Extension for Visual Studio Code is to ease the burden on DFDL Schema
developers by enabling rapid development of high-quality DFDL Schemas, with
syntax highlighting, code completion, data file editing, and debugging of DFDL
Schema parsing operations usin [...]
#### Releases
-All recent Daffodil VS Code Extension releases are listed here. Each release
below is listed by the version and date on which it was released. Clicking on
the version number will take you to the release notes and downloads for that
release.
+All recent Apache Daffodil™ Extension for Visual Studio Code releases are
listed here. Each release below is listed by the version and date on which it
was released. Clicking on the version number will take you to the release notes
and downloads for that release.
{% assign releases = site.vscode | where: 'release', 'final' | where:
'apache', 'true' | sort: 'date' %}
{% if releases.size > 0 %}