Update VS Code package
This commit is contained in:
parent
1f6a01dec8
commit
99d0677a43
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"color": "#FFBE2D",
|
||||
"theme": "dark"
|
||||
},
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"author": "Astro",
|
||||
"license": "MIT",
|
||||
"publisher": "astro-build",
|
||||
|
|
Loading…
Reference in a new issue