mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
vscode-extensions.csharpier.csharpier-vscode: init 1.7.3
This commit is contained in:
parent
96896ef3a0
commit
934c6da35e
1 changed files with 17 additions and 0 deletions
|
@ -1099,6 +1099,23 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
csharpier.csharpier-vscode = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "csharpier-vscode";
|
||||||
|
publisher = "csharpier";
|
||||||
|
version = "1.7.3";
|
||||||
|
hash = "sha256-/ZLjnlLl6xmgEazdCbnuE6UuuV1tDwAjpxz+vmBuYHE=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/csharpier.csharpier-vscode/changelog";
|
||||||
|
description = "CSharpier code formatter for Visual Studio Code";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=csharpier.csharpier-vscode";
|
||||||
|
homepage = "https://github.com/belav/csharpier";
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
maintainers = [ lib.maintainers.magnouvean ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
cweijan.dbclient-jdbc = buildVscodeMarketplaceExtension {
|
cweijan.dbclient-jdbc = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "dbclient-jdbc";
|
name = "dbclient-jdbc";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue