Merge pull request #285139 from wackbyte/bump-astro-vscode

vscode-extensions.astro-build.astro-vscode: 2.3.3 -> 2.8.3
This commit is contained in:
superherointj 2024-03-31 09:32:24 -03:00 committed by GitHub
commit 8f4a6210b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -411,12 +411,12 @@ let
mktplcRef = {
name = "astro-vscode";
publisher = "astro-build";
version = "2.3.3";
sha256 = "sha256-A7+7lnCPAtSWUfHLNKbYqKuTxi2Nx05Qdh5HCkT1dnM=";
version = "2.8.3";
sha256 = "sha256-A6m31eZMlOHF0yr9MjXmsFyXgH8zmq6WLRd/w85hGw0=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/astro-build.astro-vscode/changelog";
description = "Astro language support for VSCode";
description = "Astro language support for VS Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode";
homepage = "https://github.com/withastro/language-tools";
license = lib.licenses.mit;