2021-07-26 14:53:15 +00:00
|
|
|
{ config
|
|
|
|
, lib
|
2021-11-10 09:10:47 +00:00
|
|
|
, fetchurl
|
2021-07-26 14:53:15 +00:00
|
|
|
, callPackage
|
|
|
|
, vscode-utils
|
|
|
|
, asciidoctor
|
|
|
|
, nodePackages
|
2022-03-06 19:14:53 +00:00
|
|
|
, python3Packages
|
2021-07-26 14:53:15 +00:00
|
|
|
, jdk
|
|
|
|
, llvmPackages_8
|
2022-09-19 00:42:18 +00:00
|
|
|
, llvmPackages_14
|
2021-07-26 14:53:15 +00:00
|
|
|
, nixpkgs-fmt
|
2021-07-08 23:34:01 +00:00
|
|
|
, protobuf
|
2021-07-26 14:53:15 +00:00
|
|
|
, jq
|
|
|
|
, shellcheck
|
|
|
|
, moreutils
|
2022-04-10 02:36:09 +00:00
|
|
|
, racket
|
2021-07-26 14:53:15 +00:00
|
|
|
, clojure-lsp
|
2022-02-13 00:56:52 +00:00
|
|
|
, alejandra
|
2022-08-22 03:00:22 +00:00
|
|
|
, millet
|
2022-09-28 08:32:15 +00:00
|
|
|
, shfmt
|
2021-07-24 19:17:18 +00:00
|
|
|
}:
|
2017-08-12 04:27:17 +00:00
|
|
|
|
|
|
|
let
|
2018-07-20 19:36:12 +00:00
|
|
|
inherit (vscode-utils) buildVscodeMarketplaceExtension;
|
2020-06-16 15:06:51 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Unless there is a good reason not to, we attempt to use the same name as the
|
|
|
|
# extension's unique identifier (the name the extension gets when installed
|
|
|
|
# from vscode under `~/.vscode`) and found on the marketplace extension page.
|
|
|
|
# So an extension's attribute name should be of the form:
|
|
|
|
# "${mktplcRef.publisher}.${mktplcRef.name}".
|
|
|
|
#
|
2021-01-15 13:21:58 +00:00
|
|
|
baseExtensions = self: lib.mapAttrs (_n: lib.recurseIntoAttrs)
|
2020-06-16 15:06:51 +00:00
|
|
|
{
|
2023-03-20 10:52:00 +00:00
|
|
|
"1Password".op-vscode = buildVscodeMarketplaceExtension {
|
2021-06-10 06:01:03 +00:00
|
|
|
mktplcRef = {
|
2022-06-27 13:30:09 +00:00
|
|
|
publisher = "1Password";
|
|
|
|
name = "op-vscode";
|
2022-07-22 15:28:46 +00:00
|
|
|
version = "1.0.1";
|
|
|
|
sha256 = "sha256-0SsHf1zZgmrb7oIsRU6Xpa3AvR8bSfANz5ZlRogjiS0=";
|
2021-06-10 06:01:03 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-07-22 15:28:46 +00:00
|
|
|
changelog = "https://github.com/1Password/op-vscode/releases";
|
|
|
|
description = "A VSCode extension that integrates your development workflow with 1Password service";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=1Password.op-vscode";
|
|
|
|
homepage = "https://github.com/1Password/op-vscode";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers._2gn ];
|
2021-06-10 06:01:03 +00:00
|
|
|
};
|
|
|
|
};
|
2022-06-27 13:30:09 +00:00
|
|
|
|
2023-03-20 10:52:00 +00:00
|
|
|
"2gua".rainbow-brackets = buildVscodeMarketplaceExtension {
|
2022-09-06 15:44:05 +00:00
|
|
|
mktplcRef = {
|
|
|
|
publisher = "2gua";
|
|
|
|
name = "rainbow-brackets";
|
|
|
|
version = "0.0.6";
|
|
|
|
sha256 = "TVBvF/5KQVvWX1uHwZDlmvwGjOO5/lXbgVzB26U8rNQ=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-09-06 15:44:05 +00:00
|
|
|
description = "A Visual Studio Code extension providing rainbow brackets";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=2gua.rainbow-brackets";
|
|
|
|
homepage = "https://github.com/lcultx/rainbow-brackets";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.CompEng0001 ];
|
2022-09-06 15:44:05 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-20 10:52:00 +00:00
|
|
|
"4ops".terraform = buildVscodeMarketplaceExtension {
|
2022-06-23 11:39:04 +00:00
|
|
|
mktplcRef = {
|
2022-06-27 13:30:09 +00:00
|
|
|
publisher = "4ops";
|
|
|
|
name = "terraform";
|
|
|
|
version = "0.2.1";
|
|
|
|
sha256 = "196026a89pizj8p0hqdgkyllj2spx2qwpynsaqjq17s8v15vk5dg";
|
2022-06-23 11:39:04 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.kamadorueda ];
|
2022-06-23 11:39:04 +00:00
|
|
|
};
|
|
|
|
};
|
2021-06-10 06:01:03 +00:00
|
|
|
|
2020-12-08 23:51:38 +00:00
|
|
|
a5huynh.vscode-ron = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-ron";
|
|
|
|
publisher = "a5huynh";
|
|
|
|
version = "0.9.0";
|
|
|
|
sha256 = "0d3p50mhqp550fmj662d3xklj14gvzvhszm2hlqvx4h28v222z97";
|
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2020-12-08 23:51:38 +00:00
|
|
|
};
|
|
|
|
};
|
2020-06-16 15:06:51 +00:00
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
adpyke.codesnap = buildVscodeMarketplaceExtension {
|
2020-06-16 15:06:51 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "codesnap";
|
|
|
|
publisher = "adpyke";
|
|
|
|
version = "1.3.4";
|
|
|
|
sha256 = "sha256-dR6qODSTK377OJpmUqG9R85l1sf9fvJJACjrYhSRWgQ=";
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
alanz.vscode-hie-server = buildVscodeMarketplaceExtension {
|
2022-04-03 13:03:49 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "vscode-hie-server";
|
|
|
|
publisher = "alanz";
|
|
|
|
version = "0.0.27"; # see the note above
|
|
|
|
sha256 = "1mz0h5zd295i73hbji9ivla8hx02i4yhqcv6l4r23w3f07ql3i8h";
|
2022-04-03 13:03:49 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-05-05 10:52:59 +00:00
|
|
|
alefragnani.bookmarks = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "bookmarks";
|
|
|
|
publisher = "alefragnani";
|
|
|
|
version = "13.0.1";
|
|
|
|
sha256 = "sha256-4IZCPNk7uBqPw/FKT5ypU2QxadQzYfwbGxxT/bUnKdE=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.gpl3;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-05-31 01:52:51 +00:00
|
|
|
alefragnani.project-manager = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "project-manager";
|
|
|
|
publisher = "alefragnani";
|
|
|
|
version = "12.1.0";
|
|
|
|
sha256 = "sha256-fYBKmWn9pJh2V0fGdqVrXj9zIl8oTrZcBycDaMOXL/8=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-11 13:03:02 +00:00
|
|
|
alexdima.copy-relative-path = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "copy-relative-path";
|
|
|
|
publisher = "alexdima";
|
|
|
|
version = "0.0.2";
|
|
|
|
sha256 = "06g601n9d6wyyiz659w60phgm011gn9jj5fy0gf5wpi2bljk3vcn";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-03-12 00:10:44 +00:00
|
|
|
alygin.vscode-tlaplus = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-tlaplus";
|
|
|
|
publisher = "alygin";
|
2022-02-03 03:47:16 +00:00
|
|
|
version = "1.5.4";
|
|
|
|
sha256 = "0mf98244z6wzb0vj6qdm3idgr2sr5086x7ss2khaxlrziif395dx";
|
2021-03-12 00:10:44 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-07-21 16:37:17 +00:00
|
|
|
angular.ng-template = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "ng-template";
|
|
|
|
publisher = "Angular";
|
2022-05-29 19:23:29 +00:00
|
|
|
version = "13.3.4";
|
|
|
|
sha256 = "sha256-odFh4Ms60tW+JOEbzzglgKe7BL1ccv3TKGir5NlvIrQ=";
|
2021-07-21 16:37:17 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-07-21 16:37:17 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/Angular.ng-template/changelog";
|
|
|
|
description = "Editor services for Angular templates";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Angular.ng-template";
|
|
|
|
homepage = "https://github.com/angular/vscode-ng-language-service";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.ratsclub ];
|
2021-07-21 16:37:17 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-09-17 00:36:09 +00:00
|
|
|
antfu = {
|
|
|
|
icons-carbon = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "icons-carbon";
|
|
|
|
publisher = "antfu";
|
|
|
|
version = "0.2.2";
|
|
|
|
sha256 = "0mfap16la09mn0jhvy8s3dainrmjz64vra7d0d4fbcpgg420kv3f";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-09-17 00:36:09 +00:00
|
|
|
};
|
2021-03-15 14:52:30 +00:00
|
|
|
};
|
2021-09-17 00:36:09 +00:00
|
|
|
|
|
|
|
slidev = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "antfu";
|
|
|
|
name = "slidev";
|
2021-12-14 07:55:05 +00:00
|
|
|
version = "0.3.3";
|
|
|
|
sha256 = "0pqiwcvn5c8kwqlmz4ribwwra69gbiqvz41ig4fh29hkyh078rfk";
|
2021-09-17 00:36:09 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-09-17 00:36:09 +00:00
|
|
|
};
|
2021-03-15 14:52:30 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-01-11 06:05:38 +00:00
|
|
|
antyos.openscad = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "openscad";
|
|
|
|
publisher = "Antyos";
|
|
|
|
version = "1.1.1";
|
|
|
|
sha256 = "1adcw9jj3npk3l6lnlfgji2l529c4s5xp9jl748r9naiy3w3dpjv";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-01-11 06:05:38 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/Antyos.openscad/changelog";
|
|
|
|
description = "OpenSCAD highlighting, snippets, and more for VSCode";
|
|
|
|
homepage = "https://github.com/Antyos/vscode-openscad";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.gpl3;
|
2022-01-11 06:05:38 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-01-06 14:07:46 +00:00
|
|
|
apollographql.vscode-apollo = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-apollo";
|
|
|
|
publisher = "apollographql";
|
2022-10-06 07:12:16 +00:00
|
|
|
version = "1.19.11";
|
|
|
|
sha256 = "sha256-EixefDuJiw/p5yAR/UQLK1a1RXJLXlTmOlD34qpAN+U=";
|
2022-01-06 14:07:46 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-01-06 14:07:46 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/apollographql.vscode-apollo/changelog";
|
|
|
|
description = "Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=apollographql.vscode-apollo";
|
|
|
|
homepage = "https://github.com/apollographql/vscode-graphql";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.datafoo ];
|
2022-01-06 14:07:46 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-09-03 12:16:15 +00:00
|
|
|
arcticicestudio.nord-visual-studio-code = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "nord-visual-studio-code";
|
|
|
|
publisher = "arcticicestudio";
|
2022-06-27 13:04:02 +00:00
|
|
|
version = "0.19.0";
|
|
|
|
sha256 = "sha256-awbqFv6YuYI0tzM/QbHRTUl4B2vNUdy52F4nPmv+dRU=";
|
2021-09-03 12:16:15 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-09-03 12:16:15 +00:00
|
|
|
description = "An arctic, north-bluish clean and elegant Visual Studio Code theme.";
|
|
|
|
downloadPage =
|
|
|
|
"https://marketplace.visualstudio.com/items?itemName=arcticicestudio.nord-visual-studio-code";
|
|
|
|
homepage = "https://github.com/arcticicestudio/nord-visual-studio-code";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.imgabe ];
|
2021-09-03 12:16:15 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-02-03 03:39:38 +00:00
|
|
|
Arjun.swagger-viewer = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "Arjun";
|
|
|
|
name = "swagger-viewer";
|
|
|
|
version = "3.1.2";
|
|
|
|
sha256 = "1cjvc99x1q5w3i2vnbxrsl5a1dr9gb3s6s9lnwn6mq5db6iz1nlm";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-25 20:33:51 +00:00
|
|
|
arrterian.nix-env-selector = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "nix-env-selector";
|
|
|
|
publisher = "arrterian";
|
2022-06-27 12:58:08 +00:00
|
|
|
version = "1.0.9";
|
|
|
|
sha256 = "sha256-TkxqWZ8X+PAonzeXQ+sI9WI+XlqUHll7YyM7N9uErk0=";
|
2021-06-25 20:33:51 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-12 01:47:38 +00:00
|
|
|
asciidoctor.asciidoctor-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "asciidoctor-vscode";
|
|
|
|
publisher = "asciidoctor";
|
|
|
|
version = "2.8.9";
|
|
|
|
sha256 = "1xkxx5i3nhd0dzqhhdmx0li5jifsgfhv0p5h7xwsscz3gzgsdcyb";
|
|
|
|
};
|
|
|
|
|
|
|
|
postPatch = ''
|
|
|
|
substituteInPlace dist/src/text-parser.js \
|
|
|
|
--replace "get('asciidoctor_command', 'asciidoctor')" \
|
|
|
|
"get('asciidoctor_command', '${asciidoctor}/bin/asciidoctor')"
|
|
|
|
substituteInPlace dist/src/commands/exportAsPDF.js \
|
|
|
|
--replace "get('asciidoctorpdf_command', 'asciidoctor-pdf')" \
|
|
|
|
"get('asciidoctorpdf_command', '${asciidoctor}/bin/asciidoctor-pdf')"
|
|
|
|
'';
|
|
|
|
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-06-12 01:47:38 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-12-03 01:29:14 +00:00
|
|
|
astro-build.astro-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "astro-vscode";
|
|
|
|
publisher = "astro-build";
|
|
|
|
version = "0.29.1";
|
|
|
|
sha256 = "sha256-fMeEeYCZuORhZRds0A8HjHPncK0+SQbV0+f/zU5AIg4=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-12-03 01:29:14 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/astro-build.astro-vscode/changelog";
|
|
|
|
description = "Astro language support for VSCode";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode";
|
|
|
|
homepage = "https://github.com/withastro/language-tools";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.wackbyte ];
|
2022-12-03 01:29:14 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-09-25 16:28:23 +00:00
|
|
|
asvetliakov.vscode-neovim = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-neovim";
|
|
|
|
publisher = "asvetliakov";
|
2022-08-02 07:34:17 +00:00
|
|
|
version = "0.0.89";
|
|
|
|
sha256 = "sha256-4cCaMw7joaXeq+dk5cPZz6/zXDlxWeP/3IjkgSmmRvs=";
|
2021-09-25 16:28:23 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-06-01 16:12:51 +00:00
|
|
|
attilabuti.brainfuck-syntax = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "brainfuck-syntax";
|
|
|
|
publisher = "attilabuti";
|
|
|
|
version = "0.0.1";
|
|
|
|
sha256 = "sha256-ZcZlHoa2aoCeruMWbUUgfFHsPqyWmd2xFY6AKxJysYE=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-06-01 16:12:51 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/attilabuti.brainfuck-syntax/changelog";
|
|
|
|
description = "VSCode extension providing syntax highlighting support for Brainfuck";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=attilabuti.brainfuck-syntax";
|
|
|
|
homepage = "https://github.com/attilabuti/brainfuck-syntax";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ ];
|
2022-06-01 16:12:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-08-22 03:00:22 +00:00
|
|
|
azdavis.millet = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "Millet";
|
|
|
|
publisher = "azdavis";
|
|
|
|
version = "0.3.5";
|
|
|
|
sha256 = "sha256-lQ7EMs6nsTEgP9BESMpyoZG7QVOe7DXzfg/iZr1+DCQ=";
|
|
|
|
};
|
|
|
|
nativeBuildInputs = [ jq moreutils ];
|
|
|
|
postInstall = ''
|
|
|
|
cd "$out/$installPrefix"
|
|
|
|
jq '.contributes.configuration.properties."millet.server.path".default = "${millet}/bin/lang-srv"' package.json | sponge package.json
|
|
|
|
'';
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-08-22 03:00:22 +00:00
|
|
|
description = "Standard ML support for VS Code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=azdavis.millet";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.smasher164 ];
|
2022-08-22 03:00:22 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-06 07:26:06 +00:00
|
|
|
b4dm4n.vscode-nixpkgs-fmt = buildVscodeMarketplaceExtension {
|
2021-05-30 13:15:00 +00:00
|
|
|
mktplcRef = {
|
|
|
|
name = "nixpkgs-fmt";
|
|
|
|
publisher = "B4dM4n";
|
|
|
|
version = "0.0.1";
|
|
|
|
sha256 = "sha256-vz2kU36B1xkLci2QwLpl/SBEhfSWltIDJ1r7SorHcr8=";
|
|
|
|
};
|
2021-07-26 14:54:33 +00:00
|
|
|
nativeBuildInputs = [ jq moreutils ];
|
2021-06-06 07:26:06 +00:00
|
|
|
postInstall = ''
|
|
|
|
cd "$out/$installPrefix"
|
2021-07-26 14:54:33 +00:00
|
|
|
jq '.contributes.configuration.properties."nixpkgs-fmt.path".default = "${nixpkgs-fmt}/bin/nixpkgs-fmt"' package.json | sponge package.json
|
2021-06-06 07:26:06 +00:00
|
|
|
'';
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-05-30 13:15:00 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-03-12 00:11:49 +00:00
|
|
|
baccata.scaladex-search = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "scaladex-search";
|
|
|
|
publisher = "baccata";
|
2022-02-03 03:30:25 +00:00
|
|
|
version = "0.2.0";
|
|
|
|
sha256 = "0xbikwlrascmn9nzyl4fxb2ql1dczd00ragp30a3yv8bax173bnz";
|
2021-03-12 00:11:49 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.asl20;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-06-01 13:52:49 +00:00
|
|
|
badochov.ocaml-formatter = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "ocaml-formatter";
|
|
|
|
publisher = "badochov";
|
2022-08-26 20:47:14 +00:00
|
|
|
version = "2.0.5";
|
|
|
|
sha256 = "sha256-D04EJButnam/l4aAv1yNbHlTKMb3x1yrS47+9XjpCLI=";
|
2022-06-01 13:52:49 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-06-01 13:52:49 +00:00
|
|
|
description = "VSCode Extension Formatter for OCaml language";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=badochov.ocaml-formatter";
|
|
|
|
homepage = "https://github.com/badochov/ocamlformatter-vscode";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ ];
|
2022-06-01 13:52:49 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-07-27 13:07:51 +00:00
|
|
|
bbenoist.nix = buildVscodeMarketplaceExtension {
|
2020-06-16 15:06:51 +00:00
|
|
|
mktplcRef = {
|
|
|
|
name = "Nix";
|
|
|
|
publisher = "bbenoist";
|
|
|
|
version = "1.0.1";
|
|
|
|
sha256 = "0zd0n9f5z1f0ckzfjr38xw2zzmcxg1gjrava7yahg5cvdcw6l35b";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-02-03 03:34:17 +00:00
|
|
|
benfradet.vscode-unison = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-unison";
|
|
|
|
publisher = "benfradet";
|
|
|
|
version = "0.3.0";
|
|
|
|
sha256 = "1x80s8l8djchg17553aiwaf4b49hf6awiayk49wyii0i26hlpjk1";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.asl20;
|
2022-02-03 03:34:17 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-07-24 01:37:29 +00:00
|
|
|
betterthantomorrow.calva = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "calva";
|
|
|
|
publisher = "betterthantomorrow";
|
|
|
|
version = "2.0.205";
|
|
|
|
sha256 = "sha256-umnG1uLB42fUNKjANaKcABjVmqbdOQakd/6TPsEpF9c";
|
|
|
|
};
|
|
|
|
nativeBuildInputs = [ jq moreutils ];
|
|
|
|
postInstall = ''
|
|
|
|
cd "$out/$installPrefix"
|
|
|
|
jq '.contributes.configuration[0].properties."calva.clojureLspPath".default = "${clojure-lsp}/bin/clojure-lsp"' package.json | sponge package.json
|
|
|
|
'';
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-07-24 01:37:29 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-01 22:37:03 +00:00
|
|
|
bodil.file-browser = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "file-browser";
|
|
|
|
publisher = "bodil";
|
|
|
|
version = "0.2.10";
|
|
|
|
sha256 = "sha256-RW4vm0Hum9AeN4Rq7MSJOIHnALU0L1tBLKjaRLA2hL8=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-06-01 22:37:03 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-02-28 10:52:31 +00:00
|
|
|
bierner.emojisense = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "emojisense";
|
|
|
|
publisher = "bierner";
|
|
|
|
version = "0.9.0";
|
|
|
|
sha256 = "0gpcpwh57lqlynsrkv3smykndb46xjh7r85lb291wdklq5ahmb2j";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2022-02-28 10:52:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-02-28 10:53:16 +00:00
|
|
|
bierner.markdown-checkbox = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "markdown-checkbox";
|
|
|
|
publisher = "bierner";
|
|
|
|
version = "0.3.1";
|
|
|
|
sha256 = "0x57dnr6ksqxi28g1c392k04vxy0vdni9nl4xps3i5zh0pyxizhw";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2022-02-28 10:53:16 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-02-28 10:53:32 +00:00
|
|
|
bierner.markdown-emoji = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "markdown-emoji";
|
|
|
|
publisher = "bierner";
|
|
|
|
version = "0.2.1";
|
|
|
|
sha256 = "1lcg2b39jydl40wcfrbgshl2i1r58k92c7dipz0hl1fa1v23vj4v";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2022-02-28 10:53:32 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-06-27 10:02:03 +00:00
|
|
|
bierner.markdown-mermaid = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "markdown-mermaid";
|
|
|
|
publisher = "bierner";
|
2023-01-28 13:25:03 +00:00
|
|
|
version = "1.17.4";
|
|
|
|
sha256 = "sha256-jJnALJJc8G4/0L7WMmKSZ7I+7Usmyj+WhufBdSzcEK0=";
|
2022-06-27 10:02:03 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2022-06-27 10:02:03 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-11-16 18:11:29 +00:00
|
|
|
bmalehorn.vscode-fish = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-fish";
|
|
|
|
publisher = "bmalehorn";
|
|
|
|
version = "1.0.31";
|
|
|
|
sha256 = "sha256-jDWW43ozUPIzhK/qQ+a+JSNdDHrjvgosyGe8kzBX6xM=";
|
|
|
|
};
|
|
|
|
meta.license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
bmewburn.vscode-intelephense-client = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-intelephense-client";
|
|
|
|
publisher = "bmewburn";
|
|
|
|
version = "1.8.2";
|
|
|
|
sha256 = "OvWdDQfhprQNve017pNSksMuCK3Ccaar5Ko5Oegdiuo=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
description = "PHP code intelligence for Visual Studio Code";
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client";
|
|
|
|
maintainers = [ lib.maintainers.drupol ];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-05-31 02:05:02 +00:00
|
|
|
bradlc.vscode-tailwindcss = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-tailwindcss";
|
|
|
|
publisher = "bradlc";
|
2022-07-03 21:38:58 +00:00
|
|
|
version = "0.8.6";
|
|
|
|
sha256 = "sha256-v15KuD3eYFCsrworCJ1SZAMkyZKztAwWKmfwmbirleI=";
|
2021-05-31 02:05:02 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-05-31 02:05:02 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-07 22:44:08 +00:00
|
|
|
brettm12345.nixfmt-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "nixfmt-vscode";
|
|
|
|
publisher = "brettm12345";
|
|
|
|
version = "0.0.1";
|
|
|
|
sha256 = "07w35c69vk1l6vipnq3qfack36qcszqxn8j3v332bl0w6m02aa7k";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mpl20;
|
2021-01-07 22:44:08 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-01-07 08:48:08 +00:00
|
|
|
bungcip.better-toml = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "better-toml";
|
|
|
|
publisher = "bungcip";
|
|
|
|
version = "0.3.2";
|
|
|
|
sha256 = "sha256-g+LfgjAnSuSj/nSmlPdB0t29kqTmegZB5B1cYzP8kCI=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-01-07 08:48:08 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/bungcip.better-toml/changelog";
|
|
|
|
description = "Better TOML Language support";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml";
|
|
|
|
homepage = "https://github.com/bungcip/better-toml/blob/master/README.md";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.datafoo ];
|
2022-01-07 08:48:08 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-08-29 08:44:42 +00:00
|
|
|
catppuccin.catppuccin-vsc = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "catppuccin-vsc";
|
|
|
|
publisher = "catppuccin";
|
2023-01-28 13:27:12 +00:00
|
|
|
version = "2.5.0";
|
|
|
|
sha256 = "sha256-+dM6MKIjzPdYoRe1DYJ08A+nHHlkTsm+I6CYmnmSRj4=";
|
2022-08-29 08:44:42 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-08-29 08:44:42 +00:00
|
|
|
description = "Soothing pastel theme for VSCode";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
2022-08-29 08:44:42 +00:00
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc";
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.nullx76 ];
|
2022-08-29 08:44:42 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 18:54:49 +00:00
|
|
|
chenglou92.rescript-vscode = callPackage ./chenglou92.rescript-vscode { };
|
2021-10-17 05:49:40 +00:00
|
|
|
|
2022-01-18 19:23:28 +00:00
|
|
|
christian-kohler.path-intellisense = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "path-intellisense";
|
|
|
|
publisher = "christian-kohler";
|
2022-08-26 20:51:25 +00:00
|
|
|
version = "2.8.1";
|
|
|
|
sha256 = "sha256-lTKzMphkGgOG2XWqz3TW2G9sISBc/kG7oXqcIH8l+Mg=";
|
2022-01-18 19:23:28 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-01-18 19:23:28 +00:00
|
|
|
description = "Visual Studio Code plugin that autocompletes filenames";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense";
|
|
|
|
homepage = "https://github.com/ChristianKohler/PathIntellisense";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.imgabe ];
|
2022-01-18 19:23:28 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-06-16 15:06:51 +00:00
|
|
|
cmschuetz12.wal = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "wal";
|
|
|
|
publisher = "cmschuetz12";
|
|
|
|
version = "0.1.0";
|
|
|
|
sha256 = "0q089jnzqzhjfnv0vlb5kf747s3mgz64r7q3zscl66zb2pz5q4zd";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-03-12 00:28:47 +00:00
|
|
|
codezombiech.gitignore = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "gitignore";
|
|
|
|
publisher = "codezombiech";
|
2022-02-03 03:43:23 +00:00
|
|
|
version = "0.7.0";
|
|
|
|
sha256 = "0fm4sxx1cb679vn4v85dw8dfp5x0p74m9p2b56gqkvdap0f2q351";
|
2021-03-12 00:28:47 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-03-12 00:28:47 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-07-27 13:07:51 +00:00
|
|
|
coenraads.bracket-pair-colorizer = buildVscodeMarketplaceExtension {
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-01-13 12:22:42 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/CoenraadS.bracket-pair-colorizer/changelog";
|
|
|
|
description = "A customizable extension for colorizing matching brackets";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer";
|
|
|
|
homepage = "https://github.com/CoenraadS/BracketPair";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ ];
|
2021-01-13 12:22:42 +00:00
|
|
|
};
|
|
|
|
mktplcRef = {
|
|
|
|
name = "bracket-pair-colorizer";
|
|
|
|
publisher = "CoenraadS";
|
|
|
|
version = "1.0.61";
|
|
|
|
sha256 = "0r3bfp8kvhf9zpbiil7acx7zain26grk133f0r0syxqgml12i652";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-08 09:50:13 +00:00
|
|
|
coenraads.bracket-pair-colorizer-2 = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "bracket-pair-colorizer-2";
|
|
|
|
publisher = "CoenraadS";
|
2021-12-19 02:15:20 +00:00
|
|
|
version = "0.2.2";
|
|
|
|
sha256 = "0zcbs7h801agfs2cggk1cz8m8j0i2ypmgznkgw17lcx3zisll9ad";
|
2021-01-08 09:50:13 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-01-08 09:50:13 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-01-19 13:46:29 +00:00
|
|
|
colejcummins.llvm-syntax-highlighting = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "llvm-syntax-highlighting";
|
|
|
|
publisher = "colejcummins";
|
|
|
|
version = "0.0.3";
|
|
|
|
sha256 = "sha256-D5zLp3ruq0F9UFT9emgOBDLr1tya2Vw52VvCc40TtV0=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2023-01-19 13:46:29 +00:00
|
|
|
description = "Lightweight syntax highlighting for LLVM IR";
|
|
|
|
homepage = "https://github.com/colejcummins/llvm-syntax-highlighting";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=colejcummins.llvm-syntax-highlighting";
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.inclyc ];
|
|
|
|
license = lib.licenses.mit;
|
2023-01-19 13:46:29 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-13 19:39:13 +00:00
|
|
|
coolbear.systemd-unit-file = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "coolbear";
|
|
|
|
name = "systemd-unit-file";
|
|
|
|
version = "1.0.6";
|
|
|
|
sha256 = "0sc0zsdnxi4wfdlmaqwb6k2qc21dgwx6ipvri36x7agk7m8m4736";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.kamadorueda ];
|
2021-06-13 19:39:13 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 11:09:38 +00:00
|
|
|
chris-hayes.chatgpt-reborn = buildVscodeMarketplaceExtension {
|
|
|
|
meta = {
|
|
|
|
changelog = "https://marketplace.visualstudio.com/items/chris-hayes.chatgpt-reborn/changelog";
|
|
|
|
description = "A Visual Studio Code extension to support ChatGPT, GPT-3 and Codex conversations";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=chris-hayes.chatgpt-reborn";
|
|
|
|
homepage = "https://github.com/christopher-hayes/vscode-chatgpt-reborn";
|
|
|
|
license = lib.licenses.isc;
|
|
|
|
maintainers = [ lib.maintainers.drupol ];
|
|
|
|
};
|
|
|
|
mktplcRef = {
|
|
|
|
name = "chatgpt-reborn";
|
|
|
|
publisher = "chris-hayes";
|
|
|
|
version = "3.10.2";
|
|
|
|
sha256 = "sha256-rVfHJxJYgwaiWuckHGcTMIoaFSs3RH4vIrp1I/48pCI=";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-12-23 02:20:09 +00:00
|
|
|
cweijan.vscode-database-client2 = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-database-client2";
|
|
|
|
publisher = "cweijan";
|
|
|
|
version = "4.3.3";
|
|
|
|
sha256 = "06bj23y5rbpz0lw45p1sxssalgn19iqfqbijw2ym22grm0i9hcby";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
description = "Database Client For Visual Studio Code";
|
|
|
|
homepage = "https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2";
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
2021-06-13 19:39:13 +00:00
|
|
|
};
|
|
|
|
|
2022-03-08 16:21:32 +00:00
|
|
|
daohong-emilio.yash = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "daohong-emilio";
|
|
|
|
name = "yash";
|
|
|
|
version = "0.2.8";
|
|
|
|
sha256 = "ummOEBSXUI78hBb1AUh+x339T7ocB/evOVaz79geHRM=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.kamadorueda ];
|
2022-03-08 16:21:32 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
dart-code.dart-code = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "dart-code";
|
|
|
|
publisher = "dart-code";
|
|
|
|
version = "3.50.0";
|
|
|
|
sha256 = "sha256-vdECvW4BfuT3H6GD2cH7lVW0f5591pKjXsWyJzzpHYA=";
|
|
|
|
};
|
|
|
|
|
|
|
|
meta.license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
|
|
|
|
dart-code.flutter = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "flutter";
|
|
|
|
publisher = "dart-code";
|
|
|
|
version = "3.50.0";
|
|
|
|
sha256 = "sha256-2Mi0BWXfO73BBIZIRJMaQyml+jXBI9d7By+vx9Rg+pE=";
|
|
|
|
};
|
|
|
|
|
|
|
|
meta.license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
|
2021-01-23 01:16:17 +00:00
|
|
|
davidanson.vscode-markdownlint = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-markdownlint";
|
|
|
|
publisher = "DavidAnson";
|
2023-01-19 10:45:13 +00:00
|
|
|
version = "0.49.0";
|
|
|
|
sha256 = "sha256-Mh/OoRK410aXEr3sK2CYFDsXGSqFT+JOWi9jHOdK01Y=";
|
2021-01-23 01:16:17 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-01-07 11:37:50 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/DavidAnson.vscode-markdownlint/changelog";
|
|
|
|
description = "Markdown linting and style checking for Visual Studio Code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint";
|
|
|
|
homepage = "https://github.com/DavidAnson/vscode-markdownlint";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.datafoo ];
|
2021-01-23 01:16:17 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-10-01 19:36:13 +00:00
|
|
|
davidlday.languagetool-linter = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "languagetool-linter";
|
|
|
|
publisher = "davidlday";
|
2022-01-20 17:05:22 +00:00
|
|
|
version = "0.19.0";
|
|
|
|
sha256 = "sha256-crq6CTXpzwHJL8FPIBneAGjDgUUNdpBt6rIaMCr1F1U=";
|
2021-10-01 19:36:13 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-10-02 01:31:27 +00:00
|
|
|
description = "LanguageTool integration for VS Code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=davidlday.languagetool-linter";
|
2021-10-01 19:36:13 +00:00
|
|
|
homepage = "https://github.com/davidlday/vscode-languagetool-linter";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.asl20;
|
|
|
|
maintainers = [ lib.maintainers.ebbertd ];
|
2021-10-01 19:36:13 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
dbaeumer.vscode-eslint = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-eslint";
|
|
|
|
publisher = "dbaeumer";
|
|
|
|
version = "2.4.0";
|
|
|
|
sha256 = "sha256-7MUQJkLPOF3oO0kpmfP3bWbS3aT7J0RF7f74LW55BQs=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
changelog = "https://marketplace.visualstudio.com/items/dbaeumer.vscode-eslint/changelog";
|
|
|
|
description = "Integrates ESLint JavaScript into VS Code.";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint";
|
|
|
|
homepage = "https://github.com/Microsoft/vscode-eslint";
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.datafoo ];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-09-17 23:20:20 +00:00
|
|
|
denoland.vscode-deno = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-deno";
|
|
|
|
publisher = "denoland";
|
2022-05-29 19:25:14 +00:00
|
|
|
version = "3.12.0";
|
|
|
|
sha256 = "sha256-ZsHCWQtEQKkdZ3uk072ZBfHFRzk4Owf4h7+szHLgIeo=";
|
2021-09-17 23:20:20 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-09-17 23:20:20 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/denoland.vscode-deno/changelog";
|
|
|
|
description = "A language server client for Deno";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno";
|
|
|
|
homepage = "https://github.com/denoland/vscode_deno";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.ratsclub ];
|
2021-09-17 23:20:20 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-06-16 15:06:51 +00:00
|
|
|
dhall.dhall-lang = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "dhall-lang";
|
|
|
|
publisher = "dhall";
|
|
|
|
version = "0.0.4";
|
|
|
|
sha256 = "0sa04srhqmngmw71slnrapi2xay0arj42j4gkan8i11n7bfi1xpf";
|
|
|
|
};
|
2021-01-15 13:21:58 +00:00
|
|
|
meta = { license = lib.licenses.mit; };
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
dhall.vscode-dhall-lsp-server = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-dhall-lsp-server";
|
|
|
|
publisher = "dhall";
|
|
|
|
version = "0.0.4";
|
|
|
|
sha256 = "1zin7s827bpf9yvzpxpr5n6mv0b5rhh3civsqzmj52mdq365d2js";
|
|
|
|
};
|
2021-01-15 13:21:58 +00:00
|
|
|
meta = { license = lib.licenses.mit; };
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
|
2022-02-03 03:40:46 +00:00
|
|
|
disneystreaming.smithy = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "disneystreaming";
|
|
|
|
name = "smithy";
|
|
|
|
version = "0.0.2";
|
|
|
|
sha256 = "0rdh7b5s7ynsyfrq1r1170g65q9vvvfl3qbfvbh1b38ndvj2f0yq";
|
|
|
|
};
|
|
|
|
meta = { license = lib.licenses.asl20; };
|
|
|
|
};
|
|
|
|
|
2021-07-21 02:20:30 +00:00
|
|
|
divyanshuagrawal.competitive-programming-helper = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "competitive-programming-helper";
|
|
|
|
publisher = "DivyanshuAgrawal";
|
|
|
|
version = "5.8.5";
|
|
|
|
sha256 = "25v2tdAX7fVl2B5nvOIKN9vP1G5rA0G67CiDQn9n9Uc=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-07-21 02:20:30 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/DivyanshuAgrawal.competitive-programming-helper/changelog";
|
|
|
|
description = "Makes judging, compiling, and downloading problems for competitve programming easy. Also supports auto-submit for a few sites.";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=DivyanshuAgrawal.competitive-programming-helper";
|
|
|
|
homepage = "https://github.com/agrawal-d/cph";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.gpl3;
|
|
|
|
maintainers = [ lib.maintainers.arcticlimer ];
|
2021-07-21 02:20:30 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-13 12:24:36 +00:00
|
|
|
donjayamanne.githistory = buildVscodeMarketplaceExtension {
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-01-13 12:24:36 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/donjayamanne.githistory/changelog";
|
|
|
|
description = "View git log, file history, compare branches or commits";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory";
|
|
|
|
homepage = "https://github.com/DonJayamanne/gitHistoryVSCode/";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ ];
|
2021-01-13 12:24:36 +00:00
|
|
|
};
|
|
|
|
mktplcRef = {
|
|
|
|
name = "githistory";
|
|
|
|
publisher = "donjayamanne";
|
2022-06-01 16:16:17 +00:00
|
|
|
version = "0.6.19";
|
|
|
|
sha256 = "15s2mva9hg2pw499g890v3jycncdps2dmmrmrkj3rns8fkhjn8b3";
|
2021-01-13 12:24:36 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-03-26 15:03:04 +00:00
|
|
|
dotjoshjohnson.xml = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "xml";
|
|
|
|
publisher = "dotjoshjohnson";
|
|
|
|
version = "2.5.1";
|
|
|
|
sha256 = "1v4x6yhzny1f8f4jzm4g7vqmqg5bqchyx4n25mkgvw2xp6yls037";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
description = "XML Tools";
|
|
|
|
homepage = "https://github.com/DotJoshJohnson/vscode-xml";
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-02-25 00:16:49 +00:00
|
|
|
dracula-theme.theme-dracula = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "theme-dracula";
|
|
|
|
publisher = "dracula-theme";
|
2022-06-27 12:59:12 +00:00
|
|
|
version = "2.24.2";
|
|
|
|
sha256 = "sha256-YNqWEIvlEI29mfPxOQVdd4db9G2qNodhz8B0MCAAWK8=";
|
2021-02-25 00:16:49 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-02-25 00:16:49 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/dracula-theme.theme-dracula/changelog";
|
|
|
|
description = "Dark theme for many editors, shells, and more";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula";
|
|
|
|
homepage = "https://draculatheme.com/";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
2021-02-25 00:16:49 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-22 10:39:00 +00:00
|
|
|
eamodio.gitlens = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "gitlens";
|
|
|
|
publisher = "eamodio";
|
2023-03-16 16:20:20 +00:00
|
|
|
# Stable versions are listed on the GitHub releases page and use a
|
|
|
|
# semver scheme, contrary to preview versions which are listed on
|
|
|
|
# the VSCode Marketplace and use a calver scheme. We should avoid
|
|
|
|
# using preview versions, because they expire after two weeks.
|
2023-03-17 23:51:35 +00:00
|
|
|
version = "13.4.0";
|
|
|
|
sha256 = "sha256-CYI62sWPlJNRP2KIkg4vQutIMC6gaCxtTVoOWZIS8Lw=";
|
2021-01-22 10:39:00 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-06-19 16:35:26 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog";
|
|
|
|
description = "GitLens supercharges the Git capabilities built into Visual Studio Code.";
|
|
|
|
longDescription = ''
|
|
|
|
Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git
|
|
|
|
blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via
|
|
|
|
powerful comparison commands, and so much more
|
|
|
|
'';
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens";
|
|
|
|
homepage = "https://gitlens.amod.io/";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.ratsclub ];
|
2021-01-22 10:39:00 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-04-20 10:14:28 +00:00
|
|
|
editorconfig.editorconfig = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "EditorConfig";
|
|
|
|
publisher = "EditorConfig";
|
|
|
|
version = "0.16.4";
|
|
|
|
sha256 = "0fa4h9hk1xq6j3zfxvf483sbb4bd17fjl5cdm3rll7z9kaigdqwg";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-04-20 10:14:28 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/EditorConfig.EditorConfig/changelog";
|
|
|
|
description = "EditorConfig Support for Visual Studio Code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig";
|
|
|
|
homepage = "https://github.com/editorconfig/editorconfig-vscode";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.dbirks ];
|
2021-04-20 10:14:28 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-03-12 00:14:16 +00:00
|
|
|
edonet.vscode-command-runner = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-command-runner";
|
|
|
|
publisher = "edonet";
|
2022-02-03 03:41:45 +00:00
|
|
|
version = "0.0.122";
|
|
|
|
sha256 = "1lvwvcs18azqhkzyvhf83ckfhfdgcqrw2gxb2myspqj59783hfpg";
|
2021-03-12 00:14:16 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-02-10 15:10:11 +00:00
|
|
|
eg2.vscode-npm-script = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-npm-script";
|
|
|
|
publisher = "eg2";
|
|
|
|
version = "0.3.24";
|
|
|
|
sha256 = "sha256-XgdMLecyZQXsgQAUh8V4eFLKaUF4WVlgy9iIGNDnR/I=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
elixir-lsp.vscode-elixir-ls = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "elixir-ls";
|
|
|
|
publisher = "JakeBecker";
|
|
|
|
version = "0.13.0";
|
|
|
|
sha256 = "sha256-1uaLFTMvkcYrYAt9qDdISJneKxHo9qsris70iowGW2s=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
changelog = "https://marketplace.visualstudio.com/items/JakeBecker.elixir-ls/changelog";
|
|
|
|
description = "Elixir support with debugger, autocomplete, and more. Powered by ElixirLS.";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls";
|
|
|
|
homepage = "https://github.com/elixir-lsp/elixir-ls";
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.datafoo ];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-25 16:09:25 +00:00
|
|
|
elmtooling.elm-ls-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "elm-ls-vscode";
|
|
|
|
publisher = "Elmtooling";
|
2022-01-26 09:26:30 +00:00
|
|
|
version = "2.4.0";
|
|
|
|
sha256 = "sha256-5hYlkx8hlwS8iWTlfupX8XjTLAY/KUi0bd3jf/tm92o=";
|
2021-01-25 16:09:25 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-01-25 16:09:25 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/Elmtooling.elm-ls-vscode/changelog";
|
|
|
|
description = "Elm language server";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Elmtooling.elm-ls-vscode";
|
|
|
|
homepage = "https://github.com/elm-tooling/elm-language-client-vscode";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.mcwitt ];
|
2021-01-25 16:09:25 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-03-19 22:38:37 +00:00
|
|
|
emmanuelbeziat.vscode-great-icons = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-great-icons";
|
|
|
|
publisher = "emmanuelbeziat";
|
2021-07-16 08:41:10 +00:00
|
|
|
version = "2.1.79";
|
|
|
|
sha256 = "1cr1pxgxlfr643sfxbcr2xd53s1dnzcpacjj0ffkgizfda2psy78";
|
2021-03-19 22:38:37 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-03-19 22:38:37 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-13 12:27:20 +00:00
|
|
|
esbenp.prettier-vscode = buildVscodeMarketplaceExtension {
|
2022-01-07 11:44:25 +00:00
|
|
|
mktplcRef = {
|
|
|
|
name = "prettier-vscode";
|
|
|
|
publisher = "esbenp";
|
2023-01-19 10:42:05 +00:00
|
|
|
version = "9.10.4";
|
|
|
|
sha256 = "sha256-khtyB0Qbm+iuM1GsAaF32YRv1VBTIy7daeCKdgwCIC8=";
|
2022-01-07 11:44:25 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-01-13 12:27:20 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/changelog";
|
|
|
|
description = "Code formatter using prettier";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode";
|
|
|
|
homepage = "https://github.com/prettier/prettier-vscode";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.datafoo ];
|
2021-01-13 12:27:20 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-01-03 09:14:41 +00:00
|
|
|
ethansk.restore-terminals = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "restore-terminals";
|
|
|
|
publisher = "ethansk";
|
|
|
|
version = "1.1.6";
|
|
|
|
sha256 = "sha256-XCgxphXIJ/y85IR/qEQhGsbnqWFRWvbyIDchnVTUqMg=";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-07-23 01:22:24 +00:00
|
|
|
eugleo.magic-racket = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "magic-racket";
|
|
|
|
publisher = "evzen-wybitul";
|
2022-04-10 02:36:09 +00:00
|
|
|
version = "0.6.4";
|
|
|
|
sha256 = "sha256-Hxa4VPm3QvJICzpDyfk94fGHu1hr+YN9szVBwDB8X4U=";
|
2021-07-23 01:22:24 +00:00
|
|
|
};
|
|
|
|
nativeBuildInputs = [ jq moreutils ];
|
|
|
|
postInstall = ''
|
|
|
|
cd "$out/$installPrefix"
|
2022-04-10 02:36:09 +00:00
|
|
|
jq '.contributes.configuration.properties."magicRacket.general.racketPath".default = "${racket}/bin/racket"' package.json | sponge package.json
|
|
|
|
jq '.contributes.configuration.properties."magicRacket.general.racoPath".default = "${racket}/bin/raco"' package.json | sponge package.json
|
2021-07-23 01:22:24 +00:00
|
|
|
'';
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-07-26 14:53:15 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/evzen-wybitul.magic-racket/changelog";
|
2022-04-10 02:36:09 +00:00
|
|
|
description = "The best coding experience for Racket in VS Code";
|
2021-07-26 14:53:15 +00:00
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket";
|
|
|
|
homepage = "https://github.com/Eugleo/magic-racket";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.agpl3Only;
|
2021-07-26 14:53:15 +00:00
|
|
|
};
|
2021-07-23 01:22:24 +00:00
|
|
|
};
|
|
|
|
|
2021-09-15 08:18:49 +00:00
|
|
|
faustinoaq.lex-flex-yacc-bison = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "lex-flex-yacc-bison";
|
|
|
|
publisher = "faustinoaq";
|
|
|
|
version = "0.0.3";
|
|
|
|
sha256 = "6254f52157dc796eae7bf135ac88c1c9cc19d884625331a1e634f9768722cc3d";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-09-15 08:18:49 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/faustinoaq.lex-flex-yacc-bison/changelog";
|
|
|
|
description = "Language support for Lex, Flex, Yacc and Bison.";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=faustinoaq.lex-flex-yacc-bison";
|
|
|
|
homepage = "https://github.com/faustinoaq/vscode-lex-flex-yacc-bison";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.emilytrau ];
|
2021-09-15 08:18:49 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-13 12:29:59 +00:00
|
|
|
file-icons.file-icons = buildVscodeMarketplaceExtension {
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-01-13 12:29:59 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/file-icons.file-icons/changelog";
|
|
|
|
description = "File-specific icons in VSCode for improved visual grepping.";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=file-icons.file-icons";
|
|
|
|
homepage = "https://github.com/file-icons/vscode";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ ];
|
2021-01-13 12:29:59 +00:00
|
|
|
};
|
|
|
|
mktplcRef = {
|
|
|
|
name = "file-icons";
|
|
|
|
publisher = "file-icons";
|
2022-06-01 16:18:55 +00:00
|
|
|
version = "1.0.29";
|
|
|
|
sha256 = "05x45f9yaivsz8a1ahlv5m8gy2kkz71850dhdvwmgii0vljc8jc6";
|
2021-01-13 12:29:59 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-07-29 21:38:10 +00:00
|
|
|
firefox-devtools.vscode-firefox-debug = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-firefox-debug";
|
|
|
|
publisher = "firefox-devtools";
|
|
|
|
version = "2.9.8";
|
|
|
|
sha256 = "sha256-MCL562FPgEfhUM1KH5LMl7BblbjIkQ4UEwB67RlO5Mk=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-07-29 21:38:10 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/firefox-devtools.vscode-firefox-debug/changelog";
|
|
|
|
description = "A Visual Studio Code extension for debugging web applications and browser extensions in Firefox";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug";
|
|
|
|
homepage = "https://github.com/firefox-devtools/vscode-firefox-debug";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.felschr ];
|
2022-07-29 21:38:10 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-17 03:55:12 +00:00
|
|
|
foam.foam-vscode = buildVscodeMarketplaceExtension {
|
2021-07-21 16:21:25 +00:00
|
|
|
mktplcRef = {
|
|
|
|
name = "foam-vscode";
|
|
|
|
publisher = "foam";
|
2022-05-29 19:29:03 +00:00
|
|
|
version = "0.18.3";
|
|
|
|
sha256 = "sha256-qbF4k3GP7UdQrw0x/egVRkv5TYDwYWoycxY/HJSFTkI=";
|
2021-07-21 16:21:25 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-06-17 03:55:12 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/foam.foam-vscode/changelog";
|
|
|
|
description = "A personal knowledge management and sharing system for VSCode ";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=foam.foam-vscode";
|
|
|
|
homepage = "https://foambubble.github.io/";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.ratsclub ];
|
2021-06-17 03:55:12 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-06-16 15:06:51 +00:00
|
|
|
formulahendry.auto-close-tag = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "auto-close-tag";
|
|
|
|
publisher = "formulahendry";
|
2022-03-14 12:34:57 +00:00
|
|
|
version = "0.5.14";
|
|
|
|
sha256 = "sha256-XYYHS2QTy8WYjtUYYWsIESzmH4dRQLlXQpJq78BolMw=";
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-07 23:46:06 +00:00
|
|
|
formulahendry.auto-rename-tag = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "auto-rename-tag";
|
|
|
|
publisher = "formulahendry";
|
2022-03-14 12:35:23 +00:00
|
|
|
version = "0.1.10";
|
|
|
|
sha256 = "sha256-uXqWebxnDwaUVLFG6MUh4bZ7jw5d2rTHRm5NoR2n0Vs=";
|
2021-01-07 23:46:06 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2021-01-07 23:46:06 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-02-22 21:19:54 +00:00
|
|
|
formulahendry.code-runner = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "code-runner";
|
|
|
|
publisher = "formulahendry";
|
|
|
|
version = "0.11.2";
|
|
|
|
sha256 = "0qwcxr6m1xwhqmdl4pccjgpikpq1hgi2hgrva5abn8ixa2510hcy";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-04-14 19:36:29 +00:00
|
|
|
foxundermoon.shell-format = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "shell-format";
|
|
|
|
publisher = "foxundermoon";
|
|
|
|
version = "7.1.0";
|
|
|
|
sha256 = "09z72mdr5bfdcb67xyzlv7lb9vyjlc3k9ackj4jgixfk40c68cnj";
|
|
|
|
};
|
2022-09-28 08:32:15 +00:00
|
|
|
|
|
|
|
nativeBuildInputs = [ jq moreutils ];
|
|
|
|
|
|
|
|
postInstall = ''
|
|
|
|
cd "$out/$installPrefix"
|
|
|
|
jq '.contributes.configuration.properties."shellformat.path".default = "${shfmt}/bin/shfmt"' package.json | sponge package.json
|
|
|
|
'';
|
|
|
|
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-04-14 19:36:29 +00:00
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format";
|
|
|
|
homepage = "https://github.com/foxundermoon/vs-shell-format";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.dbirks ];
|
2021-04-14 19:36:29 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-13 12:31:22 +00:00
|
|
|
freebroccolo.reasonml = buildVscodeMarketplaceExtension {
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-01-13 12:31:22 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/freebroccolo.reasonml/changelog";
|
|
|
|
description = "Reason support for Visual Studio Code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=freebroccolo.reasonml";
|
|
|
|
homepage = "https://github.com/reasonml-editor/vscode-reasonml";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.asl20;
|
|
|
|
maintainers = [ ];
|
2021-01-13 12:31:22 +00:00
|
|
|
};
|
|
|
|
mktplcRef = {
|
|
|
|
name = "reasonml";
|
|
|
|
publisher = "freebroccolo";
|
|
|
|
version = "1.0.38";
|
|
|
|
sha256 = "1nay6qs9vcxd85ra4bv93gg3aqg3r2wmcnqmcsy9n8pg1ds1vngd";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-06-01 17:20:19 +00:00
|
|
|
gencer.html-slim-scss-css-class-completion = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "html-slim-scss-css-class-completion";
|
|
|
|
publisher = "gencer";
|
|
|
|
version = "1.7.8";
|
|
|
|
sha256 = "18qws35qvnl0ahk5sxh4mzkw0ib788y1l97ijmpjszs0cd4bfsa6";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-06-01 17:20:19 +00:00
|
|
|
description = "VSCode extension for SCSS";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=gencer.html-slim-scss-css-class-completion";
|
|
|
|
homepage = "https://github.com/gencer/SCSS-Everywhere";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ ];
|
2022-06-01 17:20:19 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 11:09:38 +00:00
|
|
|
genieai.chatgpt-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
meta = {
|
|
|
|
changelog = "https://marketplace.visualstudio.com/items/genieai.chatgpt-vscode/changelog";
|
|
|
|
description = "A Visual Studio Code extension to support ChatGPT, GPT-3 and Codex conversations";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=genieai.chatgpt-vscode";
|
|
|
|
homepage = "https://github.com/ai-genie/chatgpt-vscode";
|
|
|
|
license = lib.licenses.isc;
|
|
|
|
maintainers = [ lib.maintainers.drupol ];
|
|
|
|
};
|
|
|
|
mktplcRef = {
|
|
|
|
name = "chatgpt-vscode";
|
|
|
|
publisher = "genieai";
|
|
|
|
version = "0.0.2";
|
|
|
|
sha256 = "sha256-mdBSZ8BAJ1dFy5MXBPMwXlSmNsY5vD/+gBAI+3+QT84=";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-03-12 00:14:51 +00:00
|
|
|
github = {
|
2022-09-27 13:36:33 +00:00
|
|
|
codespaces = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "github";
|
|
|
|
name = "codespaces";
|
|
|
|
version = "1.10.6";
|
|
|
|
sha256 = "04d6lx8s6rwc6ry6flyw59hg9c4814s5wvi8ycxlwq4pl8n0imd7";
|
|
|
|
};
|
|
|
|
meta = { license = lib.licenses.unfree; };
|
|
|
|
};
|
|
|
|
|
2021-09-16 04:33:35 +00:00
|
|
|
copilot = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "github";
|
|
|
|
name = "copilot";
|
2023-01-26 16:19:53 +00:00
|
|
|
version = "1.70.8099";
|
|
|
|
sha256 = "sha256-+jlLM9UC1DZFBrtiiri4jvpuc/Rf9PcSVP8D8pmQC2s=";
|
2022-10-28 15:34:27 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-10-28 15:34:27 +00:00
|
|
|
description = "GitHub Copilot uses OpenAI Codex to suggest code and entire functions in real-time right from your editor.";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.copilot";
|
|
|
|
homepage = "https://github.com/features/copilot";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.unfree;
|
|
|
|
maintainers = [ lib.maintainers.Zimmi48 ];
|
2021-09-16 04:33:35 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-03-12 00:14:51 +00:00
|
|
|
github-vscode-theme = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "github-vscode-theme";
|
|
|
|
publisher = "github";
|
2021-05-04 20:17:59 +00:00
|
|
|
version = "4.1.1";
|
|
|
|
sha256 = "14wz2b0bn1rnmpj28c0mivz2gacla2dgg8ncv7qfx9bsxhf95g68";
|
2021-03-12 00:14:51 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-03-12 00:14:51 +00:00
|
|
|
description = "GitHub theme for VS Code";
|
|
|
|
downloadPage =
|
|
|
|
"https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme";
|
|
|
|
homepage = "https://github.com/primer/github-vscode-theme";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.hugolgst ];
|
2021-03-12 00:14:51 +00:00
|
|
|
};
|
2021-01-12 20:24:48 +00:00
|
|
|
};
|
2021-03-12 00:14:51 +00:00
|
|
|
|
|
|
|
vscode-pull-request-github = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-pull-request-github";
|
|
|
|
publisher = "github";
|
2022-12-03 16:24:39 +00:00
|
|
|
version = "0.55.2022120109";
|
|
|
|
sha256 = "036gfgj3iyz4w3j74zhx3zh7m7rmakm2lg0h7mm11lqbpfwwrki1";
|
2021-03-12 00:14:51 +00:00
|
|
|
};
|
|
|
|
meta = { license = lib.licenses.mit; };
|
2021-01-12 20:24:48 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
gitlab.gitlab-workflow = buildVscodeMarketplaceExtension {
|
2020-06-16 15:08:18 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "gitlab-workflow";
|
|
|
|
publisher = "gitlab";
|
|
|
|
version = "3.44.2";
|
|
|
|
sha256 = "sha256-S2PI+r4LrHA7tW2EMfcAkP5jUnd0mCEV72oTXMa9Xkc=";
|
2020-06-16 15:08:18 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2023-03-18 20:52:44 +00:00
|
|
|
description = "GitLab extension for Visual Studio Code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=gitlab.gitlab-workflow";
|
|
|
|
homepage = "https://gitlab.com/gitlab-org/gitlab-vscode-extension#readme";
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2023-03-18 20:52:44 +00:00
|
|
|
maintainers = [ ];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
golang.go = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "Go";
|
|
|
|
publisher = "golang";
|
|
|
|
version = "0.37.1";
|
|
|
|
sha256 = "sha256-xOiMVUkcgwkMjYfNzFB3Qhfg26jf5nssaTfw0U+sAX0=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
grapecity.gc-excelviewer = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "gc-excelviewer";
|
|
|
|
publisher = "grapecity";
|
|
|
|
version = "4.2.55";
|
|
|
|
sha256 = "sha256-yHl6ZTGIKOEsqmyeYtgDUhNAN9uRpoFApA7FKkPWW3E=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
description = "Edit Excel spreadsheets and CSV files in Visual Studio Code and VS Code for the Web";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=grapecity.gc-excelviewer";
|
|
|
|
homepage = "https://github.com/jjuback/gc-excelviewer";
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.kamadorueda ];
|
2020-06-16 15:08:18 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-19 11:34:24 +00:00
|
|
|
graphql.vscode-graphql = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-graphql";
|
|
|
|
publisher = "GraphQL";
|
2022-02-03 03:44:25 +00:00
|
|
|
version = "0.3.50";
|
|
|
|
sha256 = "1yf6v2vsgmq86ysb6vxzbg2gh6vz03fsz0d0rhpvpghayrjlk5az";
|
2021-01-19 11:34:24 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-23 01:13:14 +00:00
|
|
|
gruntfuggly.todo-tree = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "todo-tree";
|
|
|
|
publisher = "Gruntfuggly";
|
2023-02-14 19:44:39 +00:00
|
|
|
version = "0.0.224";
|
|
|
|
sha256 = "sha256-ObFmzAaOlbtWC31JRYR/1y+JK1h22SVDPPRWWqPzrQs=";
|
2021-01-23 01:13:14 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-01-23 01:13:14 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
hashicorp.terraform = callPackage ./hashicorp.terraform { };
|
|
|
|
|
2020-06-16 15:06:51 +00:00
|
|
|
haskell.haskell = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "haskell";
|
|
|
|
publisher = "haskell";
|
2022-12-03 16:24:39 +00:00
|
|
|
version = "2.2.1";
|
|
|
|
sha256 = "14p9g07zsb3da4ilaasgsdvh3wagfzayqr8ichsf6k5c952zi8fk";
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta ={
|
|
|
|
license = lib.licenses.mit;
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-23 01:29:06 +00:00
|
|
|
hookyqr.beautify = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "beautify";
|
|
|
|
publisher = "HookyQR";
|
|
|
|
version = "1.5.0";
|
|
|
|
sha256 = "1c0kfavdwgwham92xrh0gnyxkrl9qlkpv39l1yhrldn8vd10fj5i";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-01-23 01:29:06 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
humao.rest-client = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "humao";
|
|
|
|
name = "rest-client";
|
|
|
|
version = "0.24.6";
|
|
|
|
sha256 = "196pm7gv0488bpv1lklh8hpwmdqc4yimz389gad6nsna368m4m43";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-08 00:15:03 +00:00
|
|
|
ibm.output-colorizer = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "output-colorizer";
|
|
|
|
publisher = "IBM";
|
|
|
|
version = "0.1.2";
|
|
|
|
sha256 = "0i9kpnlk3naycc7k8gmcxas3s06d67wxr3nnyv5hxmsnsx5sfvb7";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-01-08 00:15:03 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-04-19 19:30:04 +00:00
|
|
|
iciclesoft.workspacesort = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "workspacesort";
|
|
|
|
publisher = "iciclesoft";
|
|
|
|
version = "1.6.0";
|
|
|
|
sha256 = "1pbk8kflywll6lqhmffz9yjf01dn8xq8sk6rglnfn2kl2ildfhh6";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-04-19 19:30:04 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/iciclesoft.workspacesort/changelog";
|
|
|
|
description = "Sort workspace-folders alphabetically rather than in chronological order";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=iciclesoft.workspacesort";
|
|
|
|
homepage = "https://github.com/iciclesoft/workspacesort-for-VSCode";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.dbirks ];
|
2021-04-19 19:30:04 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
influxdata.flux = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "influxdata";
|
|
|
|
name = "flux";
|
|
|
|
version = "0.6.13";
|
|
|
|
sha256 = "0myl7rppzcz7hxy9zjs81vs9p66lnbfcrdr6s5qb4i6929gmywfy";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-17 03:26:32 +00:00
|
|
|
ionide.ionide-fsharp = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "Ionide-fsharp";
|
|
|
|
publisher = "Ionide";
|
2023-03-08 17:12:32 +00:00
|
|
|
version = "7.5.1";
|
|
|
|
sha256 = "sha256-AiDYqYF+F69O/aeolIEzqLmg20YN/I4EV6XMa8UgMns=";
|
2021-06-17 03:26:32 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-06-17 03:26:32 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/Ionide.Ionide-fsharp/changelog";
|
|
|
|
description = "Enhanced F# Language Features for Visual Studio Code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp";
|
|
|
|
homepage = "https://ionide.io";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.ratsclub ];
|
2021-06-17 03:26:32 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-06-01 13:44:28 +00:00
|
|
|
irongeek.vscode-env = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-env";
|
|
|
|
publisher = "irongeek";
|
|
|
|
version = "0.1.0";
|
|
|
|
sha256 = "sha256-URq90lOFtPCNfSIl2NUwihwRQyqgDysGmBc3NG7o7vk=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-06-01 13:44:28 +00:00
|
|
|
description = "Adds formatting and syntax highlighting support for env files (.env) to Visual Studio Code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=IronGeek.vscode-env";
|
|
|
|
homepage = "https://github.com/IronGeek/vscode-env.git";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ ];
|
2022-06-01 13:44:28 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-06-16 15:06:51 +00:00
|
|
|
james-yu.latex-workshop = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "latex-workshop";
|
|
|
|
publisher = "James-Yu";
|
2023-02-25 15:20:20 +00:00
|
|
|
version = "9.7.0";
|
|
|
|
sha256 = "sha256-Y1KoCOoOJ8CZ3IReDoyzF404CBy1BAWaZSr48EP7bz4=";
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-03-05 15:27:04 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/James-Yu.latex-workshop/changelog";
|
|
|
|
description = "LaTeX Workshop Extension";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop";
|
|
|
|
homepage = "https://github.com/James-Yu/LaTeX-Workshop";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ ];
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-01-17 17:15:05 +00:00
|
|
|
jdinhlife.gruvbox = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "gruvbox";
|
|
|
|
publisher = "jdinhlife";
|
2023-01-28 13:34:53 +00:00
|
|
|
version = "1.8.0";
|
|
|
|
sha256 = "sha256-P4FbbcRcKWbnC86TSnzQaGn2gHWkDM9I4hj4GiHNPS4=";
|
2022-01-17 17:15:05 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-01-17 17:15:05 +00:00
|
|
|
description = "Gruvbox Theme";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jdinhlife.gruvbox";
|
|
|
|
homepage = "https://github.com/jdinhify/vscode-theme-gruvbox";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.imgabe ];
|
2022-01-17 17:15:05 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-09-29 16:40:16 +00:00
|
|
|
jebbs.plantuml = callPackage ./jebbs.plantuml {};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
jellyedwards.gitsweep = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "jellyedwards";
|
|
|
|
name = "gitsweep";
|
|
|
|
version = "0.0.15";
|
|
|
|
sha256 = "rKAy84Uiat5VOQXd4OXToNfxAJ6SuWPT47vuiyK4qwg=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
changelog = "https://marketplace.visualstudio.com/items/jellyedwards.gitsweep/changelog";
|
|
|
|
description = "VS Code extension which allows you to easily exclude modified or new files so they don't get committed accidentally";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jellyedwards.gitsweep";
|
|
|
|
homepage = "https://github.com/jellyedwards/gitsweep";
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.MatthieuBarthel ];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
jkillian.custom-local-formatters = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "jkillian";
|
|
|
|
name = "custom-local-formatters";
|
|
|
|
version = "0.0.4";
|
|
|
|
sha256 = "1pmqnc759fq86g2z3scx5xqpni9khcqi5z2kpl1kb7yygsv314gm";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.kamadorueda ];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-07 20:21:42 +00:00
|
|
|
jnoortheen.nix-ide = buildVscodeMarketplaceExtension {
|
2021-11-09 19:53:10 +00:00
|
|
|
mktplcRef = {
|
|
|
|
name = "nix-ide";
|
|
|
|
publisher = "jnoortheen";
|
2022-10-30 18:39:07 +00:00
|
|
|
version = "0.2.1";
|
|
|
|
sha256 = "sha256-yC4ybThMFA2ncGhp8BYD7IrwYiDU3226hewsRvJYKy4=";
|
2021-11-09 19:53:10 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-01-13 12:32:44 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/jnoortheen.nix-ide/changelog";
|
|
|
|
description = "Nix language support with formatting and error report";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide";
|
|
|
|
homepage = "https://github.com/jnoortheen/vscode-nix-ide";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.SuperSandro2000 ];
|
2021-01-07 20:21:42 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-23 01:18:16 +00:00
|
|
|
jock.svg = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "svg";
|
|
|
|
publisher = "jock";
|
2023-02-14 19:47:37 +00:00
|
|
|
version = "1.5.0";
|
|
|
|
sha256 = "sha256-anIZxqO4pK77FmhUamRnJVN2q8FifH6ffqRE2eFwyWM=";
|
2021-01-23 01:18:16 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-01-23 01:18:16 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-07 19:11:42 +00:00
|
|
|
johnpapa.vscode-peacock = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-peacock";
|
|
|
|
publisher = "johnpapa";
|
2022-11-26 23:25:43 +00:00
|
|
|
version = "4.2.2";
|
|
|
|
sha256 = "1z9crpz025ha9hgc9mxxg3vyrsfpf9d16zm1vrf4q592j9156d2m";
|
2021-06-07 19:11:42 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-06-07 19:11:42 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-22 15:08:02 +00:00
|
|
|
jpoissonnier.vscode-styled-components = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-styled-components";
|
|
|
|
publisher = "jpoissonnier";
|
|
|
|
version = "1.4.1";
|
|
|
|
sha256 = "sha256-ojbeuYBCS+DjF5R0aLuBImzoSOb8mXw1s0Uh0CzggzE=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-06-16 15:06:51 +00:00
|
|
|
justusadam.language-haskell = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "language-haskell";
|
|
|
|
publisher = "justusadam";
|
2022-06-06 04:27:24 +00:00
|
|
|
version = "3.6.0";
|
|
|
|
sha256 = "sha256-rZXRzPmu7IYmyRWANtpJp3wp0r/RwB7eGHEJa7hBvoQ=";
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.bsd3;
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-01 22:29:34 +00:00
|
|
|
kahole.magit = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "magit";
|
|
|
|
publisher = "kahole";
|
2022-12-11 13:01:29 +00:00
|
|
|
version = "0.6.36";
|
|
|
|
sha256 = "sha256-4712BPibXJkkq0XEO9n0ZrdXAcID7IAabu/FOTiTeTo=";
|
2021-06-01 22:29:34 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-17 22:14:26 +00:00
|
|
|
kalebpace.balena-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "balena-vscode";
|
|
|
|
publisher = "kalebpace";
|
|
|
|
version = "0.1.3";
|
|
|
|
sha256 = "sha256-CecEv19nEtnMe0KlCMNBM9ZAjbAVgPNUcZ6cBxHw44M=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2023-03-17 22:14:26 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/kalebpace.balena-vscode/changelog";
|
|
|
|
description = "VS Code extension for integration with Balena";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=kalebpace.balena-vscode";
|
|
|
|
homepage = "https://github.com/balena-vscode/balena-vscode";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.kalebpace ];
|
2023-03-17 22:14:26 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-02-13 00:56:52 +00:00
|
|
|
kamadorueda.alejandra = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "alejandra";
|
|
|
|
publisher = "kamadorueda";
|
|
|
|
version = "1.0.0";
|
|
|
|
sha256 = "sha256-COlEjKhm8tK5XfOjrpVUDQ7x3JaOLiYoZ4MdwTL8ktk=";
|
|
|
|
};
|
|
|
|
nativeBuildInputs = [ jq moreutils ];
|
|
|
|
postInstall = ''
|
|
|
|
cd "$out/$installPrefix"
|
|
|
|
|
|
|
|
jq -e '
|
|
|
|
.contributes.configuration.properties."alejandra.program".default =
|
|
|
|
"${alejandra}/bin/alejandra" |
|
|
|
|
.contributes.configurationDefaults."alejandra.program" =
|
|
|
|
"${alejandra}/bin/alejandra"
|
|
|
|
' \
|
|
|
|
< package.json \
|
|
|
|
| sponge package.json
|
|
|
|
'';
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-02-13 00:56:52 +00:00
|
|
|
description = "The Uncompromising Nix Code Formatter";
|
|
|
|
homepage = "https://github.com/kamadorueda/alejandra";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.unlicense;
|
|
|
|
maintainers = [ lib.maintainers.kamadorueda ];
|
2022-02-13 00:56:52 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
kamikillerto.vscode-colorize = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-colorize";
|
|
|
|
publisher = "kamikillerto";
|
|
|
|
version = "0.11.1";
|
|
|
|
sha256 = "1h82b1jz86k2qznprng5066afinkrd7j3738a56idqr3vvvqnbsm";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.asl20;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-03-06 19:14:53 +00:00
|
|
|
kddejong.vscode-cfn-lint = let
|
|
|
|
inherit (python3Packages) cfn-lint;
|
|
|
|
in buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-cfn-lint";
|
|
|
|
publisher = "kddejong";
|
|
|
|
version = "0.21.0";
|
|
|
|
sha256 = "sha256-IueXiN+077tiecAsVCzgYksWYTs00mZv6XJVMtRJ/PQ=";
|
|
|
|
};
|
|
|
|
|
|
|
|
nativeBuildInputs = [ jq moreutils ];
|
|
|
|
|
|
|
|
buildInputs = [ cfn-lint ];
|
|
|
|
|
|
|
|
postInstall = ''
|
|
|
|
cd "$out/$installPrefix"
|
|
|
|
jq '.contributes.configuration.properties."cfnLint.path".default = "${cfn-lint}/bin/cfn-lint"' package.json | sponge package.json
|
|
|
|
'';
|
|
|
|
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-03-06 19:14:53 +00:00
|
|
|
description = "CloudFormation Linter IDE integration, autocompletion, and documentation";
|
|
|
|
homepage = "https://github.com/aws-cloudformation/cfn-lint-visual-studio-code";
|
|
|
|
license = lib.licenses.asl20;
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.wolfangaukang ];
|
2022-03-06 19:14:53 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-02-03 03:28:57 +00:00
|
|
|
kubukoz.nickel-syntax = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "nickel-syntax";
|
|
|
|
publisher = "kubukoz";
|
|
|
|
version = "0.0.1";
|
|
|
|
sha256 = "010zn58j9kdb2jpxmlfyyyais51pwn7v2c5cfi4051ayd02b9n3s";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.asl20;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
llvm-org.lldb-vscode = llvmPackages_8.lldb;
|
|
|
|
|
2021-10-06 03:26:23 +00:00
|
|
|
llvm-vs-code-extensions.vscode-clangd = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-clangd";
|
|
|
|
publisher = "llvm-vs-code-extensions";
|
2022-12-03 16:24:39 +00:00
|
|
|
version = "0.1.23";
|
|
|
|
sha256 = "125incws4n688irqii3s2a1cznj0kvkbhv3sa8585chj5g4zvmfy";
|
2021-10-06 03:26:23 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-08-25 22:10:33 +00:00
|
|
|
lokalise.i18n-ally = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "i18n-ally";
|
|
|
|
publisher = "Lokalise";
|
|
|
|
version = "2.7.1";
|
|
|
|
sha256 = "sha256-nHBYRSiPQ5ucWPr9VCUgMrosloLnVj40Fh+CEBvWONE=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-07-05 17:55:44 +00:00
|
|
|
lucperkins.vrl-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "lucperkins";
|
|
|
|
name = "vrl-vscode";
|
|
|
|
version = "0.1.4";
|
|
|
|
sha256 = "sha256-xcGa43iPwUR6spOJGTmmWA1dOMNMQEdiuhMZPYZ+dTU=";
|
|
|
|
};
|
|
|
|
meta = {
|
2022-07-05 18:57:10 +00:00
|
|
|
description = "VS Code extension for Vector Remap Language (VRL)";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=lucperkins.vrl-vscode";
|
|
|
|
homepage = "https://github.com/lucperkins/vrl-vscode";
|
2022-07-05 17:55:44 +00:00
|
|
|
license = lib.licenses.mpl20;
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.lucperkins ];
|
2022-07-05 17:55:44 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-10 06:02:40 +00:00
|
|
|
mads-hartmann.bash-ide-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "mads-hartmann";
|
|
|
|
name = "bash-ide-vscode";
|
|
|
|
version = "1.11.0";
|
|
|
|
sha256 = "1hq41fy2v1grjrw77mbs9k6ps6gncwlydm03ipawjnsinxc9rdkp";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.kamadorueda ];
|
2021-06-10 06:02:40 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
marp-team.marp-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "marp-vscode";
|
|
|
|
publisher = "marp-team";
|
|
|
|
version = "2.4.1";
|
|
|
|
sha256 = "sha256-h59OmFreja9IdFzH2zZaXXh+pnODirL2fPkUmvAgDyA=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-11-16 17:57:27 +00:00
|
|
|
matangover.mypy = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "mypy";
|
|
|
|
publisher = "matangover";
|
|
|
|
version = "0.2.2";
|
|
|
|
sha256 = "sha256-eaiR30HjPCpOLUKQqiQ2Oqj+XY+JNnV47bM5KD2Mouk=";
|
|
|
|
};
|
|
|
|
meta.license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
matklad.rust-analyzer = self.rust-lang.rust-analyzer; # Previous publisher
|
|
|
|
|
2023-02-16 22:23:00 +00:00
|
|
|
matthewpi.caddyfile-support = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "caddyfile-support";
|
|
|
|
publisher = "matthewpi";
|
|
|
|
version = "0.2.4";
|
|
|
|
sha256 = "sha256-7D7fNlI55MxD6M8ml/dzBAMwCGCEkC+9aKhreZCVMv4=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
description = "Rich Caddyfile support for Visual Studio Code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=matthewpi.caddyfile-support";
|
|
|
|
homepage = "https://github.com/caddyserver/vscode-caddyfile";
|
|
|
|
changelog = "https://marketplace.visualstudio.com/items/matthewpi.caddyfile-support/changelog";
|
|
|
|
license = lib.licenses.mit;
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.matthewpi ];
|
2023-02-16 22:23:00 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-06-23 18:06:29 +00:00
|
|
|
mattn.lisp = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "lisp";
|
|
|
|
publisher = "mattn";
|
|
|
|
version = "0.1.12";
|
|
|
|
sha256 = "sha256-x6aFrcX0YElEFEr0qA669/LPlab15npmXd5Q585pIEw=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-06-23 18:06:29 +00:00
|
|
|
description = "Lisp syntax for vscode";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=mattn.lisp";
|
|
|
|
homepage = "https://github.com/mattn/vscode-lisp";
|
|
|
|
changelog = "https://marketplace.visualstudio.com/items/mattn.lisp/changelog";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.kamadorueda ];
|
2022-06-23 18:06:29 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-10-28 14:51:31 +00:00
|
|
|
maximedenes.vscoq = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "maximedenes";
|
|
|
|
name = "vscoq";
|
2023-01-12 16:48:28 +00:00
|
|
|
version = "0.3.7";
|
|
|
|
sha256 = "sha256-QT+fb23g+IXlNKNAbjADEpqrS6ll2W8Yd0YzwJAjhQQ=";
|
2022-10-28 14:51:31 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-10-28 14:51:31 +00:00
|
|
|
description = "VsCoq is an extension for Visual Studio Code (VS Code) and VSCodium with support for the Coq Proof Assistant.";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=maximedenes.vscoq";
|
|
|
|
homepage = "https://github.com/coq-community/vscoq";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.Zimmi48 ];
|
2022-10-28 14:51:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
mechatroner.rainbow-csv = buildVscodeMarketplaceExtension {
|
2021-10-19 14:27:25 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "rainbow-csv";
|
|
|
|
publisher = "mechatroner";
|
|
|
|
version = "2.0.0";
|
|
|
|
sha256 = "0wjlp6lah9jb0646sbi6x305idfgydb6a51pgw4wdnni02gipbrs";
|
2021-10-19 14:27:25 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
mhutchie.git-graph = buildVscodeMarketplaceExtension {
|
2022-03-15 22:48:58 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "git-graph";
|
|
|
|
publisher = "mhutchie";
|
|
|
|
version = "1.30.0";
|
|
|
|
sha256 = "sha256-sHeaMMr5hmQ0kAFZxxMiRk6f0mfjkg2XMnA4Gf+DHwA=";
|
2022-03-15 22:48:58 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-19 11:31:47 +00:00
|
|
|
mikestead.dotenv = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "dotenv";
|
|
|
|
publisher = "mikestead";
|
|
|
|
version = "1.0.1";
|
|
|
|
sha256 = "sha256-dieCzNOIcZiTGu4Mv5zYlG7jLhaEsJR05qbzzzQ7RWc=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-03-12 00:15:15 +00:00
|
|
|
mishkinf.goto-next-previous-member = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "goto-next-previous-member";
|
|
|
|
publisher = "mishkinf";
|
2022-02-03 03:43:50 +00:00
|
|
|
version = "0.0.6";
|
|
|
|
sha256 = "07rpnbkb51835gflf4fpr0v7fhj8hgbhsgcz2wpag8wdzdxc3025";
|
2021-03-12 00:15:15 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-08-22 22:47:53 +00:00
|
|
|
mkhl.direnv = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "direnv";
|
|
|
|
publisher = "mkhl";
|
2022-12-03 16:24:39 +00:00
|
|
|
version = "0.10.1";
|
|
|
|
sha256 = "0m89sx1qqdkwa9pfmd9b11lp8z0dqpi6jn27js5q4ymscyg41bqd";
|
2022-08-22 22:47:53 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-08-22 22:47:53 +00:00
|
|
|
description = "direnv support for Visual Studio Code";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.bsd0;
|
2022-08-22 22:47:53 +00:00
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=mkhl.direnv";
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.nullx76 ];
|
2022-08-22 22:47:53 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
ms-azuretools.vscode-docker = buildVscodeMarketplaceExtension {
|
2020-12-08 23:42:29 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "vscode-docker";
|
|
|
|
publisher = "ms-azuretools";
|
|
|
|
version = "1.23.3";
|
|
|
|
sha256 = "sha256-0qflugzWA1pV0PVWGTzOjdxM/0G8hTLOozoXCAdQnRY=";
|
2020-12-08 23:42:29 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2020-12-08 23:42:29 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
ms-ceintl = callPackage ./language-packs.nix {}; # non-English language packs
|
|
|
|
|
|
|
|
ms-dotnettools.csharp = callPackage ./ms-dotnettools.csharp { };
|
|
|
|
|
|
|
|
ms-kubernetes-tools.vscode-kubernetes-tools = buildVscodeMarketplaceExtension {
|
2021-01-08 13:56:38 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "vscode-kubernetes-tools";
|
|
|
|
publisher = "ms-kubernetes-tools";
|
|
|
|
version = "1.3.4";
|
|
|
|
sha256 = "0ial5ljgm0m35wh5gy4kpr0v7053wi52cv57ad4vcbxc9z00hxrd";
|
2021-01-08 13:56:38 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2021-01-08 13:56:38 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
ms-pyright.pyright = buildVscodeMarketplaceExtension {
|
2020-06-16 15:06:51 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "pyright";
|
|
|
|
publisher = "ms-pyright";
|
|
|
|
version = "1.1.282";
|
|
|
|
sha256 = "14qkk9gbpwnbkk3dk7b7s92smj374ha7axlsi74fllw74lp4ziwn";
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2023-03-18 20:52:44 +00:00
|
|
|
description = "VS Code static type checking for Python";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright";
|
|
|
|
homepage = "https://github.com/Microsoft/pyright#readme";
|
|
|
|
changelog = "https://marketplace.visualstudio.com/items/ms-pyright.pyright/changelog";
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2023-03-18 20:52:44 +00:00
|
|
|
maintainers = [ lib.maintainers.ratsclub ];
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
ms-python.python = callPackage ./ms-python.python { };
|
2022-01-17 08:55:09 +00:00
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
ms-python.vscode-pylance = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-pylance";
|
|
|
|
publisher = "MS-python";
|
|
|
|
version = "2022.7.11";
|
|
|
|
sha256 = "sha256-JatjLZXO7iwpBwjL1hrNafBiF81CaozWWANyRm8A36Y=";
|
|
|
|
};
|
2020-10-10 21:46:58 +00:00
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
buildInputs = [ nodePackages.pyright ];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
changelog = "https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/changelog";
|
|
|
|
description = "A performant, feature-rich language server for Python in VS Code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance";
|
|
|
|
homepage = "https://github.com/microsoft/pylance-release";
|
|
|
|
license = lib.licenses.unfree;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ms-vscode.anycode = buildVscodeMarketplaceExtension {
|
2020-06-16 15:06:51 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "anycode";
|
|
|
|
publisher = "ms-vscode";
|
|
|
|
version = "0.0.57";
|
|
|
|
sha256 = "sha256-XwL7I+vwZJ6zx5IDZdfOUbq6M9IH/gi7MBe92cG1kDs=";
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-10-23 13:14:08 +00:00
|
|
|
ms-vscode.cmake-tools = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "cmake-tools";
|
|
|
|
publisher = "ms-vscode";
|
2022-12-03 16:24:39 +00:00
|
|
|
version = "1.13.26";
|
|
|
|
sha256 = "1bkjqlv48slgb8nf8y2g4nf11c1appr0ycka2w3mmbiczwdmyjr5";
|
2022-10-23 13:14:08 +00:00
|
|
|
};
|
|
|
|
meta.license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
ms-vscode.cpptools = callPackage ./ms-vscode.cpptools { };
|
|
|
|
|
2022-10-23 13:14:08 +00:00
|
|
|
ms-vscode.hexeditor = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "hexeditor";
|
|
|
|
publisher = "ms-vscode";
|
|
|
|
version = "1.9.9";
|
|
|
|
sha256 = "0w7b9llgm6plzpkr5g8ikpyxdgfdjcd5v9xzhp6967j0xphisdbb";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ms-vscode.makefile-tools = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "makefile-tools";
|
|
|
|
publisher = "ms-vscode";
|
|
|
|
version = "0.6.0";
|
|
|
|
sha256 = "07zagq5ib9hd3w67yk2g728vypr4qazw0g9dyd5bax21shnmppa9";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-07-25 13:22:52 +00:00
|
|
|
ms-vscode.PowerShell = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "PowerShell";
|
|
|
|
publisher = "ms-vscode";
|
2023-02-14 19:54:12 +00:00
|
|
|
version = "2023.1.0";
|
|
|
|
sha256 = "sha256-OiVb88BGvzsPTzKU1rGLGSMQSwKV4zI9FthOmutz34U=";
|
2022-07-25 13:22:52 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-07-25 13:22:52 +00:00
|
|
|
description = "A Visual Studio Code extension for PowerShell language support";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell";
|
|
|
|
homepage = "https://github.com/PowerShell/vscode-powershell";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.rhoriguchi ];
|
2022-07-25 13:22:52 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 18:54:49 +00:00
|
|
|
ms-vscode-remote.remote-ssh = callPackage ./ms-vscode-remote.remote-ssh { };
|
2020-06-16 15:06:51 +00:00
|
|
|
|
2022-02-10 21:38:23 +00:00
|
|
|
ms-vscode.theme-tomorrowkit = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "Theme-TomorrowKit";
|
|
|
|
publisher = "ms-vscode";
|
|
|
|
version = "0.1.4";
|
|
|
|
sha256 = "sha256-qakwJWak+IrIeeVcMDWV/fLPx5M8LQGCyhVt4TS/Lmc=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-02-10 21:38:23 +00:00
|
|
|
description = "Additional Tomorrow and Tomorrow Night themes for VS Code. Based on the TextMate themes.";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.Theme-TomorrowKit";
|
|
|
|
homepage = "https://github.com/microsoft/vscode-themes";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.ratsclub ];
|
2022-02-10 21:38:23 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
ms-toolsai.jupyter = callPackage ./ms-toolsai.jupyter {};
|
|
|
|
|
|
|
|
ms-toolsai.jupyter-keymap = buildVscodeMarketplaceExtension {
|
2022-02-18 01:27:49 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "jupyter-keymap";
|
|
|
|
publisher = "ms-toolsai";
|
|
|
|
version = "1.0.0";
|
|
|
|
sha256 = "0wkwllghadil9hk6zamh9brhgn539yhz6dlr97bzf9szyd36dzv8";
|
2022-02-18 01:27:49 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2022-02-18 01:27:49 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
ms-toolsai.jupyter-renderers = buildVscodeMarketplaceExtension {
|
2021-01-18 14:45:56 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "jupyter-renderers";
|
|
|
|
publisher = "ms-toolsai";
|
|
|
|
version = "1.0.12";
|
|
|
|
sha256 = "12l5z60kpz3nx77l8ck6a6w4qdzyz3xkn6k9670r30w365q9lf0z";
|
2021-01-18 14:45:56 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-10-23 13:14:08 +00:00
|
|
|
ms-toolsai.vscode-jupyter-cell-tags = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-jupyter-cell-tags";
|
|
|
|
publisher = "ms-toolsai";
|
|
|
|
version = "0.1.6";
|
|
|
|
sha256 = "1sb3za0ka8bl1kydlniwlaixldlgqxvfbx7pcyrg1a4sg6zwsvk1";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ms-toolsai.vscode-jupyter-slideshow = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-jupyter-slideshow";
|
|
|
|
publisher = "ms-toolsai";
|
|
|
|
version = "0.1.5";
|
|
|
|
sha256 = "1p6r5vkzvwvxif3wxqi9599vplabzig27fzzz0bx9z0awfglzyi7";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
ms-vsliveshare.vsliveshare = callPackage ./ms-vsliveshare.vsliveshare { };
|
2022-10-23 13:14:08 +00:00
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
msjsdiag.debugger-for-chrome = buildVscodeMarketplaceExtension {
|
2021-12-21 03:10:09 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "debugger-for-chrome";
|
|
|
|
publisher = "msjsdiag";
|
|
|
|
version = "4.12.11";
|
|
|
|
sha256 = "sha256-9i3TgCFThnFF5ccwzS4ATj5c2Xoe/4tDFGv75jJxeQ4=";
|
2021-12-21 03:10:09 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
mskelton.one-dark-theme = buildVscodeMarketplaceExtension {
|
2022-02-10 14:57:25 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "one-dark-theme";
|
|
|
|
publisher = "mskelton";
|
|
|
|
version = "1.7.2";
|
|
|
|
sha256 = "1ks6z8wsxmlfhiwa51f7d6digvw11dlxc7mja3hankgxcf5dyj31";
|
2022-02-10 14:57:25 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-09-17 04:38:24 +00:00
|
|
|
mvllow.rose-pine = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "mvllow";
|
|
|
|
name = "rose-pine";
|
|
|
|
version = "1.3.6";
|
|
|
|
sha256 = "sha256-pKrwiA/ZArBfumT0VTauhINSDEbABWgBBzTZEE07wzk=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-12-09 03:34:09 +00:00
|
|
|
naumovs.color-highlight = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "color-highlight";
|
|
|
|
publisher = "naumovs";
|
2022-10-06 07:46:19 +00:00
|
|
|
version = "2.6.0";
|
|
|
|
sha256 = "sha256-TcPQOAHCYeFHPdR85GIXsy3fx70p8cLdO2UNO0krUOs=";
|
2020-12-09 03:34:09 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-01-07 11:30:11 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/naumovs.color-highlight/changelog";
|
|
|
|
description = "Highlight web colors in your editor";
|
2023-03-18 20:52:44 +00:00
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight";
|
|
|
|
homepage = "https://github.com/enyancc/vscode-ext-color-highlight";
|
|
|
|
license = lib.licenses.gpl3Only;
|
|
|
|
maintainers = [ lib.maintainers.datafoo ];
|
2022-01-03 09:14:16 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
njpwerner.autodocstring = buildVscodeMarketplaceExtension {
|
2021-01-23 00:51:28 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "autodocstring";
|
|
|
|
publisher = "njpwerner";
|
|
|
|
version = "0.6.1";
|
|
|
|
sha256 = "sha256-NI0cbjsZPW8n6qRTRKoqznSDhLZRUguP7Sa/d0feeoc=";
|
2021-01-23 00:51:28 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2023-03-18 20:52:44 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/njpwerner.autodocstring/changelog";
|
|
|
|
description = "Generates python docstrings automatically";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring";
|
|
|
|
homepage = "https://github.com/NilsJPWerner/autoDocstring";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
2023-03-18 20:52:44 +00:00
|
|
|
maintainers = [ lib.maintainers.kamadorueda ];
|
2021-01-23 00:51:28 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-13 12:33:37 +00:00
|
|
|
ocamllabs.ocaml-platform = buildVscodeMarketplaceExtension {
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-01-13 12:33:37 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/ocamllabs.ocaml-platform/changelog";
|
|
|
|
description = "Official OCaml Support from OCamlLabs";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ocamllabs.ocaml-platform";
|
|
|
|
homepage = "https://github.com/ocamllabs/vscode-ocaml-platform";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.isc;
|
|
|
|
maintainers = [ lib.maintainers.ratsclub ];
|
2021-01-13 12:33:37 +00:00
|
|
|
};
|
|
|
|
mktplcRef = {
|
|
|
|
name = "ocaml-platform";
|
|
|
|
publisher = "ocamllabs";
|
2022-08-26 21:30:20 +00:00
|
|
|
version = "1.10.7";
|
|
|
|
sha256 = "sha256-BxVur+aSbFPyX+DW9tQcfJEyImkbTC6O0uOV2d76au0=";
|
2021-01-13 12:33:37 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
oderwat.indent-rainbow = buildVscodeMarketplaceExtension {
|
2020-12-08 22:23:40 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "indent-rainbow";
|
|
|
|
publisher = "oderwat";
|
|
|
|
version = "8.2.2";
|
|
|
|
sha256 = "sha256-7kkJc+hhYaSKUbK4eYwOnLvae80sIg7rd0E4YyCXtPc=";
|
2020-12-08 22:23:40 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2023-03-18 20:52:44 +00:00
|
|
|
description = "Makes indentation easier to read";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow";
|
|
|
|
homepage = "https://github.com/oderwat/vscode-indent-rainbow";
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2023-03-18 20:52:44 +00:00
|
|
|
maintainers = [ lib.maintainers.imgabe ];
|
2020-12-08 22:23:40 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
octref.vetur = buildVscodeMarketplaceExtension {
|
2022-01-11 09:14:07 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "vetur";
|
|
|
|
publisher = "octref";
|
|
|
|
version = "0.34.1";
|
|
|
|
sha256 = "09w3bik1mxs7qac67wgrc58vl98ham3syrn2anycpwd7135wlpby";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
phoenixframework.phoenix = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "phoenix";
|
|
|
|
publisher = "phoenixframework";
|
|
|
|
version = "0.1.1";
|
|
|
|
sha256 = "sha256-AfCwU4FF8a8C9D6+lyUDbAOLlD5SpZZw8CZVGpzRoV0=";
|
2022-01-11 09:14:07 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2023-03-18 20:52:44 +00:00
|
|
|
description = "Syntax highlighting support for HEEx / Phoenix templates";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=phoenixframework.phoenix";
|
|
|
|
homepage = "https://github.com/phoenixframework/vscode-phoenix";
|
2022-01-11 09:14:07 +00:00
|
|
|
license = lib.licenses.mit;
|
2023-03-18 20:52:44 +00:00
|
|
|
maintainers = [ ];
|
2022-01-11 09:14:07 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-06-23 22:09:56 +00:00
|
|
|
piousdeer.adwaita-theme = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "adwaita-theme";
|
|
|
|
publisher = "piousdeer";
|
2023-01-15 14:32:49 +00:00
|
|
|
version = "1.1.0";
|
|
|
|
sha256 = "sha256-tKpKLUcc33YrgDS95PJu22ngxhwjqeVMC1Mhhy+IPGE=";
|
2022-06-23 22:09:56 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-06-23 22:09:56 +00:00
|
|
|
description = "Theme for the GNOME desktop";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=piousdeer.adwaita-theme";
|
|
|
|
homepage = "https://github.com/piousdeer/vscode-adwaita";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.gpl3;
|
|
|
|
maintainers = [ lib.maintainers.wyndon ];
|
2022-06-23 22:09:56 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
pkief.material-icon-theme = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "material-icon-theme";
|
|
|
|
publisher = "PKief";
|
|
|
|
version = "4.24.0";
|
|
|
|
sha256 = "sha256-hJy+ymnlF9a2vvN/HhJ5N75lIc2afzkq+S0Cv/KnD3M=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pkief.material-product-icons = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "material-product-icons";
|
|
|
|
publisher = "PKief";
|
|
|
|
version = "1.1.1";
|
|
|
|
sha256 = "a0bd0eff67793828768135fd839f28db0949da9a310db312beb0781f2164fd47";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-06-01 16:29:31 +00:00
|
|
|
prisma.prisma = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "prisma";
|
|
|
|
publisher = "Prisma";
|
2022-08-26 21:34:04 +00:00
|
|
|
version = "4.2.0";
|
|
|
|
sha256 = "sha256-1U3JlWfIlTt0AMPsiP3vD2ZEzD2oUsYsqRRwBQeoLIA=";
|
2022-06-01 16:29:31 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-06-01 16:29:31 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/Prisma.prisma/changelog";
|
|
|
|
description = "VSCode extension for syntax highlighting, formatting, auto-completion, jump-to-definition and linting for .prisma files";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Prisma.prisma";
|
|
|
|
homepage = "https://github.com/prisma/language-tools";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.asl20;
|
|
|
|
maintainers = [ ];
|
2022-06-01 16:29:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-10-27 22:23:42 +00:00
|
|
|
rebornix.ruby = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "ruby";
|
|
|
|
publisher = "rebornix";
|
|
|
|
version = "0.28.1";
|
|
|
|
sha256 = "sha256-HAUdv+2T+neJ5aCGiQ37pCO6x6r57HIUnLm4apg9L50=";
|
|
|
|
};
|
|
|
|
|
|
|
|
meta.license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
redhat.java = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "java";
|
|
|
|
publisher = "redhat";
|
|
|
|
version = "1.15.2023021403";
|
|
|
|
sha256 = "sha256-g56+nproGC8zHidyf1Tqz0kbJrmrkgOsDA5jqaZULas=";
|
|
|
|
};
|
|
|
|
buildInputs = [ jdk ];
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.epl20;
|
|
|
|
broken = lib.versionOlder jdk.version "11";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
redhat.vscode-yaml = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-yaml";
|
|
|
|
publisher = "redhat";
|
|
|
|
version = "1.11.10112022";
|
|
|
|
sha256 = "0i53n9whcfpds9496r4pa27j3zmd4jc1kpkf4m4rfxzswwngg47x";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
redhat.vscode-xml = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-xml";
|
|
|
|
publisher = "redhat";
|
|
|
|
version = "0.23.2022120303";
|
|
|
|
sha256 = "sha256-rQvbb7GOUwVwg/049jchJMJTwaFsOP63AovcEmr2HXs=";
|
|
|
|
};
|
|
|
|
meta.license = lib.licenses.epl20;
|
|
|
|
};
|
|
|
|
|
2022-03-15 22:07:55 +00:00
|
|
|
richie5um2.snake-trail = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "snake-trail";
|
|
|
|
publisher = "richie5um2";
|
|
|
|
version = "0.6.0";
|
|
|
|
sha256 = "0wkpq9f48hplrgabb0v1ij6fc4sb8h4a93dagw4biprhnnm3qx49";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2022-03-15 22:07:55 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
rioj7.commandOnAllFiles = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "commandOnAllFiles";
|
|
|
|
publisher = "rioj7";
|
|
|
|
version = "0.3.0";
|
|
|
|
sha256 = "sha256-tNFHrgFJ22YGQgkYw+0l4G6OtlUYVn9brJPLnsvSwRE=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-01-14 04:26:16 +00:00
|
|
|
ritwickdey.liveserver = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "liveserver";
|
|
|
|
publisher = "ritwickdey";
|
|
|
|
version = "5.6.1";
|
|
|
|
sha256 = "sha256-QPMZMttYV+dQfWTniA7nko7kXukqU9g6Wj5YDYfL6hw=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2022-01-14 04:26:16 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-01-31 00:52:28 +00:00
|
|
|
roman.ayu-next = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "ayu-next";
|
|
|
|
publisher = "roman";
|
|
|
|
version = "1.2.9";
|
|
|
|
sha256 = "sha256-rwZnqvHRmMquNq9PnU176vI4g8PtS6wSNvQaZ1BMa4I=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
rubymaniac.vscode-paste-and-indent = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-paste-and-indent";
|
|
|
|
publisher = "Rubymaniac";
|
|
|
|
version = "0.0.8";
|
|
|
|
sha256 = "0fqwcvwq37ndms6vky8jjv0zliy6fpfkh8d9raq8hkinfxq6klgl";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-02-23 17:06:45 +00:00
|
|
|
rubbersheep.gi = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "gi";
|
|
|
|
publisher = "rubbersheep";
|
|
|
|
version = "0.2.11";
|
|
|
|
sha256 = "0j9k6wm959sziky7fh55awspzidxrrxsdbpz1d79s5lr5r19rs6j";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
rust-lang.rust-analyzer = callPackage ./rust-lang.rust-analyzer { };
|
|
|
|
|
2021-01-09 13:32:51 +00:00
|
|
|
ryu1kn.partial-diff = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "partial-diff";
|
|
|
|
publisher = "ryu1kn";
|
2022-01-07 23:09:03 +00:00
|
|
|
version = "1.4.3";
|
|
|
|
sha256 = "0x3lkvna4dagr7s99yykji3x517cxk5kp7ydmqa6jb4bzzsv1s6h";
|
2021-01-09 13:32:51 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2020-12-08 22:23:40 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-06-07 13:13:51 +00:00
|
|
|
sanaajani.taskrunnercode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "taskrunnercode";
|
|
|
|
publisher = "sanaajani";
|
|
|
|
version = "0.3.0";
|
|
|
|
sha256 = "NVGMM9ugmYZNCWhNmclcGuVJPhJ9h4q2G6nNzVUEpes=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
description = "Extension to view and run tasks from Explorer pane";
|
|
|
|
longDescription = ''
|
|
|
|
This extension adds an additional "Task Runner" view in your Explorer Pane
|
|
|
|
to visualize and individually run the auto-detected or configured tasks
|
|
|
|
in your project.
|
|
|
|
'';
|
|
|
|
homepage = "https://github.com/sana-ajani/taskrunner-code";
|
|
|
|
license = lib.licenses.mit;
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.pbsds ];
|
2022-06-07 13:13:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-06-16 15:06:51 +00:00
|
|
|
scala-lang.scala = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "scala";
|
|
|
|
publisher = "scala-lang";
|
2021-12-29 19:47:30 +00:00
|
|
|
version = "0.5.5";
|
|
|
|
sha256 = "1gqgamm97sq09za8iyb06jf7hpqa2mlkycbx6zpqwvlwd3a92qr1";
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
scalameta.metals = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "metals";
|
|
|
|
publisher = "scalameta";
|
2022-10-24 15:48:26 +00:00
|
|
|
version = "1.20.0";
|
|
|
|
sha256 = "3EjXzSMBIim13dRP1fBmbV/OtLmBjvcmjDXwYoeGfLA=";
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.asl20;
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-12-08 23:25:54 +00:00
|
|
|
serayuzgur.crates = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "crates";
|
|
|
|
publisher = "serayuzgur";
|
2021-12-22 21:24:07 +00:00
|
|
|
version = "0.5.10";
|
|
|
|
sha256 = "1dbhd6xbawbnf9p090lpmn8i5gg1f7y8xk2whc9zhg4432kdv3vd";
|
2020-12-08 23:25:54 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2020-12-08 23:25:54 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-10 06:02:57 +00:00
|
|
|
shardulm94.trailing-spaces = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "shardulm94";
|
|
|
|
name = "trailing-spaces";
|
|
|
|
version = "0.3.1";
|
|
|
|
sha256 = "0h30zmg5rq7cv7kjdr5yzqkkc1bs20d72yz9rjqag32gwf46s8b8";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.kamadorueda ];
|
2021-06-10 06:02:57 +00:00
|
|
|
};
|
|
|
|
};
|
2021-03-12 00:28:47 +00:00
|
|
|
|
2022-06-07 13:15:22 +00:00
|
|
|
shd101wyy.markdown-preview-enhanced = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "shd101wyy";
|
|
|
|
name = "markdown-preview-enhanced";
|
2023-03-19 16:50:06 +00:00
|
|
|
version = "0.6.8";
|
|
|
|
sha256 = "9NRaHgtyiZJ0ic6h1B01MWzYhDABAl3Jm2IUPogYWr0=";
|
2022-06-07 13:15:22 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
description = "Provides a live preview of markdown using either markdown-it or pandoc";
|
|
|
|
longDescription = ''
|
|
|
|
Markdown Preview Enhanced provides you with many useful functionalities
|
|
|
|
such as automatic scroll sync, math typesetting, mermaid, PlantUML,
|
|
|
|
pandoc, PDF export, code chunk, presentation writer, etc.
|
|
|
|
'';
|
|
|
|
homepage = "https://github.com/shd101wyy/vscode-markdown-preview-enhanced";
|
|
|
|
license = lib.licenses.ncsa;
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.pbsds ];
|
2022-06-07 13:15:22 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-03-12 00:16:54 +00:00
|
|
|
shyykoserhiy.vscode-spotify = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-spotify";
|
|
|
|
publisher = "shyykoserhiy";
|
|
|
|
version = "3.2.1";
|
|
|
|
sha256 = "14d68rcnjx4a20r0ps9g2aycv5myyhks5lpfz0syr2rxr4kd1vh6";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-02-03 03:31:50 +00:00
|
|
|
silvenon.mdx = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "mdx";
|
|
|
|
publisher = "silvenon";
|
|
|
|
version = "0.1.0";
|
|
|
|
sha256 = "1mzsqgv0zdlj886kh1yx1zr966yc8hqwmiqrb1532xbmgyy6adz3";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-03-08 02:31:11 +00:00
|
|
|
skellock.just = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "just";
|
|
|
|
publisher = "skellock";
|
|
|
|
version = "2.0.0";
|
|
|
|
sha256 = "sha256-FOp/dcW0+07rADEpUMzx+SGYjhvE4IhcCOqUQ38yCN4=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-03-08 02:31:11 +00:00
|
|
|
changelog = "https://github.com/skellock/vscode-just/blob/master/CHANGELOG.md";
|
|
|
|
description = "Provides syntax and recipe launcher for Just scripts";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=skellock.just";
|
|
|
|
homepage = "https://github.com/skellock/vscode-just";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.maximsmol ];
|
2022-03-08 02:31:11 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-06-16 15:06:51 +00:00
|
|
|
skyapps.fish-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "fish-vscode";
|
|
|
|
publisher = "skyapps";
|
|
|
|
version = "0.2.1";
|
|
|
|
sha256 = "0y1ivymn81ranmir25zk83kdjpjwcqpnc9r3jwfykjd9x0jib2hl";
|
|
|
|
};
|
2021-03-12 00:17:11 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
slevesque.vscode-multiclip = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-multiclip";
|
|
|
|
publisher = "slevesque";
|
|
|
|
version = "0.1.5";
|
|
|
|
sha256 = "1cg8dqj7f10fj9i0g6mi3jbyk61rs6rvg9aq28575rr52yfjc9f9";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-01-23 01:24:57 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-11-24 21:12:39 +00:00
|
|
|
sonarsource.sonarlint-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "sonarlint-vscode";
|
|
|
|
publisher = "sonarsource";
|
|
|
|
version = "3.12.0";
|
|
|
|
sha256 = "sha256-vVOmqb0iEIGgN+LkJfazNN+KNWvnWRbIsqetXfeabJU=";
|
|
|
|
};
|
|
|
|
meta.license = lib.licenses.lgpl3Only;
|
|
|
|
};
|
|
|
|
|
2021-01-23 01:24:57 +00:00
|
|
|
spywhere.guides = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "guides";
|
|
|
|
publisher = "spywhere";
|
|
|
|
version = "0.9.3";
|
|
|
|
sha256 = "1kvsj085w1xax6fg0kvsj1cizqh86i0pkzpwi0sbfvmcq21i6ghn";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-06-01 17:15:08 +00:00
|
|
|
stefanjarina.vscode-eex-snippets = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-eex-snippets";
|
|
|
|
publisher = "stefanjarina";
|
|
|
|
version = "0.0.8";
|
|
|
|
sha256 = "0j8pmrs1lk138vhqx594pzxvrma4yl3jh7ihqm2kgh0cwnkbj36m";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-06-01 17:15:08 +00:00
|
|
|
description = "VSCode extension for Elixir EEx and HTML (EEx) code snippets";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=stefanjarina.vscode-eex-snippets";
|
|
|
|
homepage = "https://github.com/stefanjarina/vscode-eex-snippets";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ ];
|
2022-06-01 17:15:08 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-05-14 01:08:30 +00:00
|
|
|
stephlin.vscode-tmux-keybinding = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-tmux-keybinding";
|
|
|
|
publisher = "stephlin";
|
|
|
|
version = "0.0.6";
|
|
|
|
sha256 = "0mph2nval1ddmv9hpl51fdvmagzkqsn8ljwqsfha2130bb7la0d9";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-05-14 01:08:30 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/stephlin.vscode-tmux-keybinding/changelog";
|
|
|
|
description = "A simple extension for tmux behavior in vscode terminal.";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=stephlin.vscode-tmux-keybinding";
|
|
|
|
homepage = "https://github.com/StephLin/vscode-tmux-keybinding";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.dbirks ];
|
2021-05-14 01:08:30 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-11-09 03:58:11 +00:00
|
|
|
stkb.rewrap = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "stkb";
|
|
|
|
name = "rewrap";
|
2022-10-06 07:57:18 +00:00
|
|
|
version = "1.16.3";
|
|
|
|
sha256 = "sha256-WHeLTN992ltEZw2W7B3sJrHfAFsOGMq3llV4C0hXLNA=";
|
2021-11-09 03:58:11 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-01-07 11:54:19 +00:00
|
|
|
changelog = "https://github.com/stkb/Rewrap/blob/master/CHANGELOG.md";
|
|
|
|
description = "Hard word wrapping for comments and other text at a given column.";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=stkb.rewrap";
|
|
|
|
homepage = "https://github.com/stkb/Rewrap#readme";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.asl20;
|
|
|
|
maintainers = [ lib.maintainers.datafoo ];
|
2021-11-09 03:58:11 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-23 01:22:57 +00:00
|
|
|
streetsidesoftware.code-spell-checker = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "code-spell-checker";
|
|
|
|
publisher = "streetsidesoftware";
|
2023-03-20 14:34:11 +00:00
|
|
|
version = "2.20.3";
|
|
|
|
sha256 = "sha256-28ybNBobXoq194d9VGD9kOq/OWscJkSlgSZ7ViaNQtw=";
|
2021-01-23 01:22:57 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-01-07 11:19:05 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/streetsidesoftware.code-spell-checker/changelog";
|
|
|
|
description = "Spelling checker for source code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker";
|
|
|
|
homepage = "https://streetsidesoftware.github.io/vscode-spell-checker";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.gpl3Only;
|
|
|
|
maintainers = [ lib.maintainers.datafoo ];
|
2021-01-23 01:22:57 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 18:54:49 +00:00
|
|
|
sumneko.lua = callPackage ./sumneko.lua { };
|
2022-10-09 06:43:53 +00:00
|
|
|
|
2021-05-31 02:00:02 +00:00
|
|
|
svelte.svelte-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "svelte-vscode";
|
|
|
|
publisher = "svelte";
|
2022-12-03 01:39:57 +00:00
|
|
|
version = "106.3.0";
|
|
|
|
sha256 = "sha256-xe1Ad24r2Ks85WAfaD5em8KGwaQ5h6i5qkUouU6lmtc=";
|
2021-05-31 02:00:02 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2022-08-25 13:42:11 +00:00
|
|
|
changelog = "https://github.com/sveltejs/language-tools/releases";
|
|
|
|
description = "Svelte language support for VS Code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode";
|
|
|
|
homepage = "https://github.com/sveltejs/language-tools#readme";
|
2021-05-31 02:00:02 +00:00
|
|
|
license = lib.licenses.mit;
|
2023-03-18 19:40:30 +00:00
|
|
|
maintainers = [ lib.maintainers.fabianhauser ];
|
2021-05-31 02:00:02 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-17 17:03:33 +00:00
|
|
|
svsool.markdown-memo = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "markdown-memo";
|
|
|
|
publisher = "svsool";
|
2022-01-31 23:14:54 +00:00
|
|
|
version = "0.3.18";
|
|
|
|
sha256 = "sha256-ypYqVH1ViJE7+mAJnxmpvUSmiImOo7rE7m+ijTEpmwg=";
|
2021-06-17 17:03:33 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-06-17 17:03:33 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/svsool.markdown-memo/changelog";
|
|
|
|
description = "Markdown knowledge base with bidirectional [[link]]s built on top of VSCode";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=svsool.markdown-memo";
|
|
|
|
homepage = "https://github.com/svsool/vscode-memo";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.ratsclub ];
|
2021-06-17 17:03:33 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-09-17 14:15:18 +00:00
|
|
|
tabnine.tabnine-vscode = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "tabnine-vscode";
|
|
|
|
publisher = "tabnine";
|
|
|
|
version = "3.4.27";
|
|
|
|
sha256 = "sha256-Xg/N59a38OKEWb/4anysslensUoj9ENcuobkyByFDxE=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-10-04 14:14:46 +00:00
|
|
|
takayama.vscode-qq = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
publisher = "takayama";
|
|
|
|
name = "vscode-qq";
|
2022-02-28 08:38:32 +00:00
|
|
|
version = "1.4.2";
|
|
|
|
sha256 = "sha256-koeiFXUFI/i8EGCRDTym62m7JER18J9MKZpbAozr0Ng=";
|
2021-10-04 14:14:46 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mpl20;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-12-08 23:00:59 +00:00
|
|
|
tamasfe.even-better-toml = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "even-better-toml";
|
|
|
|
publisher = "tamasfe";
|
2021-11-21 04:14:45 +00:00
|
|
|
version = "0.14.2";
|
|
|
|
sha256 = "17djwa2bnjfga21nvyz8wwmgnjllr4a7nvrsqvzm02hzlpwaskcl";
|
2020-12-08 23:00:59 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2020-12-08 23:00:59 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-06-01 16:37:07 +00:00
|
|
|
theangryepicbanana.language-pascal = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "language-pascal";
|
|
|
|
publisher = "theangryepicbanana";
|
|
|
|
version = "0.1.6";
|
|
|
|
sha256 = "096wwmwpas21f03pbbz40rvc792xzpl5qqddzbry41glxpzywy6b";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2022-06-01 16:37:07 +00:00
|
|
|
description = "VSCode extension for high-quality Pascal highlighting";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=theangryepicbanana.language-pascal";
|
|
|
|
homepage = "https://github.com/ALANVF/vscode-pascal-magic";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ ];
|
2022-06-01 16:37:07 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-11-16 18:04:12 +00:00
|
|
|
thenuprojectcontributors.vscode-nushell-lang = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-nushell-lang";
|
|
|
|
publisher = "thenuprojectcontributors";
|
2022-12-03 16:24:39 +00:00
|
|
|
version = "0.8.0";
|
|
|
|
sha256 = "0065ckgpsalqgv9zw8gvxxkqzwl7mjp6mydnlm1m3y9qxlfl010s";
|
2022-11-16 18:04:12 +00:00
|
|
|
};
|
|
|
|
meta.license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
|
2021-06-01 22:56:48 +00:00
|
|
|
tiehuis.zig = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "zig";
|
|
|
|
publisher = "tiehuis";
|
|
|
|
version = "0.2.5";
|
|
|
|
sha256 = "sha256-P8Sep0OtdchTfnudxFNvIK+SW++TyibGVI9zd+B5tu4=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-03-12 00:17:26 +00:00
|
|
|
timonwong.shellcheck = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "shellcheck";
|
|
|
|
publisher = "timonwong";
|
2022-11-14 16:06:08 +00:00
|
|
|
version = "0.26.3";
|
|
|
|
sha256 = "GlyOLc2VrRnA50MkaG83qa0yLUyJYwueqEO+ZeAStYs=";
|
2021-03-12 00:17:26 +00:00
|
|
|
};
|
2021-07-26 14:54:33 +00:00
|
|
|
nativeBuildInputs = [ jq moreutils ];
|
2021-06-16 07:03:03 +00:00
|
|
|
postInstall = ''
|
|
|
|
cd "$out/$installPrefix"
|
2021-07-26 14:54:33 +00:00
|
|
|
jq '.contributes.configuration.properties."shellcheck.executablePath".default = "${shellcheck}/bin/shellcheck"' package.json | sponge package.json
|
2021-06-16 07:03:03 +00:00
|
|
|
'';
|
2021-03-12 00:17:26 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-09-13 05:50:34 +00:00
|
|
|
tobiasalthoff.atom-material-theme = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "atom-material-theme";
|
|
|
|
publisher = "tobiasalthoff";
|
|
|
|
version = "1.10.7";
|
|
|
|
sha256 = "sha256-t5CKrDEbDCuo28wN+hiWrvkt3C9vQAPfV/nd3QBGQ/s=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-02-13 19:33:55 +00:00
|
|
|
tomoki1207.pdf = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "pdf";
|
|
|
|
publisher = "tomoki1207";
|
2023-02-14 19:57:21 +00:00
|
|
|
version = "1.2.2";
|
|
|
|
sha256 = "sha256-i3Rlizbw4RtPkiEsodRJEB3AUzoqI95ohyqZ0ksROps=";
|
2021-02-13 19:33:55 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2022-06-07 13:20:29 +00:00
|
|
|
description = "Show PDF preview in VSCode";
|
|
|
|
homepage = "https://github.com/tomoki1207/vscode-pdfviewer";
|
2021-02-13 19:33:55 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-12-23 02:09:58 +00:00
|
|
|
tuttieee.emacs-mcx = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "emacs-mcx";
|
|
|
|
publisher = "tuttieee";
|
|
|
|
version = "0.37.1";
|
|
|
|
sha256 = "19969qb6ink70km4wawh4w238igdm6npwskyr3hx38qgf69nd748";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
changelog = "https://github.com/whitphx/vscode-emacs-mcx/blob/main/CHANGELOG.md";
|
|
|
|
description = "Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support";
|
|
|
|
homepage = "https://github.com/whitphx/vscode-emacs-mcx";
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
twxs.cmake = buildVscodeMarketplaceExtension {
|
2021-01-07 23:52:21 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "cmake";
|
|
|
|
publisher = "twxs";
|
|
|
|
version = "0.0.17";
|
|
|
|
sha256 = "11hzjd0gxkq37689rrr2aszxng5l9fwpgs9nnglq3zhfa1msyn08";
|
2021-01-07 23:52:21 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2021-01-07 23:52:21 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
tyriar.sort-lines = buildVscodeMarketplaceExtension {
|
2022-10-23 13:14:08 +00:00
|
|
|
mktplcRef = {
|
2023-03-18 20:52:44 +00:00
|
|
|
name = "sort-lines";
|
|
|
|
publisher = "Tyriar";
|
|
|
|
version = "1.9.1";
|
|
|
|
sha256 = "0dds99j6awdxb0ipm15g543a5b6f0hr00q9rz961n0zkyawgdlcb";
|
2022-10-23 13:14:08 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-02-23 22:42:47 +00:00
|
|
|
usernamehw.errorlens = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "errorlens";
|
|
|
|
publisher = "usernamehw";
|
2022-08-26 21:40:38 +00:00
|
|
|
version = "3.6.0";
|
|
|
|
sha256 = "sha256-oNzB81mPZjEwrqbeFMvTlXERXrYBpF03EH9ZXz/daOs=";
|
2021-02-23 22:42:47 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2021-09-21 00:04:51 +00:00
|
|
|
changelog = "https://marketplace.visualstudio.com/items/usernamehw.errorlens/changelog";
|
|
|
|
description = "Improve highlighting of errors, warnings and other language diagnostics.";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens";
|
|
|
|
homepage = "https://github.com/usernamehw/vscode-error-lens";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.imgabe ];
|
2021-02-23 22:42:47 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 18:54:49 +00:00
|
|
|
vadimcn.vscode-lldb = callPackage ./vadimcn.vscode-lldb { llvmPackages = llvmPackages_14; };
|
2020-06-16 15:06:51 +00:00
|
|
|
|
2021-11-10 09:10:47 +00:00
|
|
|
valentjn.vscode-ltex = vscode-utils.buildVscodeMarketplaceExtension rec {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-ltex";
|
|
|
|
publisher = "valentjn";
|
2021-12-14 16:57:38 +00:00
|
|
|
version = "13.1.0";
|
2021-11-10 09:10:47 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
vsix = fetchurl {
|
2023-03-18 18:54:49 +00:00
|
|
|
name = "${mktplcRef.publisher}-${mktplcRef.name}.zip";
|
|
|
|
url = "https://github.com/valentjn/vscode-ltex/releases/download/${mktplcRef.version}/vscode-ltex-${mktplcRef.version}-offline-linux-x64.vsix";
|
|
|
|
sha256 = "1nlrijjwc35n1xgb5lgnr4yvlgfcxd0vdj93ip8lv2xi8x1ni5f6";
|
2021-11-10 09:10:47 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
nativeBuildInputs = [ jq moreutils ];
|
|
|
|
|
|
|
|
buildInputs = [ jdk ];
|
|
|
|
|
|
|
|
postInstall = ''
|
|
|
|
cd "$out/$installPrefix"
|
|
|
|
jq '.contributes.configuration.properties."ltex.java.path".default = "${jdk}"' package.json | sponge package.json
|
|
|
|
'';
|
|
|
|
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mpl20;
|
|
|
|
maintainers = [ lib.maintainers._0xbe7a ];
|
2021-11-10 09:10:47 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-09-03 18:22:23 +00:00
|
|
|
viktorqvarfordt.vscode-pitch-black-theme = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-pitch-black-theme";
|
|
|
|
publisher = "ViktorQvarfordt";
|
2022-03-06 18:02:26 +00:00
|
|
|
version = "1.3.0";
|
|
|
|
sha256 = "sha256-1JDm/cWNWwxa1gNsHIM/DIvqjXsO++hAf0mkjvKyi4g=";
|
2021-09-03 18:22:23 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.wolfangaukang ];
|
2021-09-03 18:22:23 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-01-07 23:30:30 +00:00
|
|
|
vincaslt.highlight-matching-tag = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "highlight-matching-tag";
|
|
|
|
publisher = "vincaslt";
|
2022-01-07 23:09:03 +00:00
|
|
|
version = "0.10.1";
|
|
|
|
sha256 = "0b9jpwiyxax783gyr9zhx7sgrdl9wffq34fi7y67vd68q9183jw1";
|
2021-01-07 23:30:30 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2021-01-07 23:30:30 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-09-09 23:17:59 +00:00
|
|
|
vscjava.vscode-java-debug = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-java-debug";
|
|
|
|
publisher = "vscjava";
|
2022-12-03 16:24:39 +00:00
|
|
|
version = "0.47.2022112823";
|
|
|
|
sha256 = "0nlkkpc2v755g39lcb5bhx207b0kjn44q539w07al9b021y2vq54";
|
2022-09-09 23:17:59 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-10-23 13:14:08 +00:00
|
|
|
vscjava.vscode-java-dependency = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-java-dependency";
|
|
|
|
publisher = "vscjava";
|
2022-12-03 16:24:39 +00:00
|
|
|
version = "0.21.2022111900";
|
|
|
|
sha256 = "1k5wk27s0lk2ywc6ajvraldhr1d48i0l2fj7jlaayds41zhyj73l";
|
2022-10-23 13:14:08 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-09-09 23:18:24 +00:00
|
|
|
vscjava.vscode-java-test = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-java-test";
|
|
|
|
publisher = "vscjava";
|
2022-12-03 16:24:39 +00:00
|
|
|
version = "0.37.2022090902";
|
|
|
|
sha256 = "17i9jfwpjjxp81dg6nnviczzmr47pvz33zc4bwfvz69ckn6v74j4";
|
2022-09-09 23:18:24 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-10-23 13:14:08 +00:00
|
|
|
vscjava.vscode-maven = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-maven";
|
|
|
|
publisher = "vscjava";
|
2022-12-03 16:24:39 +00:00
|
|
|
version = "0.40.2022120203";
|
|
|
|
sha256 = "063b0k74zy62qg6mh2bms15jiydysv58mds8p82nw3iajm6ppm5i";
|
2022-10-23 13:14:08 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
vscjava.vscode-spring-initializr = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-spring-initializr";
|
|
|
|
publisher = "vscjava";
|
|
|
|
version = "0.11.0";
|
|
|
|
sha256 = "1rbwbfz2wgw57vna8ip5b4k8mpk1d1y9vx0xr6gfqhmh6igigqil";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-01-25 08:39:30 +00:00
|
|
|
vscode-icons-team.vscode-icons = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-icons";
|
|
|
|
publisher = "vscode-icons-team";
|
|
|
|
version = "12.2.0";
|
|
|
|
sha256 = "12s5br0s9n99vjn6chivzdsjb71p0lai6vnif7lv13x497dkw4rz";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2023-01-25 08:39:30 +00:00
|
|
|
description = "Bring real icons to your Visual Studio Code";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons";
|
|
|
|
homepage = "https://github.com/vscode-icons/vscode-icons";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.ggwpaiushtha ];
|
2023-01-25 08:39:30 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-06-16 15:06:51 +00:00
|
|
|
vscodevim.vim = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vim";
|
|
|
|
publisher = "vscodevim";
|
2023-01-28 13:13:32 +00:00
|
|
|
version = "1.24.3";
|
|
|
|
sha256 = "sha256-4fPoRBttWVE8Z3e4O6Yrkf04iOu9ElspQFP57HOPVAk=";
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
meta = {
|
2021-01-15 13:21:58 +00:00
|
|
|
license = lib.licenses.mit;
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-09 11:57:10 +00:00
|
|
|
vspacecode.vspacecode = buildVscodeMarketplaceExtension {
|
2021-06-01 22:43:37 +00:00
|
|
|
mktplcRef = {
|
|
|
|
name = "vspacecode";
|
|
|
|
publisher = "VSpaceCode";
|
2022-06-06 17:37:00 +00:00
|
|
|
version = "0.10.9";
|
|
|
|
sha256 = "sha256-16oC2BghY7mB/W0niTDtKGMAC9pt6m0utSOJ0lgbpAU=";
|
2021-06-01 22:43:37 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-09 11:57:10 +00:00
|
|
|
vspacecode.whichkey = buildVscodeMarketplaceExtension {
|
2021-06-02 11:38:13 +00:00
|
|
|
mktplcRef = {
|
|
|
|
name = "whichkey";
|
|
|
|
publisher = "VSpaceCode";
|
2021-07-15 14:52:08 +00:00
|
|
|
version = "0.9.2";
|
|
|
|
sha256 = "sha256-f+t2d8iWW88OYzuYFxzQPnmFMgx/DELBywYhA8A/0EU=";
|
2021-06-02 11:38:13 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-03-18 20:52:44 +00:00
|
|
|
waderyan.gitblame = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "gitblame";
|
|
|
|
publisher = "waderyan";
|
|
|
|
version = "10.1.0";
|
|
|
|
sha256 = "TTYBaJ4gcMVICz4bGZTvbNRPpWD4tXuAJbI8QcHNDv0=";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
changelog = "https://marketplace.visualstudio.com/items/waderyan.gitblame/changelog";
|
|
|
|
description = "Visual Studio Code Extension - See Git Blame info in status bar";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=waderyan.gitblame";
|
|
|
|
homepage = "https://github.com/Sertion/vscode-gitblame";
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
WakaTime.vscode-wakatime = callPackage ./WakaTime.vscode-wakatime { };
|
|
|
|
|
|
|
|
wholroyd.jinja = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "jinja";
|
|
|
|
publisher = "wholroyd";
|
|
|
|
version = "0.0.8";
|
|
|
|
sha256 = "1ln9gly5bb7nvbziilnay4q448h9npdh7sd9xy277122h0qawkci";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
wingrunr21.vscode-ruby = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-ruby";
|
|
|
|
publisher = "wingrunr21";
|
|
|
|
version = "0.28.0";
|
|
|
|
sha256 = "sha256-H3f1+c31x+lgCzhgTb0uLg9Bdn3pZyJGPPwfpCYrS70=";
|
|
|
|
};
|
|
|
|
|
|
|
|
meta.license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
|
2021-06-07 19:03:41 +00:00
|
|
|
wix.vscode-import-cost = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-import-cost";
|
|
|
|
publisher = "wix";
|
2022-07-22 17:46:57 +00:00
|
|
|
version = "3.3.0";
|
|
|
|
sha256 = "0wl8vl8n0avd6nbfmis0lnlqlyh4yp3cca6kvjzgw5xxdc5bl38r";
|
2021-06-07 19:03:41 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2022-01-03 08:31:41 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
xadillax.viml = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "viml";
|
|
|
|
publisher = "xadillax";
|
2022-08-02 07:38:03 +00:00
|
|
|
version = "2.1.2";
|
|
|
|
sha256 = "sha256-n91Rj1Rpp7j7gndkt0bV+jT1nRMv7+coVoSL5c7Ii3A=";
|
2022-01-03 08:31:41 +00:00
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-06-07 19:03:41 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-06-16 15:06:51 +00:00
|
|
|
xaver.clang-format = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "clang-format";
|
|
|
|
publisher = "xaver";
|
|
|
|
version = "1.9.0";
|
|
|
|
sha256 = "abd0ef9176eff864f278c548c944032b8f4d8ec97d9ac6e7383d60c92e258c2f";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.zeratax ];
|
2020-06-16 15:06:51 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-03-12 00:18:09 +00:00
|
|
|
xyz.local-history = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "local-history";
|
|
|
|
publisher = "xyz";
|
|
|
|
version = "1.8.1";
|
|
|
|
sha256 = "1mfmnbdv76nvwg4xs3rgsqbxk8hw9zr1b61har9c3pbk9r4cay7v";
|
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-03-12 00:18:25 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
yzhang.markdown-all-in-one = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "markdown-all-in-one";
|
|
|
|
publisher = "yzhang";
|
2022-10-01 15:27:33 +00:00
|
|
|
version = "3.4.4";
|
|
|
|
sha256 = "2lZfWP+yk0Dp8INLjlJY5ROGu0sLaWhb4fT+O9xGg0s=";
|
2021-03-12 00:18:25 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-03-12 00:18:42 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
zhuangtongfa.material-theme = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "material-theme";
|
|
|
|
publisher = "zhuangtongfa";
|
2022-02-03 03:45:54 +00:00
|
|
|
version = "3.13.17";
|
|
|
|
sha256 = "100riqnvc2j315i1lvnwxmgga17s369xxvds5skgnk2yi2xnm2g9";
|
2021-03-12 00:18:42 +00:00
|
|
|
};
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
2021-03-12 00:18:09 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-02-13 13:56:35 +00:00
|
|
|
zhwu95.riscv = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "riscv";
|
|
|
|
publisher = "zhwu95";
|
|
|
|
version = "0.0.8";
|
|
|
|
sha256 = "sha256-PXaHSEXoN0ZboHIoDg37tZ+Gv6xFXP4wGBS3YS/53TY=";
|
|
|
|
};
|
2023-03-18 19:40:30 +00:00
|
|
|
meta = {
|
2023-02-13 13:56:35 +00:00
|
|
|
description = "Basic RISC-V colorization and snippets support.";
|
|
|
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=zhwu95.riscv";
|
|
|
|
homepage = "https://github.com/zhuanhao-wu/vscode-riscv-support";
|
2023-03-18 19:40:30 +00:00
|
|
|
license = lib.licenses.mit;
|
|
|
|
maintainers = [ lib.maintainers.CardboardTurkey ];
|
2023-02-13 13:56:35 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-07-08 23:34:01 +00:00
|
|
|
zxh404.vscode-proto3 = buildVscodeMarketplaceExtension {
|
|
|
|
mktplcRef = {
|
|
|
|
name = "vscode-proto3";
|
|
|
|
publisher = "zxh404";
|
|
|
|
version = "0.5.4";
|
|
|
|
sha256 = "08dfl5h1k6s542qw5qx2czm1wb37ck9w2vpjz44kp2az352nmksb";
|
|
|
|
};
|
|
|
|
nativeBuildInputs = [ jq moreutils ];
|
|
|
|
postInstall = ''
|
|
|
|
cd "$out/$installPrefix"
|
|
|
|
jq '.contributes.configuration.properties.protoc.properties.path.default = "${protobuf}/bin/protoc"' package.json | sponge package.json
|
|
|
|
'';
|
|
|
|
meta = {
|
|
|
|
license = lib.licenses.mit;
|
|
|
|
};
|
|
|
|
};
|
2020-11-24 19:03:58 +00:00
|
|
|
};
|
|
|
|
|
2021-05-30 13:15:00 +00:00
|
|
|
aliases = self: super: {
|
|
|
|
# aliases
|
2022-10-06 09:33:14 +00:00
|
|
|
jakebecker.elixir-ls = super.elixir-lsp.vscode-elixir-ls;
|
2021-07-27 13:07:51 +00:00
|
|
|
ms-vscode = lib.recursiveUpdate super.ms-vscode { inherit (super.golang) go; };
|
2023-03-20 10:52:00 +00:00
|
|
|
_1Password = throw ''_1Password has been replaced with "1Password"'';
|
|
|
|
_2gua = throw ''_2gua has been replaced with "2gua"'';
|
|
|
|
_4ops = throw ''_4ops has been replaced with "4ops"'';
|
2021-05-30 13:15:00 +00:00
|
|
|
};
|
2020-11-24 19:03:58 +00:00
|
|
|
|
2021-05-30 13:15:00 +00:00
|
|
|
# TODO: add overrides overlay, so that we can have a generated.nix
|
|
|
|
# then apply extension specific modifcations to packages.
|
2020-11-24 19:03:58 +00:00
|
|
|
|
2021-05-30 13:15:00 +00:00
|
|
|
# overlays will be applied left to right, overrides should come after aliases.
|
2022-04-01 09:33:10 +00:00
|
|
|
overlays = lib.optionals config.allowAliases [ aliases ];
|
2020-11-24 19:03:58 +00:00
|
|
|
|
2021-05-30 13:15:00 +00:00
|
|
|
toFix = lib.foldl' (lib.flip lib.extends) baseExtensions overlays;
|
2017-08-12 04:27:17 +00:00
|
|
|
in
|
2021-05-30 13:15:00 +00:00
|
|
|
lib.fix toFix
|