diff options
author | 2021-08-11 14:41:21 -0500 | |
---|---|---|
committer | 2021-08-11 14:41:21 -0500 | |
commit | 99d0677a4397bc60c5ed8a4923dbd2f2a82984a5 (patch) | |
tree | b5765f97c5a678b54915ffb3ef8c8190b3cc162b | |
parent | 1f6a01dec8099fa4ebac5ca07816ad413a43ecdf (diff) | |
download | astro-99d0677a4397bc60c5ed8a4923dbd2f2a82984a5.tar.gz astro-99d0677a4397bc60c5ed8a4923dbd2f2a82984a5.tar.zst astro-99d0677a4397bc60c5ed8a4923dbd2f2a82984a5.zip |
Update VS Code package
-rw-r--r-- | tools/vscode/CHANGELOG.md | 7 | ||||
-rw-r--r-- | tools/vscode/package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/tools/vscode/CHANGELOG.md b/tools/vscode/CHANGELOG.md index 7238ec83a..af611e15f 100644 --- a/tools/vscode/CHANGELOG.md +++ b/tools/vscode/CHANGELOG.md @@ -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 diff --git a/tools/vscode/package.json b/tools/vscode/package.json index cb2c6db90..4c6c3378e 100644 --- a/tools/vscode/package.json +++ b/tools/vscode/package.json @@ -8,7 +8,7 @@ "color": "#FFBE2D", "theme": "dark" }, - "version": "0.5.0", + "version": "0.6.0", "author": "Astro", "license": "MIT", "publisher": "astro-build", |