--- layout: default permalink: /vscode/release-notes-:title --- {% if page.release != "final" %}
Apache Daffodil VS Code Extension {{ page.title }} has not yet been released! The artifact and release notes below are drafts for a proposed release of Apache Daffodil VS Code Extension which has not yet occurred.
{% endif %}
{% capture docx_path %}/docs/vscode/{{page.title}}/Apache-Daffodil-Extension-for-Visual-Studio-Code-{{page.title}}.docx{% endcapture %} {% capture html_path %}/docs/vscode/{{page.title}}/Apache-Daffodil-Extension-for-Visual-Studio-Code-{{page.title}}.html{% endcapture %} {% assign exists = site.static_files | where: "path", docx_path %} {% if exists.size != 0 %}

Documentation

HTML | DOCX
{% endif %}

Get Release

{% if page.source-dist %}

Source

{% include download-list.html apache=page.apache artifacts=page.source-dist project="daffodil/daffodil-vscode" release=page.release type="src" version=page.title %}

{% endif %} {% if page.binary-dist %}

Binaries

{% include download-list.html apache=page.apache artifacts=page.binary-dist project="daffodil/daffodil-vscode" release=page.release type="bin" version=page.title %}

{% endif %} {% if page.apache %}

The above release files should be verified using the PGP signatures and the project release KEYS. See verification instructions for a description of using the PGP and KEYS files for verification. A SHA512 checksum is also provided as an alternative verification method.

{% endif page.apache %}

This extension is available from the VS Code Marketplace.

To install from within VS Code, launch VS Code Quick Open (Ctrl+P), type the following command, and press enter.

{% highlight text %} ext install ASF.apache-daffodil-vscode {% endhighlight %}

Release Notes

{{ content }}