vscode-extensions.charliermarsh.ruff: init at 2023.16.0

maintainers: add Azd325
This commit is contained in:
Tim Kleinschmidt 2023-04-09 21:08:38 +02:00
parent c1686d531b
commit 6c3656cdfc
No known key found for this signature in database
GPG Key ID: 3F74D3A286A02EED
2 changed files with 23 additions and 0 deletions

View File

@ -1620,6 +1620,12 @@
fingerprint = "2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B";
}];
};
azd325 = {
email = "tim.kleinschmidt@gmail.com";
github = "Azd325";
githubId = 426541;
name = "Tim Kleinschmidt";
};
azuwis = {
email = "azuwis@gmail.com";
github = "azuwis";

View File

@ -598,6 +598,23 @@ let
};
};
charliermarsh.ruff = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "ruff";
publisher = "charliermarsh";
version = "2023.16.0";
sha256 = "sha256-MCRfG2CmGXLX15Qv/cxuH8VE1lJLPs4tXlCNnFqm5lc=";
};
meta = {
license = lib.licenses.mit;
changelog = "https://github.com/charliermarsh/ruff-vscode/releases";
description = "Ruff extension for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff";
homepage = "https://github.com/charliermarsh/ruff-vscode/";
maintainers = [ lib.maintainers.azd325 ];
};
};
chenglou92.rescript-vscode = callPackage ./chenglou92.rescript-vscode { };
chris-hayes.chatgpt-reborn = buildVscodeMarketplaceExtension {