vscode-extensions.astro-build.astro-vscode: 2.3.3 -> 2.8.3

This commit is contained in:
wackbyte 2024-01-30 20:13:02 -05:00
parent ccac188536
commit b3c4658491
No known key found for this signature in database
GPG Key ID: 937F2AE5CCEFBF59

View File

@ -409,12 +409,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;