mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
vscode-extension.comment-translate: init at 2.2.4
This commit is contained in:
parent
0761a4e194
commit
7f975dc416
1 changed files with 19 additions and 0 deletions
|
@ -1313,6 +1313,8 @@ let
|
||||||
description = "Translate text right in your code";
|
description = "Translate text right in your code";
|
||||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=funkyremi.vscode-google-translate";
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=funkyremi.vscode-google-translate";
|
||||||
homepage = "https://github.com/funkyremi/vscode-google-translate.git";
|
homepage = "https://github.com/funkyremi/vscode-google-translate.git";
|
||||||
|
repositories = "https://github.com/funkyremi/vscode-google-translate.git";
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/funkyremi.vscode-google-translate/changelog";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -1571,6 +1573,23 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
intellsmi.comment-translate = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
publisher = "intellsmi";
|
||||||
|
name = "comment-translate";
|
||||||
|
version = "2.2.4";
|
||||||
|
sha256 = "sha256-g6mlScxv8opZuqgWtTJ3k0Yo7W7WzIkwB+8lWf6cMiU=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "This plugin uses the Google Translate API to translate comments for the VSCode programming language.";
|
||||||
|
homepage = "https://github.com/intellism/vscode-comment-translate/blob/HEAD/doc/README.md";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=intellsmi.comment-translate";
|
||||||
|
repositories = "https://github.com/intellism/vscode-comment-translate.git";
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/intellsmi.comment-translate/changelog";
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ionide.ionide-fsharp = buildVscodeMarketplaceExtension {
|
ionide.ionide-fsharp = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "Ionide-fsharp";
|
name = "Ionide-fsharp";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue