Skip to content

Commit

Permalink
vscode-extensions.jroesch.lean: init at 0.16.59
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Oct 31, 2024
1 parent 05e3b3d commit 90d1273
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2693,6 +2693,23 @@ let
};
};

jroesch.lean = buildVscodeMarketplaceExtension rec {
mktplcRef = {
name = "lean";
publisher = "jroesch";
version = "0.16.59";
hash = "sha256-tXiAM2MBF+Axd0zB7Rlgx8b8FgwlLaZex0++H2DpBls=";
};
meta = {
changelog = "https://github.com/leanprover/vscode-lean/blob/v${mktplcRef.version}/README.md#release-notes";
description = "Lean 3 language support for VS Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jroesch.lean";
homepage = "https://github.com/leanprover/vscode-lean";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dotlambda ];
};
};

julialang.language-julia = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "language-julia";
Expand Down

0 comments on commit 90d1273

Please sign in to comment.