vscode-extensions.davidlday.languagetool-linter: init at 0.18.0
This commit is contained in:
parent
9bcab4e72c
commit
cc57077ac5
1 changed files with 17 additions and 0 deletions
|
@ -406,6 +406,23 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
davidlday.languagetool-linter = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "languagetool-linter";
|
||||
publisher = "davidlday";
|
||||
version = "0.18.0";
|
||||
sha256 = "sha256-AYINgq1BMfh7p4xhwSC2Www6dQvyQAGTA45HJsmMGDg=";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "LanguageTool integration for VS Code.";
|
||||
downloadPage =
|
||||
"https://marketplace.visualstudio.com/items?itemName=davidlday.languagetool-linter";
|
||||
homepage = "https://github.com/davidlday/vscode-languagetool-linter";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ebbertd ];
|
||||
};
|
||||
};
|
||||
|
||||
denoland.vscode-deno = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-deno";
|
||||
|
|
Loading…
Reference in a new issue