Loading pkgs/applications/editors/vscode/extensions/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2429,6 +2429,8 @@ let }; }; huacnlee.autocorrect = callPackage ./huacnlee.autocorrect { }; humao.rest-client = buildVscodeMarketplaceExtension { mktplcRef = { publisher = "humao"; Loading pkgs/applications/editors/vscode/extensions/huacnlee.autocorrect/default.nix 0 → 100644 +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 ]; }; } Loading
pkgs/applications/editors/vscode/extensions/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2429,6 +2429,8 @@ let }; }; huacnlee.autocorrect = callPackage ./huacnlee.autocorrect { }; humao.rest-client = buildVscodeMarketplaceExtension { mktplcRef = { publisher = "humao"; Loading
pkgs/applications/editors/vscode/extensions/huacnlee.autocorrect/default.nix 0 → 100644 +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 ]; }; }