diff options
author | 2021-06-09 13:10:06 -0700 | |
---|---|---|
committer | 2021-06-09 16:10:06 -0400 | |
commit | cbd5e1d259f03f1ef251b681d0bdd93cec2eadb6 (patch) | |
tree | 052487240f01b867370bc03f7ccff6416eeae599 | |
parent | 7d5e007bf7a68d2e819ed42fc78d6fe23557f0fb (diff) | |
download | astro-cbd5e1d259f03f1ef251b681d0bdd93cec2eadb6.tar.gz astro-cbd5e1d259f03f1ef251b681d0bdd93cec2eadb6.tar.zst astro-cbd5e1d259f03f1ef251b681d0bdd93cec2eadb6.zip |
Update vs code link (#366)
I think this is the link you wanted for the extension
-rw-r--r-- | docs/syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syntax.md b/docs/syntax.md index 505abeb9b..37862f693 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -137,4 +137,4 @@ export let name; ### TODO: Composition (Slots) -[code-ext]: https://marketplace.visualstudio.com/items?itemName=astro-build.astro +[code-ext]: https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode |