Update daffodil-site as vscode extension 1.0.0 was released.
diff --git a/site/_includes/themes/apache/_navigation.html b/site/_includes/themes/apache/_navigation.html
index 1205789..39050f9 100644
--- a/site/_includes/themes/apache/_navigation.html
+++ b/site/_includes/themes/apache/_navigation.html
@@ -63,7 +63,7 @@
 {% else %}
 <div class="title">
   <div class="container">
-    <h2>{% if page.collection == "releases" %}{% if page.apache %}Apache {% endif %}Daffodil {% endif %}{{ page.title }}</h2>
+    <h2>{% if page.collection == "releases" %}{% if page.apache %}Apache {% endif %}Daffodil {% endif %}{% if page.collection == "vscode" %}VS Code Extension {% endif %}{{ page.title }}</h2>
   </div>
 </div>
 {% endif %}
diff --git a/site/_includes/themes/apache/default.html b/site/_includes/themes/apache/default.html
index 3adc99a..39bc192 100644
--- a/site/_includes/themes/apache/default.html
+++ b/site/_includes/themes/apache/default.html
@@ -2,7 +2,7 @@
 <html lang="en">
   <head>
     <meta charset="utf-8">
-    <title>Apache Daffodil | {{ page.title }}</title>
+    <title>Apache Daffodil | {% if page.collection == "vscode" %}VS Code Extension {% endif %}${{ page.title }}</title>
     {% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
     <meta name="author" content="{{ site.author.name }}">
 
diff --git a/site/_layouts/vscode.html b/site/_layouts/vscode.html
index d21f4d6..b551915 100644
--- a/site/_layouts/vscode.html
+++ b/site/_layouts/vscode.html
@@ -5,9 +5,9 @@
 
 {% unless page.released %}
   <div class="alert alert-warning">
-    Apache Daffodil {{ page.title }} has not yet been released! The artifacts
+    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 which has not yet occurred.
+    Daffodil VS Code Extension which has not yet occurred.
   </div>
 {% endunless %}
 
diff --git a/site/_vscode/1.0.0.md b/site/_vscode/1.0.0.md
index e96a1aa..b458ba4 100644
--- a/site/_vscode/1.0.0.md
+++ b/site/_vscode/1.0.0.md
@@ -1,14 +1,14 @@
 ---
 
-released: false
+released: true
 apache: true
-title: VS Code Extension 1.0.0
-date: 2022-03-17
+title: 1.0.0
+date: 2022-04-04
 summary: >
     Initial release
 
-artifact-root: "https://dist.apache.org/repos/dist/dev/daffodil/daffodil-vscode/1.0.0-rc2/"
-checksum-root: "https://dist.apache.org/repos/dist/dev/daffodil/daffodil-vscode/1.0.0-rc2/"
+artifact-root: "https://www.apache.org/dyn/closer.lua/daffodil/daffodil-vscode/1.0.0/"
+checksum-root: "https://downloads.apache.org/daffodil/daffodil-vscode/1.0.0/"
 
 key-file: "https://downloads.apache.org/daffodil/KEYS"