Merge pull request #117703 from sikmir/vscode-extensions
vscode-extensions.dotjoshjohnson.xml: init at 2.5.1
This commit is contained in:
commit
10acc0c21e
|
@ -201,6 +201,20 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dotjoshjohnson.xml = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "xml";
|
||||||
|
publisher = "dotjoshjohnson";
|
||||||
|
version = "2.5.1";
|
||||||
|
sha256 = "1v4x6yhzny1f8f4jzm4g7vqmqg5bqchyx4n25mkgvw2xp6yls037";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "XML Tools";
|
||||||
|
homepage = "https://github.com/DotJoshJohnson/vscode-xml";
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
dracula-theme.theme-dracula = buildVscodeMarketplaceExtension {
|
dracula-theme.theme-dracula = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "theme-dracula";
|
name = "theme-dracula";
|
||||||
|
|
Loading…
Reference in New Issue