Merge pull request #232223 from Azd325/ruff

vscode-extensions.charliermarsh.ruff: init at 2023.16.0
This commit is contained in:
Pol Dellaiera 2023-06-02 21:34:41 +02:00 committed by GitHub
commit c01f8c630e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View file

@ -1639,6 +1639,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

@ -631,6 +631,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 {