Loading pkgs/applications/editors/vscode/extensions/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1339,6 +1339,8 @@ let }; }; detachhead.basedpyright = callPackage ./detachhead.basedpyright { }; devsense.composer-php-vscode = buildVscodeMarketplaceExtension { mktplcRef = { name = "composer-php-vscode"; Loading pkgs/applications/editors/vscode/extensions/detachhead.basedpyright/default.nix 0 → 100644 +22 −0 Original line number Diff line number Diff line { lib, vscode-utils, ... }: vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { name = "basedpyright"; publisher = "detachhead"; version = "1.29.2"; hash = "sha256-RNX4UG+zHAFOhp8PI6iW3YaX1ODhpwGwjLFe1MkuzZs="; }; meta = { changelog = "https://github.com/detachhead/basedpyright/releases"; description = "VS Code static type checking for Python (but based)"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=detachhead.basedpyright"; homepage = "https://docs.basedpyright.com/"; license = lib.licenses.mit; maintainers = [ lib.maintainers.hasnep ]; }; } Loading
pkgs/applications/editors/vscode/extensions/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1339,6 +1339,8 @@ let }; }; detachhead.basedpyright = callPackage ./detachhead.basedpyright { }; devsense.composer-php-vscode = buildVscodeMarketplaceExtension { mktplcRef = { name = "composer-php-vscode"; Loading
pkgs/applications/editors/vscode/extensions/detachhead.basedpyright/default.nix 0 → 100644 +22 −0 Original line number Diff line number Diff line { lib, vscode-utils, ... }: vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { name = "basedpyright"; publisher = "detachhead"; version = "1.29.2"; hash = "sha256-RNX4UG+zHAFOhp8PI6iW3YaX1ODhpwGwjLFe1MkuzZs="; }; meta = { changelog = "https://github.com/detachhead/basedpyright/releases"; description = "VS Code static type checking for Python (but based)"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=detachhead.basedpyright"; homepage = "https://docs.basedpyright.com/"; license = lib.licenses.mit; maintainers = [ lib.maintainers.hasnep ]; }; }