Unverified Commit 2c201229 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vscode-extensions.huacnlee.autocorrect: init at 2.6.4 (#397438)

parents ff1a8591 35949250
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2429,6 +2429,8 @@ let
        };
      };

      huacnlee.autocorrect = callPackage ./huacnlee.autocorrect { };

      humao.rest-client = buildVscodeMarketplaceExtension {
        mktplcRef = {
          publisher = "humao";
+20 −0
Original line number Diff line number Diff line
{
  lib,
  vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "autocorrect";
    publisher = "huacnlee";
    version = "2.6.4";
    hash = "sha256-1cN36FnslttmH66J4Xah1KohM2nEQckNUXHZD+ps2uY=";
  };

  meta = {
    description = "AutoCorrect is a linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).";
    downloadPage = "https://marketplace.visualstudio.com/items?itemName=huacnlee.autocorrect";
    homepage = "https://github.com/huacnlee/autocorrect";
    license = lib.licenses.mit;
    maintainers = [ lib.maintainers.therobot2105 ];
  };
}