mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 22:24:40 +00:00
vscode-extensions.pylyzer.pylyzer: init at 0.1.8 (#346370)
This commit is contained in:
commit
86e4f7ed7c
@ -3903,6 +3903,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
pylyzer.pylyzer = callPackage ./pylyzer.pylyzer { };
|
||||
|
||||
pythagoratechnologies.gpt-pilot-vs-code = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "gpt-pilot-vs-code";
|
||||
|
@ -0,0 +1,18 @@
|
||||
{ lib, vscode-utils }:
|
||||
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "pylyzer";
|
||||
publisher = "pylyzer";
|
||||
version = "0.1.8";
|
||||
hash = "sha256-GoY4cobxL64bREtgl7q/iR66axSM3tBrle/b9h3ED8Q=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A VS Code extension for Pylyzer, a fast static code analyzer & language server for Python";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=pylyzer.pylyzer";
|
||||
homepage = "https://github.com/mtshiba/pylyzer/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user