Update VS Code package

This commit is contained in:
Nate Moore 2021-08-11 14:41:21 -05:00
parent 1f6a01dec8
commit 99d0677a43
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# astro-vscode
## 0.6.0
- Fixes bug with signature help not appearing in the component script section.
- Adds completion suggestions for `Astro.*` APIs in the component script.
- Adds support for Hover based hints in the component script section.
- Fixes bug with Go to Definition (cmd + click) for Components.
## 0.5.0
- Bug fixes, dependency updates

View file

@ -8,7 +8,7 @@
"color": "#FFBE2D",
"theme": "dark"
},
"version": "0.5.0",
"version": "0.6.0",
"author": "Astro",
"license": "MIT",
"publisher": "astro-build",