vscode-extensions.grafana.grafana-alloy: init at 0.2.0 (#528364)
This commit is contained in:
@@ -2048,6 +2048,21 @@ let
|
||||
|
||||
gplane.wasm-language-tools = callPackage ./gplane.wasm-language-tools { };
|
||||
|
||||
grafana.grafana-alloy = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "grafana-alloy";
|
||||
publisher = "grafana";
|
||||
version = "0.2.0";
|
||||
hash = "sha256-XcoiEDCPp6GzYQDhJArZBEWxSnZrSTHofIyLFegsbh0=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://github.com/grafana/vscode-alloy/releases";
|
||||
description = "Grafana Alloy support for VSCode";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=grafana.grafana-alloy";
|
||||
license = lib.licenses.asl20;
|
||||
};
|
||||
};
|
||||
|
||||
grapecity.gc-excelviewer = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "gc-excelviewer";
|
||||
|
||||
Reference in New Issue
Block a user