vscode-extensions: remove 'with' and normalize lib usage

* Remove 'with'.
Reasoning: https://github.com/atorres1985-contrib/nixpkgs/commit/451dfa6d84586b5cb83e6a7254689dff66b4523a

* Normalize lib usage in vscode-extensions.

+344 -343
+2 -2
pkgs/applications/editors/vscode/extensions/WakaTime.vscode-wakatime/default.nix
··· 12 12 sha256 = "sha256-vWqGxMbxKqd4UgKK0sOKadMTDf6Y3TQxfWsc93MHjFs="; 13 13 }; 14 14 15 - meta = with lib; { 15 + meta = { 16 16 description = '' 17 17 Visual Studio Code plugin for automatic time tracking and metrics generated 18 18 from your programming activity 19 19 ''; 20 - license = licenses.bsd3; 20 + license = lib.licenses.bsd3; 21 21 }; 22 22 }
+3 -3
pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/default.nix
··· 20 20 ln -s ${rescript-editor-analysis}/bin ${analysisDir} 21 21 ''; 22 22 23 - meta = with lib; { 23 + meta = { 24 24 description = "The official VSCode plugin for ReScript"; 25 25 homepage = "https://github.com/rescript-lang/rescript-vscode"; 26 - maintainers = with maintainers; [ dlip jayesh-bhoot ]; 27 - license = licenses.mit; 26 + maintainers = [ lib.maintainers.dlip lib.maintainers.jayesh-bhoot ]; 27 + license = lib.licenses.mit; 28 28 }; 29 29 }
+3 -3
pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/rescript-editor-analysis.nix
··· 25 25 install -D -m0555 rescript-editor-analysis.exe $out/bin/rescript-editor-analysis.exe 26 26 ''; 27 27 28 - meta = with lib; { 28 + meta = { 29 29 description = "Analysis binary for the ReScript VSCode plugin"; 30 30 homepage = "https://github.com/rescript-lang/rescript-vscode"; 31 - maintainers = with maintainers; [ dlip jayesh-bhoot ]; 32 - license = licenses.mit; 31 + maintainers = [ lib.maintainers.dlip lib.maintainers.jayesh-bhoot ]; 32 + license = lib.licenses.mit; 33 33 }; 34 34 }
+301 -300
pkgs/applications/editors/vscode/extensions/default.nix
··· 40 40 version = "1.0.1"; 41 41 sha256 = "sha256-0SsHf1zZgmrb7oIsRU6Xpa3AvR8bSfANz5ZlRogjiS0="; 42 42 }; 43 - meta = with lib; { 43 + meta = { 44 44 changelog = "https://github.com/1Password/op-vscode/releases"; 45 45 description = "A VSCode extension that integrates your development workflow with 1Password service"; 46 46 downloadPage = "https://marketplace.visualstudio.com/items?itemName=1Password.op-vscode"; 47 47 homepage = "https://github.com/1Password/op-vscode"; 48 - license = licenses.mit; 49 - maintainers = with maintainers; [ _2gn ]; 48 + license = lib.licenses.mit; 49 + maintainers = [ lib.maintainers._2gn ]; 50 50 }; 51 51 }; 52 52 ··· 57 57 version = "0.0.6"; 58 58 sha256 = "TVBvF/5KQVvWX1uHwZDlmvwGjOO5/lXbgVzB26U8rNQ="; 59 59 }; 60 - meta = with lib; { 60 + meta = { 61 61 description = "A Visual Studio Code extension providing rainbow brackets"; 62 62 downloadPage = "https://marketplace.visualstudio.com/items?itemName=2gua.rainbow-brackets"; 63 63 homepage = "https://github.com/lcultx/rainbow-brackets"; 64 - license = licenses.mit; 65 - maintainers = with maintainers; [ CompEng0001 ]; 64 + license = lib.licenses.mit; 65 + maintainers = [ lib.maintainers.CompEng0001 ]; 66 66 }; 67 67 }; 68 68 ··· 75 75 }; 76 76 meta = { 77 77 license = lib.licenses.mit; 78 - maintainers = with lib.maintainers; [ kamadorueda ]; 78 + maintainers = [ lib.maintainers.kamadorueda ]; 79 79 }; 80 80 }; 81 81 ··· 170 170 version = "13.3.4"; 171 171 sha256 = "sha256-odFh4Ms60tW+JOEbzzglgKe7BL1ccv3TKGir5NlvIrQ="; 172 172 }; 173 - meta = with lib; { 173 + meta = { 174 174 changelog = "https://marketplace.visualstudio.com/items/Angular.ng-template/changelog"; 175 175 description = "Editor services for Angular templates"; 176 176 downloadPage = "https://marketplace.visualstudio.com/items?itemName=Angular.ng-template"; 177 177 homepage = "https://github.com/angular/vscode-ng-language-service"; 178 - license = licenses.mit; 179 - maintainers = with maintainers; [ ratsclub ]; 178 + license = lib.licenses.mit; 179 + maintainers = [ lib.maintainers.ratsclub ]; 180 180 }; 181 181 }; 182 182 ··· 188 188 version = "0.2.2"; 189 189 sha256 = "0mfap16la09mn0jhvy8s3dainrmjz64vra7d0d4fbcpgg420kv3f"; 190 190 }; 191 - meta = with lib; { 192 - license = licenses.mit; 191 + meta = { 192 + license = lib.licenses.mit; 193 193 }; 194 194 }; 195 195 ··· 200 200 version = "0.3.3"; 201 201 sha256 = "0pqiwcvn5c8kwqlmz4ribwwra69gbiqvz41ig4fh29hkyh078rfk"; 202 202 }; 203 - meta = with lib; { 204 - license = licenses.mit; 203 + meta = { 204 + license = lib.licenses.mit; 205 205 }; 206 206 }; 207 207 }; ··· 213 213 version = "1.1.1"; 214 214 sha256 = "1adcw9jj3npk3l6lnlfgji2l529c4s5xp9jl748r9naiy3w3dpjv"; 215 215 }; 216 - meta = with lib; { 216 + meta = { 217 217 changelog = "https://marketplace.visualstudio.com/items/Antyos.openscad/changelog"; 218 218 description = "OpenSCAD highlighting, snippets, and more for VSCode"; 219 219 homepage = "https://github.com/Antyos/vscode-openscad"; 220 - license = licenses.gpl3; 220 + license = lib.licenses.gpl3; 221 221 }; 222 222 }; 223 223 ··· 228 228 version = "1.19.11"; 229 229 sha256 = "sha256-EixefDuJiw/p5yAR/UQLK1a1RXJLXlTmOlD34qpAN+U="; 230 230 }; 231 - meta = with lib; { 231 + meta = { 232 232 changelog = "https://marketplace.visualstudio.com/items/apollographql.vscode-apollo/changelog"; 233 233 description = "Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform"; 234 234 downloadPage = "https://marketplace.visualstudio.com/items?itemName=apollographql.vscode-apollo"; 235 235 homepage = "https://github.com/apollographql/vscode-graphql"; 236 - license = licenses.mit; 237 - maintainers = with maintainers; [ datafoo ]; 236 + license = lib.licenses.mit; 237 + maintainers = [ lib.maintainers.datafoo ]; 238 238 }; 239 239 }; 240 240 ··· 245 245 version = "0.19.0"; 246 246 sha256 = "sha256-awbqFv6YuYI0tzM/QbHRTUl4B2vNUdy52F4nPmv+dRU="; 247 247 }; 248 - meta = with lib; { 248 + meta = { 249 249 description = "An arctic, north-bluish clean and elegant Visual Studio Code theme."; 250 250 downloadPage = 251 251 "https://marketplace.visualstudio.com/items?itemName=arcticicestudio.nord-visual-studio-code"; 252 252 homepage = "https://github.com/arcticicestudio/nord-visual-studio-code"; 253 - license = licenses.mit; 254 - maintainers = with maintainers; [ imgabe ]; 253 + license = lib.licenses.mit; 254 + maintainers = [ lib.maintainers.imgabe ]; 255 255 }; 256 256 }; 257 257 ··· 296 296 "get('asciidoctorpdf_command', '${asciidoctor}/bin/asciidoctor-pdf')" 297 297 ''; 298 298 299 - meta = with lib; { 300 - license = licenses.mit; 299 + meta = { 300 + license = lib.licenses.mit; 301 301 }; 302 302 }; 303 303 ··· 308 308 version = "0.29.1"; 309 309 sha256 = "sha256-fMeEeYCZuORhZRds0A8HjHPncK0+SQbV0+f/zU5AIg4="; 310 310 }; 311 - meta = with lib; { 311 + meta = { 312 312 changelog = "https://marketplace.visualstudio.com/items/astro-build.astro-vscode/changelog"; 313 313 description = "Astro language support for VSCode"; 314 314 downloadPage = "https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode"; 315 315 homepage = "https://github.com/withastro/language-tools"; 316 - license = licenses.mit; 317 - maintainers = with maintainers; [ wackbyte ]; 316 + license = lib.licenses.mit; 317 + maintainers = [ lib.maintainers.wackbyte ]; 318 318 }; 319 319 }; 320 320 ··· 337 337 version = "0.0.1"; 338 338 sha256 = "sha256-ZcZlHoa2aoCeruMWbUUgfFHsPqyWmd2xFY6AKxJysYE="; 339 339 }; 340 - meta = with lib; { 340 + meta = { 341 341 changelog = "https://marketplace.visualstudio.com/items/attilabuti.brainfuck-syntax/changelog"; 342 342 description = "VSCode extension providing syntax highlighting support for Brainfuck"; 343 343 downloadPage = "https://marketplace.visualstudio.com/items?itemName=attilabuti.brainfuck-syntax"; 344 344 homepage = "https://github.com/attilabuti/brainfuck-syntax"; 345 - license = licenses.mit; 346 - maintainers = with maintainers; [ ]; 345 + license = lib.licenses.mit; 346 + maintainers = [ ]; 347 347 }; 348 348 }; 349 349 ··· 359 359 cd "$out/$installPrefix" 360 360 jq '.contributes.configuration.properties."millet.server.path".default = "${millet}/bin/lang-srv"' package.json | sponge package.json 361 361 ''; 362 - meta = with lib; { 362 + meta = { 363 363 description = "Standard ML support for VS Code"; 364 364 downloadPage = "https://marketplace.visualstudio.com/items?itemName=azdavis.millet"; 365 - license = licenses.mit; 366 - maintainers = with maintainers; [ smasher164 ]; 365 + license = lib.licenses.mit; 366 + maintainers = [ lib.maintainers.smasher164 ]; 367 367 }; 368 368 }; 369 369 ··· 399 399 400 400 buildInputs = [ nodePackages.pyright ]; 401 401 402 - meta = with lib; { 402 + meta = { 403 403 changelog = "https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/changelog"; 404 404 description = "A performant, feature-rich language server for Python in VS Code"; 405 405 downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance"; 406 406 homepage = "https://github.com/microsoft/pylance-release"; 407 - license = licenses.unfree; 407 + license = lib.licenses.unfree; 408 408 }; 409 409 }; 410 410 ··· 420 420 cd "$out/$installPrefix" 421 421 jq '.contributes.configuration.properties."nixpkgs-fmt.path".default = "${nixpkgs-fmt}/bin/nixpkgs-fmt"' package.json | sponge package.json 422 422 ''; 423 - meta = with lib; { 424 - license = licenses.mit; 423 + meta = { 424 + license = lib.licenses.mit; 425 425 }; 426 426 }; 427 427 ··· 444 444 version = "2.0.5"; 445 445 sha256 = "sha256-D04EJButnam/l4aAv1yNbHlTKMb3x1yrS47+9XjpCLI="; 446 446 }; 447 - meta = with lib; { 447 + meta = { 448 448 description = "VSCode Extension Formatter for OCaml language"; 449 449 downloadPage = "https://marketplace.visualstudio.com/items?itemName=badochov.ocaml-formatter"; 450 450 homepage = "https://github.com/badochov/ocamlformatter-vscode"; 451 - license = licenses.mit; 452 - maintainers = with maintainers; [ ]; 451 + license = lib.licenses.mit; 452 + maintainers = [ ]; 453 453 }; 454 454 }; 455 455 ··· 460 460 version = "1.0.1"; 461 461 sha256 = "0zd0n9f5z1f0ckzfjr38xw2zzmcxg1gjrava7yahg5cvdcw6l35b"; 462 462 }; 463 - meta = with lib; { 464 - license = licenses.mit; 463 + meta = { 464 + license = lib.licenses.mit; 465 465 }; 466 466 }; 467 467 ··· 472 472 version = "0.3.0"; 473 473 sha256 = "1x80s8l8djchg17553aiwaf4b49hf6awiayk49wyii0i26hlpjk1"; 474 474 }; 475 - meta = with lib; { 476 - license = licenses.asl20; 475 + meta = { 476 + license = lib.licenses.asl20; 477 477 }; 478 478 }; 479 479 ··· 489 489 cd "$out/$installPrefix" 490 490 jq '.contributes.configuration[0].properties."calva.clojureLspPath".default = "${clojure-lsp}/bin/clojure-lsp"' package.json | sponge package.json 491 491 ''; 492 - meta = with lib; { 493 - license = licenses.mit; 492 + meta = { 493 + license = lib.licenses.mit; 494 494 }; 495 495 }; 496 496 ··· 501 501 version = "0.2.10"; 502 502 sha256 = "sha256-RW4vm0Hum9AeN4Rq7MSJOIHnALU0L1tBLKjaRLA2hL8="; 503 503 }; 504 - meta = with lib; { 505 - license = licenses.mit; 504 + meta = { 505 + license = lib.licenses.mit; 506 506 }; 507 507 }; 508 508 ··· 513 513 version = "0.9.0"; 514 514 sha256 = "0gpcpwh57lqlynsrkv3smykndb46xjh7r85lb291wdklq5ahmb2j"; 515 515 }; 516 - meta = with lib; { 517 - license = licenses.mit; 516 + meta = { 517 + license = lib.licenses.mit; 518 518 }; 519 519 }; 520 520 ··· 525 525 version = "0.3.1"; 526 526 sha256 = "0x57dnr6ksqxi28g1c392k04vxy0vdni9nl4xps3i5zh0pyxizhw"; 527 527 }; 528 - meta = with lib; { 529 - license = licenses.mit; 528 + meta = { 529 + license = lib.licenses.mit; 530 530 }; 531 531 }; 532 532 ··· 537 537 version = "0.2.1"; 538 538 sha256 = "1lcg2b39jydl40wcfrbgshl2i1r58k92c7dipz0hl1fa1v23vj4v"; 539 539 }; 540 - meta = with lib; { 541 - license = licenses.mit; 540 + meta = { 541 + license = lib.licenses.mit; 542 542 }; 543 543 }; 544 544 ··· 549 549 version = "1.17.4"; 550 550 sha256 = "sha256-jJnALJJc8G4/0L7WMmKSZ7I+7Usmyj+WhufBdSzcEK0="; 551 551 }; 552 - meta = with lib; { 553 - license = licenses.mit; 552 + meta = { 553 + license = lib.licenses.mit; 554 554 }; 555 555 }; 556 556 ··· 571 571 version = "0.8.6"; 572 572 sha256 = "sha256-v15KuD3eYFCsrworCJ1SZAMkyZKztAwWKmfwmbirleI="; 573 573 }; 574 - meta = with lib; { 575 - license = licenses.mit; 574 + meta = { 575 + license = lib.licenses.mit; 576 576 }; 577 577 }; 578 578 ··· 583 583 version = "0.0.1"; 584 584 sha256 = "07w35c69vk1l6vipnq3qfack36qcszqxn8j3v332bl0w6m02aa7k"; 585 585 }; 586 - meta = with lib; { 587 - license = licenses.mpl20; 586 + meta = { 587 + license = lib.licenses.mpl20; 588 588 }; 589 589 }; 590 590 ··· 595 595 version = "0.3.2"; 596 596 sha256 = "sha256-g+LfgjAnSuSj/nSmlPdB0t29kqTmegZB5B1cYzP8kCI="; 597 597 }; 598 - meta = with lib; { 598 + meta = { 599 599 changelog = "https://marketplace.visualstudio.com/items/bungcip.better-toml/changelog"; 600 600 description = "Better TOML Language support"; 601 601 downloadPage = "https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml"; 602 602 homepage = "https://github.com/bungcip/better-toml/blob/master/README.md"; 603 - license = licenses.mit; 604 - maintainers = with maintainers; [ datafoo ]; 603 + license = lib.licenses.mit; 604 + maintainers = [ lib.maintainers.datafoo ]; 605 605 }; 606 606 }; 607 607 ··· 612 612 version = "1.8.2"; 613 613 sha256 = "OvWdDQfhprQNve017pNSksMuCK3Ccaar5Ko5Oegdiuo="; 614 614 }; 615 - meta = with lib; { 615 + meta = { 616 616 description = "PHP code intelligence for Visual Studio Code"; 617 - license = licenses.mit; 617 + license = lib.licenses.mit; 618 618 downloadPage = "https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client"; 619 - maintainers = with maintainers; [ drupol ]; 619 + maintainers = [ lib.maintainers.drupol ]; 620 620 }; 621 621 }; 622 622 ··· 627 627 version = "2.5.0"; 628 628 sha256 = "sha256-+dM6MKIjzPdYoRe1DYJ08A+nHHlkTsm+I6CYmnmSRj4="; 629 629 }; 630 - meta = with lib; { 630 + meta = { 631 631 description = "Soothing pastel theme for VSCode"; 632 - license = licenses.mit; 632 + license = lib.licenses.mit; 633 633 downloadPage = "https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc"; 634 - maintainers = with maintainers; [ nullx76 ]; 634 + maintainers = [ lib.maintainers.nullx76 ]; 635 635 }; 636 636 }; 637 637 ··· 644 644 version = "2.8.1"; 645 645 sha256 = "sha256-lTKzMphkGgOG2XWqz3TW2G9sISBc/kG7oXqcIH8l+Mg="; 646 646 }; 647 - meta = with lib; { 647 + meta = { 648 648 description = "Visual Studio Code plugin that autocompletes filenames"; 649 649 downloadPage = "https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense"; 650 650 homepage = "https://github.com/ChristianKohler/PathIntellisense"; 651 - license = licenses.mit; 652 - maintainers = with maintainers; [ imgabe ]; 651 + license = lib.licenses.mit; 652 + maintainers = [ lib.maintainers.imgabe ]; 653 653 }; 654 654 }; 655 655 ··· 660 660 version = "0.1.0"; 661 661 sha256 = "0q089jnzqzhjfnv0vlb5kf747s3mgz64r7q3zscl66zb2pz5q4zd"; 662 662 }; 663 - meta = with lib; { 664 - license = licenses.mit; 663 + meta = { 664 + license = lib.licenses.mit; 665 665 }; 666 666 }; 667 667 ··· 672 672 version = "0.7.0"; 673 673 sha256 = "0fm4sxx1cb679vn4v85dw8dfp5x0p74m9p2b56gqkvdap0f2q351"; 674 674 }; 675 - meta = with lib; { 676 - license = licenses.mit; 675 + meta = { 676 + license = lib.licenses.mit; 677 677 }; 678 678 }; 679 679 680 680 coenraads.bracket-pair-colorizer = buildVscodeMarketplaceExtension { 681 - meta = with lib; { 681 + meta = { 682 682 changelog = "https://marketplace.visualstudio.com/items/CoenraadS.bracket-pair-colorizer/changelog"; 683 683 description = "A customizable extension for colorizing matching brackets"; 684 684 downloadPage = "https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer"; 685 685 homepage = "https://github.com/CoenraadS/BracketPair"; 686 - license = licenses.mit; 687 - maintainers = with maintainers; [ ]; 686 + license = lib.licenses.mit; 687 + maintainers = [ ]; 688 688 }; 689 689 mktplcRef = { 690 690 name = "bracket-pair-colorizer"; ··· 701 701 version = "0.2.2"; 702 702 sha256 = "0zcbs7h801agfs2cggk1cz8m8j0i2ypmgznkgw17lcx3zisll9ad"; 703 703 }; 704 - meta = with lib; { 705 - license = licenses.mit; 704 + meta = { 705 + license = lib.licenses.mit; 706 706 }; 707 707 }; 708 708 ··· 713 713 version = "0.0.3"; 714 714 sha256 = "sha256-D5zLp3ruq0F9UFT9emgOBDLr1tya2Vw52VvCc40TtV0="; 715 715 }; 716 - meta = with lib; { 716 + meta = { 717 717 description = "Lightweight syntax highlighting for LLVM IR"; 718 718 homepage = "https://github.com/colejcummins/llvm-syntax-highlighting"; 719 719 downloadPage = "https://marketplace.visualstudio.com/items?itemName=colejcummins.llvm-syntax-highlighting"; 720 - maintainers = with lib.maintainers; [ inclyc ]; 721 - license = licenses.mit; 720 + maintainers = [ lib.maintainers.inclyc ]; 721 + license = lib.licenses.mit; 722 722 }; 723 723 }; 724 724 ··· 731 731 }; 732 732 meta = { 733 733 license = lib.licenses.mit; 734 - maintainers = with lib.maintainers; [ kamadorueda ]; 734 + maintainers = [ lib.maintainers.kamadorueda ]; 735 735 }; 736 736 }; 737 737 ··· 756 756 version = "2.4.0"; 757 757 sha256 = "sha256-7MUQJkLPOF3oO0kpmfP3bWbS3aT7J0RF7f74LW55BQs="; 758 758 }; 759 - meta = with lib; { 759 + meta = { 760 760 changelog = "https://marketplace.visualstudio.com/items/dbaeumer.vscode-eslint/changelog"; 761 761 description = "Integrates ESLint JavaScript into VS Code."; 762 762 downloadPage = "https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint"; 763 763 homepage = "https://github.com/Microsoft/vscode-eslint"; 764 - license = licenses.mit; 765 - maintainers = with maintainers; [ datafoo ]; 764 + license = lib.licenses.mit; 765 + maintainers = [ lib.maintainers.datafoo ]; 766 766 }; 767 767 }; 768 768 ··· 775 775 }; 776 776 meta = { 777 777 license = lib.licenses.mit; 778 - maintainers = with lib.maintainers; [ kamadorueda ]; 778 + maintainers = [ lib.maintainers.kamadorueda ]; 779 779 }; 780 780 }; 781 781 ··· 786 786 version = "0.49.0"; 787 787 sha256 = "sha256-Mh/OoRK410aXEr3sK2CYFDsXGSqFT+JOWi9jHOdK01Y="; 788 788 }; 789 - meta = with lib; { 789 + meta = { 790 790 changelog = "https://marketplace.visualstudio.com/items/DavidAnson.vscode-markdownlint/changelog"; 791 791 description = "Markdown linting and style checking for Visual Studio Code"; 792 792 downloadPage = "https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint"; 793 793 homepage = "https://github.com/DavidAnson/vscode-markdownlint"; 794 - license = licenses.mit; 795 - maintainers = with maintainers; [ datafoo ]; 794 + license = lib.licenses.mit; 795 + maintainers = [ lib.maintainers.datafoo ]; 796 796 }; 797 797 }; 798 798 ··· 803 803 version = "0.19.0"; 804 804 sha256 = "sha256-crq6CTXpzwHJL8FPIBneAGjDgUUNdpBt6rIaMCr1F1U="; 805 805 }; 806 - meta = with lib; { 806 + meta = { 807 807 description = "LanguageTool integration for VS Code"; 808 808 downloadPage = "https://marketplace.visualstudio.com/items?itemName=davidlday.languagetool-linter"; 809 809 homepage = "https://github.com/davidlday/vscode-languagetool-linter"; 810 - license = licenses.asl20; 811 - maintainers = with maintainers; [ ebbertd ]; 810 + license = lib.licenses.asl20; 811 + maintainers = [ lib.maintainers.ebbertd ]; 812 812 }; 813 813 }; 814 814 ··· 819 819 version = "3.12.0"; 820 820 sha256 = "sha256-ZsHCWQtEQKkdZ3uk072ZBfHFRzk4Owf4h7+szHLgIeo="; 821 821 }; 822 - meta = with lib; { 822 + meta = { 823 823 changelog = "https://marketplace.visualstudio.com/items/denoland.vscode-deno/changelog"; 824 824 description = "A language server client for Deno"; 825 825 downloadPage = "https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno"; 826 826 homepage = "https://github.com/denoland/vscode_deno"; 827 - license = licenses.mit; 828 - maintainers = with maintainers; [ ratsclub ]; 827 + license = lib.licenses.mit; 828 + maintainers = [ lib.maintainers.ratsclub ]; 829 829 }; 830 830 }; 831 831 ··· 866 866 version = "5.8.5"; 867 867 sha256 = "25v2tdAX7fVl2B5nvOIKN9vP1G5rA0G67CiDQn9n9Uc="; 868 868 }; 869 - meta = with lib; { 869 + meta = { 870 870 changelog = "https://marketplace.visualstudio.com/items/DivyanshuAgrawal.competitive-programming-helper/changelog"; 871 871 description = "Makes judging, compiling, and downloading problems for competitve programming easy. Also supports auto-submit for a few sites."; 872 872 downloadPage = "https://marketplace.visualstudio.com/items?itemName=DivyanshuAgrawal.competitive-programming-helper"; 873 873 homepage = "https://github.com/agrawal-d/cph"; 874 - license = licenses.gpl3; 875 - maintainers = with maintainers; [ arcticlimer ]; 874 + license = lib.licenses.gpl3; 875 + maintainers = [ lib.maintainers.arcticlimer ]; 876 876 }; 877 877 }; 878 878 879 879 donjayamanne.githistory = buildVscodeMarketplaceExtension { 880 - meta = with lib; { 880 + meta = { 881 881 changelog = "https://marketplace.visualstudio.com/items/donjayamanne.githistory/changelog"; 882 882 description = "View git log, file history, compare branches or commits"; 883 883 downloadPage = "https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory"; 884 884 homepage = "https://github.com/DonJayamanne/gitHistoryVSCode/"; 885 - license = licenses.mit; 886 - maintainers = with maintainers; [ ]; 885 + license = lib.licenses.mit; 886 + maintainers = [ ]; 887 887 }; 888 888 mktplcRef = { 889 889 name = "githistory"; ··· 914 914 version = "2.24.2"; 915 915 sha256 = "sha256-YNqWEIvlEI29mfPxOQVdd4db9G2qNodhz8B0MCAAWK8="; 916 916 }; 917 - meta = with lib; { 917 + meta = { 918 918 changelog = "https://marketplace.visualstudio.com/items/dracula-theme.theme-dracula/changelog"; 919 919 description = "Dark theme for many editors, shells, and more"; 920 920 downloadPage = "https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula"; 921 921 homepage = "https://draculatheme.com/"; 922 - license = licenses.mit; 922 + license = lib.licenses.mit; 923 923 }; 924 924 }; 925 925 ··· 934 934 version = "13.4.0"; 935 935 sha256 = "sha256-CYI62sWPlJNRP2KIkg4vQutIMC6gaCxtTVoOWZIS8Lw="; 936 936 }; 937 - meta = with lib; { 937 + meta = { 938 938 changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog"; 939 939 description = "GitLens supercharges the Git capabilities built into Visual Studio Code."; 940 940 longDescription = '' ··· 944 944 ''; 945 945 downloadPage = "https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens"; 946 946 homepage = "https://gitlens.amod.io/"; 947 - license = licenses.mit; 948 - maintainers = with maintainers; [ ratsclub ]; 947 + license = lib.licenses.mit; 948 + maintainers = [ lib.maintainers.ratsclub ]; 949 949 }; 950 950 }; 951 951 ··· 956 956 version = "0.16.4"; 957 957 sha256 = "0fa4h9hk1xq6j3zfxvf483sbb4bd17fjl5cdm3rll7z9kaigdqwg"; 958 958 }; 959 - meta = with lib; { 959 + meta = { 960 960 changelog = "https://marketplace.visualstudio.com/items/EditorConfig.EditorConfig/changelog"; 961 961 description = "EditorConfig Support for Visual Studio Code"; 962 962 downloadPage = "https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig"; 963 963 homepage = "https://github.com/editorconfig/editorconfig-vscode"; 964 - license = licenses.mit; 965 - maintainers = with maintainers; [ dbirks ]; 964 + license = lib.licenses.mit; 965 + maintainers = [ lib.maintainers.dbirks ]; 966 966 }; 967 967 }; 968 968 ··· 997 997 version = "2.4.0"; 998 998 sha256 = "sha256-5hYlkx8hlwS8iWTlfupX8XjTLAY/KUi0bd3jf/tm92o="; 999 999 }; 1000 - meta = with lib; { 1000 + meta = { 1001 1001 changelog = "https://marketplace.visualstudio.com/items/Elmtooling.elm-ls-vscode/changelog"; 1002 1002 description = "Elm language server"; 1003 1003 downloadPage = "https://marketplace.visualstudio.com/items?itemName=Elmtooling.elm-ls-vscode"; 1004 1004 homepage = "https://github.com/elm-tooling/elm-language-client-vscode"; 1005 - license = licenses.mit; 1006 - maintainers = with maintainers; [ mcwitt ]; 1005 + license = lib.licenses.mit; 1006 + maintainers = [ lib.maintainers.mcwitt ]; 1007 1007 }; 1008 1008 }; 1009 1009 ··· 1014 1014 version = "2.1.79"; 1015 1015 sha256 = "1cr1pxgxlfr643sfxbcr2xd53s1dnzcpacjj0ffkgizfda2psy78"; 1016 1016 }; 1017 - meta = with lib; { 1018 - license = licenses.mit; 1017 + meta = { 1018 + license = lib.licenses.mit; 1019 1019 }; 1020 1020 }; 1021 1021 ··· 1026 1026 version = "9.10.4"; 1027 1027 sha256 = "sha256-khtyB0Qbm+iuM1GsAaF32YRv1VBTIy7daeCKdgwCIC8="; 1028 1028 }; 1029 - meta = with lib; { 1029 + meta = { 1030 1030 changelog = "https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/changelog"; 1031 1031 description = "Code formatter using prettier"; 1032 1032 downloadPage = "https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode"; 1033 1033 homepage = "https://github.com/prettier/prettier-vscode"; 1034 - license = licenses.mit; 1035 - maintainers = with maintainers; [ datafoo ]; 1034 + license = lib.licenses.mit; 1035 + maintainers = [ lib.maintainers.datafoo ]; 1036 1036 }; 1037 1037 }; 1038 1038 ··· 1058 1058 jq '.contributes.configuration.properties."magicRacket.general.racketPath".default = "${racket}/bin/racket"' package.json | sponge package.json 1059 1059 jq '.contributes.configuration.properties."magicRacket.general.racoPath".default = "${racket}/bin/raco"' package.json | sponge package.json 1060 1060 ''; 1061 - meta = with lib; { 1061 + meta = { 1062 1062 changelog = "https://marketplace.visualstudio.com/items/evzen-wybitul.magic-racket/changelog"; 1063 1063 description = "The best coding experience for Racket in VS Code"; 1064 1064 downloadPage = "https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket"; 1065 1065 homepage = "https://github.com/Eugleo/magic-racket"; 1066 - license = licenses.agpl3Only; 1066 + license = lib.licenses.agpl3Only; 1067 1067 }; 1068 1068 }; 1069 1069 ··· 1074 1074 version = "0.0.3"; 1075 1075 sha256 = "6254f52157dc796eae7bf135ac88c1c9cc19d884625331a1e634f9768722cc3d"; 1076 1076 }; 1077 - meta = with lib; { 1077 + meta = { 1078 1078 changelog = "https://marketplace.visualstudio.com/items/faustinoaq.lex-flex-yacc-bison/changelog"; 1079 1079 description = "Language support for Lex, Flex, Yacc and Bison."; 1080 1080 downloadPage = "https://marketplace.visualstudio.com/items?itemName=faustinoaq.lex-flex-yacc-bison"; 1081 1081 homepage = "https://github.com/faustinoaq/vscode-lex-flex-yacc-bison"; 1082 - license = licenses.mit; 1083 - maintainers = with maintainers; [ emilytrau ]; 1082 + license = lib.licenses.mit; 1083 + maintainers = [ lib.maintainers.emilytrau ]; 1084 1084 }; 1085 1085 }; 1086 1086 1087 1087 file-icons.file-icons = buildVscodeMarketplaceExtension { 1088 - meta = with lib; { 1088 + meta = { 1089 1089 changelog = "https://marketplace.visualstudio.com/items/file-icons.file-icons/changelog"; 1090 1090 description = "File-specific icons in VSCode for improved visual grepping."; 1091 1091 downloadPage = "https://marketplace.visualstudio.com/items?itemName=file-icons.file-icons"; 1092 1092 homepage = "https://github.com/file-icons/vscode"; 1093 - license = licenses.mit; 1094 - maintainers = with maintainers; [ ]; 1093 + license = lib.licenses.mit; 1094 + maintainers = [ ]; 1095 1095 }; 1096 1096 mktplcRef = { 1097 1097 name = "file-icons"; ··· 1108 1108 version = "2.9.8"; 1109 1109 sha256 = "sha256-MCL562FPgEfhUM1KH5LMl7BblbjIkQ4UEwB67RlO5Mk="; 1110 1110 }; 1111 - meta = with lib; { 1111 + meta = { 1112 1112 changelog = "https://marketplace.visualstudio.com/items/firefox-devtools.vscode-firefox-debug/changelog"; 1113 1113 description = "A Visual Studio Code extension for debugging web applications and browser extensions in Firefox"; 1114 1114 downloadPage = "https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug"; 1115 1115 homepage = "https://github.com/firefox-devtools/vscode-firefox-debug"; 1116 - license = licenses.mit; 1117 - maintainers = with maintainers; [ felschr ]; 1116 + license = lib.licenses.mit; 1117 + maintainers = [ lib.maintainers.felschr ]; 1118 1118 }; 1119 1119 }; 1120 1120 ··· 1125 1125 version = "0.18.3"; 1126 1126 sha256 = "sha256-qbF4k3GP7UdQrw0x/egVRkv5TYDwYWoycxY/HJSFTkI="; 1127 1127 }; 1128 - meta = with lib; { 1128 + meta = { 1129 1129 changelog = "https://marketplace.visualstudio.com/items/foam.foam-vscode/changelog"; 1130 1130 description = "A personal knowledge management and sharing system for VSCode "; 1131 1131 downloadPage = "https://marketplace.visualstudio.com/items?itemName=foam.foam-vscode"; 1132 1132 homepage = "https://foambubble.github.io/"; 1133 - license = licenses.mit; 1134 - maintainers = with maintainers; [ ratsclub ]; 1133 + license = lib.licenses.mit; 1134 + maintainers = [ lib.maintainers.ratsclub ]; 1135 1135 }; 1136 1136 }; 1137 1137 ··· 1186 1186 jq '.contributes.configuration.properties."shellformat.path".default = "${shfmt}/bin/shfmt"' package.json | sponge package.json 1187 1187 ''; 1188 1188 1189 - meta = with lib; { 1189 + meta = { 1190 1190 downloadPage = "https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format"; 1191 1191 homepage = "https://github.com/foxundermoon/vs-shell-format"; 1192 - license = licenses.mit; 1193 - maintainers = with maintainers; [ dbirks ]; 1192 + license = lib.licenses.mit; 1193 + maintainers = [ lib.maintainers.dbirks ]; 1194 1194 }; 1195 1195 }; 1196 1196 1197 1197 freebroccolo.reasonml = buildVscodeMarketplaceExtension { 1198 - meta = with lib; { 1198 + meta = { 1199 1199 changelog = "https://marketplace.visualstudio.com/items/freebroccolo.reasonml/changelog"; 1200 1200 description = "Reason support for Visual Studio Code"; 1201 1201 downloadPage = "https://marketplace.visualstudio.com/items?itemName=freebroccolo.reasonml"; 1202 1202 homepage = "https://github.com/reasonml-editor/vscode-reasonml"; 1203 - license = licenses.asl20; 1204 - maintainers = with maintainers; [ ]; 1203 + license = lib.licenses.asl20; 1204 + maintainers = [ ]; 1205 1205 }; 1206 1206 mktplcRef = { 1207 1207 name = "reasonml"; ··· 1218 1218 version = "1.7.8"; 1219 1219 sha256 = "18qws35qvnl0ahk5sxh4mzkw0ib788y1l97ijmpjszs0cd4bfsa6"; 1220 1220 }; 1221 - meta = with lib; { 1221 + meta = { 1222 1222 description = "VSCode extension for SCSS"; 1223 1223 downloadPage = "https://marketplace.visualstudio.com/items?itemName=gencer.html-slim-scss-css-class-completion"; 1224 1224 homepage = "https://github.com/gencer/SCSS-Everywhere"; 1225 - license = licenses.mit; 1226 - maintainers = with maintainers; [ ]; 1225 + license = lib.licenses.mit; 1226 + maintainers = [ ]; 1227 1227 }; 1228 1228 }; 1229 1229 ··· 1234 1234 version = "3.44.2"; 1235 1235 sha256 = "sha256-S2PI+r4LrHA7tW2EMfcAkP5jUnd0mCEV72oTXMa9Xkc="; 1236 1236 }; 1237 - meta = with lib; { 1237 + meta = { 1238 1238 description = "GitLab extension for Visual Studio Code"; 1239 1239 downloadPage = "https://marketplace.visualstudio.com/items?itemName=gitlab.gitlab-workflow"; 1240 1240 homepage = "https://gitlab.com/gitlab-org/gitlab-vscode-extension#readme"; 1241 - license = licenses.mit; 1242 - maintainers = with maintainers; [ ]; 1241 + license = lib.licenses.mit; 1242 + maintainers = [ ]; 1243 1243 }; 1244 1244 }; 1245 1245 ··· 1250 1250 version = "4.2.55"; 1251 1251 sha256 = "sha256-yHl6ZTGIKOEsqmyeYtgDUhNAN9uRpoFApA7FKkPWW3E="; 1252 1252 }; 1253 - meta = with lib; { 1253 + meta = { 1254 1254 description = "Edit Excel spreadsheets and CSV files in Visual Studio Code and VS Code for the Web"; 1255 1255 downloadPage = "https://marketplace.visualstudio.com/items?itemName=grapecity.gc-excelviewer"; 1256 1256 homepage = "https://github.com/jjuback/gc-excelviewer"; 1257 - license = licenses.mit; 1258 - maintainers = with maintainers; [ kamadorueda ]; 1257 + license = lib.licenses.mit; 1258 + maintainers = [ lib.maintainers.kamadorueda ]; 1259 1259 }; 1260 1260 }; 1261 1261 ··· 1266 1266 version = "0.24.6"; 1267 1267 sha256 = "196pm7gv0488bpv1lklh8hpwmdqc4yimz389gad6nsna368m4m43"; 1268 1268 }; 1269 - meta = with lib; { 1270 - license = licenses.mit; 1269 + meta = { 1270 + license = lib.licenses.mit; 1271 1271 }; 1272 1272 }; 1273 1273 ··· 1278 1278 version = "0.0.15"; 1279 1279 sha256 = "rKAy84Uiat5VOQXd4OXToNfxAJ6SuWPT47vuiyK4qwg="; 1280 1280 }; 1281 - meta = with lib; { 1281 + meta = { 1282 1282 changelog = "https://marketplace.visualstudio.com/items/jellyedwards.gitsweep/changelog"; 1283 1283 description = "VS Code extension which allows you to easily exclude modified or new files so they don't get committed accidentally"; 1284 1284 downloadPage = "https://marketplace.visualstudio.com/items?itemName=jellyedwards.gitsweep"; 1285 1285 homepage = "https://github.com/jellyedwards/gitsweep"; 1286 - license = licenses.mit; 1287 - maintainers = with maintainers; [ MatthieuBarthel ]; 1286 + license = lib.licenses.mit; 1287 + maintainers = [ lib.maintainers.MatthieuBarthel ]; 1288 1288 }; 1289 1289 }; 1290 1290 ··· 1297 1297 }; 1298 1298 meta = { 1299 1299 license = lib.licenses.mit; 1300 - maintainers = with lib.maintainers; [ kamadorueda ]; 1300 + maintainers = [ lib.maintainers.kamadorueda ]; 1301 1301 }; 1302 1302 }; 1303 1303 ··· 1331 1331 version = "1.70.8099"; 1332 1332 sha256 = "sha256-+jlLM9UC1DZFBrtiiri4jvpuc/Rf9PcSVP8D8pmQC2s="; 1333 1333 }; 1334 - meta = with lib; { 1334 + meta = { 1335 1335 description = "GitHub Copilot uses OpenAI Codex to suggest code and entire functions in real-time right from your editor."; 1336 1336 downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.copilot"; 1337 1337 homepage = "https://github.com/features/copilot"; 1338 - license = licenses.unfree; 1339 - maintainers = with maintainers; [ Zimmi48 ]; 1338 + license = lib.licenses.unfree; 1339 + maintainers = [ lib.maintainers.Zimmi48 ]; 1340 1340 }; 1341 1341 }; 1342 1342 ··· 1347 1347 version = "4.1.1"; 1348 1348 sha256 = "14wz2b0bn1rnmpj28c0mivz2gacla2dgg8ncv7qfx9bsxhf95g68"; 1349 1349 }; 1350 - meta = with lib; { 1350 + meta = { 1351 1351 description = "GitHub theme for VS Code"; 1352 1352 downloadPage = 1353 1353 "https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme"; 1354 1354 homepage = "https://github.com/primer/github-vscode-theme"; 1355 - license = licenses.mit; 1356 - maintainers = with maintainers; [ hugolgst ]; 1355 + license = lib.licenses.mit; 1356 + maintainers = [ lib.maintainers.hugolgst ]; 1357 1357 }; 1358 1358 }; 1359 1359 ··· 1399 1399 version = "0.0.224"; 1400 1400 sha256 = "sha256-ObFmzAaOlbtWC31JRYR/1y+JK1h22SVDPPRWWqPzrQs="; 1401 1401 }; 1402 - meta = with lib; { 1403 - license = licenses.mit; 1402 + meta = { 1403 + license = lib.licenses.mit; 1404 1404 }; 1405 1405 }; 1406 1406 ··· 1411 1411 version = "2.2.1"; 1412 1412 sha256 = "14p9g07zsb3da4ilaasgsdvh3wagfzayqr8ichsf6k5c952zi8fk"; 1413 1413 }; 1414 - meta = with lib; { 1415 - license = licenses.mit; 1414 + meta ={ 1415 + license = lib.licenses.mit; 1416 1416 }; 1417 1417 }; 1418 1418 ··· 1425 1425 version = "1.5.0"; 1426 1426 sha256 = "1c0kfavdwgwham92xrh0gnyxkrl9qlkpv39l1yhrldn8vd10fj5i"; 1427 1427 }; 1428 - meta = with lib; { 1429 - license = licenses.mit; 1428 + meta = { 1429 + license = lib.licenses.mit; 1430 1430 }; 1431 1431 }; 1432 1432 ··· 1437 1437 version = "0.1.2"; 1438 1438 sha256 = "0i9kpnlk3naycc7k8gmcxas3s06d67wxr3nnyv5hxmsnsx5sfvb7"; 1439 1439 }; 1440 - meta = with lib; { 1441 - license = licenses.mit; 1440 + meta = { 1441 + license = lib.licenses.mit; 1442 1442 }; 1443 1443 }; 1444 1444 ··· 1449 1449 version = "1.6.0"; 1450 1450 sha256 = "1pbk8kflywll6lqhmffz9yjf01dn8xq8sk6rglnfn2kl2ildfhh6"; 1451 1451 }; 1452 - meta = with lib; { 1452 + meta = { 1453 1453 changelog = "https://marketplace.visualstudio.com/items/iciclesoft.workspacesort/changelog"; 1454 1454 description = "Sort workspace-folders alphabetically rather than in chronological order"; 1455 1455 downloadPage = "https://marketplace.visualstudio.com/items?itemName=iciclesoft.workspacesort"; 1456 1456 homepage = "https://github.com/iciclesoft/workspacesort-for-VSCode"; 1457 - license = licenses.mit; 1458 - maintainers = with maintainers; [ dbirks ]; 1457 + license = lib.licenses.mit; 1458 + maintainers = [ lib.maintainers.dbirks ]; 1459 1459 }; 1460 1460 }; 1461 1461 ··· 1466 1466 version = "7.5.1"; 1467 1467 sha256 = "sha256-AiDYqYF+F69O/aeolIEzqLmg20YN/I4EV6XMa8UgMns="; 1468 1468 }; 1469 - meta = with lib; { 1469 + meta = { 1470 1470 changelog = "https://marketplace.visualstudio.com/items/Ionide.Ionide-fsharp/changelog"; 1471 1471 description = "Enhanced F# Language Features for Visual Studio Code"; 1472 1472 downloadPage = "https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp"; 1473 1473 homepage = "https://ionide.io"; 1474 - license = licenses.mit; 1475 - maintainers = with maintainers; [ ratsclub ]; 1474 + license = lib.licenses.mit; 1475 + maintainers = [ lib.maintainers.ratsclub ]; 1476 1476 }; 1477 1477 }; 1478 1478 ··· 1483 1483 version = "0.13.0"; 1484 1484 sha256 = "sha256-1uaLFTMvkcYrYAt9qDdISJneKxHo9qsris70iowGW2s="; 1485 1485 }; 1486 - meta = with lib; { 1486 + meta = { 1487 1487 changelog = "https://marketplace.visualstudio.com/items/JakeBecker.elixir-ls/changelog"; 1488 1488 description = "Elixir support with debugger, autocomplete, and more. Powered by ElixirLS."; 1489 1489 downloadPage = "https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls"; 1490 1490 homepage = "https://github.com/elixir-lsp/elixir-ls"; 1491 - license = licenses.mit; 1492 - maintainers = with maintainers; [ datafoo ]; 1491 + license = lib.licenses.mit; 1492 + maintainers = [ lib.maintainers.datafoo ]; 1493 1493 }; 1494 1494 }; 1495 1495 ··· 1500 1500 version = "0.6.13"; 1501 1501 sha256 = "0myl7rppzcz7hxy9zjs81vs9p66lnbfcrdr6s5qb4i6929gmywfy"; 1502 1502 }; 1503 - meta = with lib; { 1504 - license = licenses.mit; 1503 + meta = { 1504 + license = lib.licenses.mit; 1505 1505 }; 1506 1506 }; 1507 1507 ··· 1512 1512 version = "0.1.0"; 1513 1513 sha256 = "sha256-URq90lOFtPCNfSIl2NUwihwRQyqgDysGmBc3NG7o7vk="; 1514 1514 }; 1515 - meta = with lib; { 1515 + meta = { 1516 1516 description = "Adds formatting and syntax highlighting support for env files (.env) to Visual Studio Code"; 1517 1517 downloadPage = "https://marketplace.visualstudio.com/items?itemName=IronGeek.vscode-env"; 1518 1518 homepage = "https://github.com/IronGeek/vscode-env.git"; 1519 - license = licenses.mit; 1520 - maintainers = with maintainers; [ ]; 1519 + license = lib.licenses.mit; 1520 + maintainers = [ ]; 1521 1521 }; 1522 1522 }; 1523 1523 ··· 1528 1528 version = "9.7.0"; 1529 1529 sha256 = "sha256-Y1KoCOoOJ8CZ3IReDoyzF404CBy1BAWaZSr48EP7bz4="; 1530 1530 }; 1531 - meta = with lib; { 1531 + meta = { 1532 1532 changelog = "https://marketplace.visualstudio.com/items/James-Yu.latex-workshop/changelog"; 1533 1533 description = "LaTeX Workshop Extension"; 1534 1534 downloadPage = "https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop"; 1535 1535 homepage = "https://github.com/James-Yu/LaTeX-Workshop"; 1536 - license = licenses.mit; 1536 + license = lib.licenses.mit; 1537 + maintainers = [ ]; 1537 1538 }; 1538 1539 }; 1539 1540 ··· 1544 1545 version = "1.8.0"; 1545 1546 sha256 = "sha256-P4FbbcRcKWbnC86TSnzQaGn2gHWkDM9I4hj4GiHNPS4="; 1546 1547 }; 1547 - meta = with lib; { 1548 + meta = { 1548 1549 description = "Gruvbox Theme"; 1549 1550 downloadPage = "https://marketplace.visualstudio.com/items?itemName=jdinhlife.gruvbox"; 1550 1551 homepage = "https://github.com/jdinhify/vscode-theme-gruvbox"; 1551 - license = licenses.mit; 1552 - maintainers = with maintainers; [ imgabe ]; 1552 + license = lib.licenses.mit; 1553 + maintainers = [ lib.maintainers.imgabe ]; 1553 1554 }; 1554 1555 }; 1555 1556 ··· 1562 1563 version = "0.2.1"; 1563 1564 sha256 = "sha256-yC4ybThMFA2ncGhp8BYD7IrwYiDU3226hewsRvJYKy4="; 1564 1565 }; 1565 - meta = with lib; { 1566 + meta = { 1566 1567 changelog = "https://marketplace.visualstudio.com/items/jnoortheen.nix-ide/changelog"; 1567 1568 description = "Nix language support with formatting and error report"; 1568 1569 downloadPage = "https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide"; 1569 1570 homepage = "https://github.com/jnoortheen/vscode-nix-ide"; 1570 - license = licenses.mit; 1571 - maintainers = with maintainers; [ SuperSandro2000 ]; 1571 + license = lib.licenses.mit; 1572 + maintainers = [ lib.maintainers.SuperSandro2000 ]; 1572 1573 }; 1573 1574 }; 1574 1575 ··· 1579 1580 version = "1.5.0"; 1580 1581 sha256 = "sha256-anIZxqO4pK77FmhUamRnJVN2q8FifH6ffqRE2eFwyWM="; 1581 1582 }; 1582 - meta = with lib; { 1583 - license = licenses.mit; 1583 + meta = { 1584 + license = lib.licenses.mit; 1584 1585 }; 1585 1586 }; 1586 1587 ··· 1591 1592 version = "4.2.2"; 1592 1593 sha256 = "1z9crpz025ha9hgc9mxxg3vyrsfpf9d16zm1vrf4q592j9156d2m"; 1593 1594 }; 1594 - meta = with lib; { 1595 - license = licenses.mit; 1595 + meta = { 1596 + license = lib.licenses.mit; 1596 1597 }; 1597 1598 }; 1598 1599 ··· 1639 1640 version = "0.1.3"; 1640 1641 sha256 = "sha256-CecEv19nEtnMe0KlCMNBM9ZAjbAVgPNUcZ6cBxHw44M="; 1641 1642 }; 1642 - meta = with lib; { 1643 + meta = { 1643 1644 changelog = "https://marketplace.visualstudio.com/items/kalebpace.balena-vscode/changelog"; 1644 1645 description = "VS Code extension for integration with Balena"; 1645 1646 downloadPage = "https://marketplace.visualstudio.com/items?itemName=kalebpace.balena-vscode"; 1646 1647 homepage = "https://github.com/balena-vscode/balena-vscode"; 1647 - license = licenses.mit; 1648 - maintainers = with maintainers; [ kalebpace ]; 1648 + license = lib.licenses.mit; 1649 + maintainers = [ lib.maintainers.kalebpace ]; 1649 1650 }; 1650 1651 }; 1651 1652 ··· 1669 1670 < package.json \ 1670 1671 | sponge package.json 1671 1672 ''; 1672 - meta = with lib; { 1673 + meta = { 1673 1674 description = "The Uncompromising Nix Code Formatter"; 1674 1675 homepage = "https://github.com/kamadorueda/alejandra"; 1675 - license = licenses.unlicense; 1676 - maintainers = with maintainers; [ kamadorueda ]; 1676 + license = lib.licenses.unlicense; 1677 + maintainers = [ lib.maintainers.kamadorueda ]; 1677 1678 }; 1678 1679 }; 1679 1680 ··· 1696 1697 jq '.contributes.configuration.properties."cfnLint.path".default = "${cfn-lint}/bin/cfn-lint"' package.json | sponge package.json 1697 1698 ''; 1698 1699 1699 - meta = with lib; { 1700 + meta = { 1700 1701 description = "CloudFormation Linter IDE integration, autocompletion, and documentation"; 1701 1702 homepage = "https://github.com/aws-cloudformation/cfn-lint-visual-studio-code"; 1702 1703 license = lib.licenses.asl20; 1703 - maintainers = with maintainers; [ wolfangaukang ]; 1704 + maintainers = [ lib.maintainers.wolfangaukang ]; 1704 1705 }; 1705 1706 }; 1706 1707 ··· 1752 1753 downloadPage = "https://marketplace.visualstudio.com/items?itemName=lucperkins.vrl-vscode"; 1753 1754 homepage = "https://github.com/lucperkins/vrl-vscode"; 1754 1755 license = lib.licenses.mpl20; 1755 - maintainers = with lib.maintainers; [ lucperkins ]; 1756 + maintainers = [ lib.maintainers.lucperkins ]; 1756 1757 }; 1757 1758 }; 1758 1759 ··· 1765 1766 }; 1766 1767 meta = { 1767 1768 license = lib.licenses.mit; 1768 - maintainers = with lib.maintainers; [ kamadorueda ]; 1769 + maintainers = [ lib.maintainers.kamadorueda ]; 1769 1770 }; 1770 1771 }; 1771 1772 ··· 1792 1793 homepage = "https://github.com/caddyserver/vscode-caddyfile"; 1793 1794 changelog = "https://marketplace.visualstudio.com/items/matthewpi.caddyfile-support/changelog"; 1794 1795 license = lib.licenses.mit; 1795 - maintainers = with lib.maintainers; [ matthewpi ]; 1796 + maintainers = [ lib.maintainers.matthewpi ]; 1796 1797 }; 1797 1798 }; 1798 1799 ··· 1803 1804 version = "0.1.12"; 1804 1805 sha256 = "sha256-x6aFrcX0YElEFEr0qA669/LPlab15npmXd5Q585pIEw="; 1805 1806 }; 1806 - meta = with lib; { 1807 + meta = { 1807 1808 description = "Lisp syntax for vscode"; 1808 1809 downloadPage = "https://marketplace.visualstudio.com/items?itemName=mattn.lisp"; 1809 1810 homepage = "https://github.com/mattn/vscode-lisp"; 1810 1811 changelog = "https://marketplace.visualstudio.com/items/mattn.lisp/changelog"; 1811 - license = licenses.mit; 1812 - maintainers = with maintainers; [ kamadorueda ]; 1812 + license = lib.licenses.mit; 1813 + maintainers = [ lib.maintainers.kamadorueda ]; 1813 1814 }; 1814 1815 }; 1815 1816 ··· 1820 1821 version = "0.3.7"; 1821 1822 sha256 = "sha256-QT+fb23g+IXlNKNAbjADEpqrS6ll2W8Yd0YzwJAjhQQ="; 1822 1823 }; 1823 - meta = with lib; { 1824 + meta = { 1824 1825 description = "VsCoq is an extension for Visual Studio Code (VS Code) and VSCodium with support for the Coq Proof Assistant."; 1825 1826 downloadPage = "https://marketplace.visualstudio.com/items?itemName=maximedenes.vscoq"; 1826 1827 homepage = "https://github.com/coq-community/vscoq"; 1827 - license = licenses.mit; 1828 - maintainers = with maintainers; [ Zimmi48 ]; 1828 + license = lib.licenses.mit; 1829 + maintainers = [ lib.maintainers.Zimmi48 ]; 1829 1830 }; 1830 1831 }; 1831 1832 ··· 1884 1885 version = "0.10.1"; 1885 1886 sha256 = "0m89sx1qqdkwa9pfmd9b11lp8z0dqpi6jn27js5q4ymscyg41bqd"; 1886 1887 }; 1887 - meta = with lib; { 1888 + meta = { 1888 1889 description = "direnv support for Visual Studio Code"; 1889 - license = licenses.bsd0; 1890 + license = lib.licenses.bsd0; 1890 1891 downloadPage = "https://marketplace.visualstudio.com/items?itemName=mkhl.direnv"; 1891 - maintainers = with maintainers; [ nullx76 ]; 1892 + maintainers = [ lib.maintainers.nullx76 ]; 1892 1893 }; 1893 1894 }; 1894 1895 ··· 1987 1988 version = "2023.1.0"; 1988 1989 sha256 = "sha256-OiVb88BGvzsPTzKU1rGLGSMQSwKV4zI9FthOmutz34U="; 1989 1990 }; 1990 - meta = with lib; { 1991 + meta = { 1991 1992 description = "A Visual Studio Code extension for PowerShell language support"; 1992 1993 downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell"; 1993 1994 homepage = "https://github.com/PowerShell/vscode-powershell"; 1994 - license = licenses.mit; 1995 - maintainers = with maintainers; [ rhoriguchi ]; 1995 + license = lib.licenses.mit; 1996 + maintainers = [ lib.maintainers.rhoriguchi ]; 1996 1997 }; 1997 1998 }; 1998 1999 ··· 2005 2006 version = "0.1.4"; 2006 2007 sha256 = "sha256-qakwJWak+IrIeeVcMDWV/fLPx5M8LQGCyhVt4TS/Lmc="; 2007 2008 }; 2008 - meta = with lib; { 2009 + meta = { 2009 2010 description = "Additional Tomorrow and Tomorrow Night themes for VS Code. Based on the TextMate themes."; 2010 2011 downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.Theme-TomorrowKit"; 2011 2012 homepage = "https://github.com/microsoft/vscode-themes"; 2012 - license = licenses.mit; 2013 - maintainers = with maintainers; [ ratsclub ]; 2013 + license = lib.licenses.mit; 2014 + maintainers = [ lib.maintainers.ratsclub ]; 2014 2015 }; 2015 2016 }; 2016 2017 ··· 2021 2022 version = "1.1.282"; 2022 2023 sha256 = "14qkk9gbpwnbkk3dk7b7s92smj374ha7axlsi74fllw74lp4ziwn"; 2023 2024 }; 2024 - meta = with lib; { 2025 + meta = { 2025 2026 description = "VS Code static type checking for Python"; 2026 2027 downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright"; 2027 2028 homepage = "https://github.com/Microsoft/pyright#readme"; 2028 2029 changelog = "https://marketplace.visualstudio.com/items/ms-pyright.pyright/changelog"; 2029 - license = licenses.mit; 2030 - maintainers = with maintainers; [ ratsclub ]; 2030 + license = lib.licenses.mit; 2031 + maintainers = [ lib.maintainers.ratsclub ]; 2031 2032 }; 2032 2033 }; 2033 2034 ··· 2126 2127 version = "2.6.0"; 2127 2128 sha256 = "sha256-TcPQOAHCYeFHPdR85GIXsy3fx70p8cLdO2UNO0krUOs="; 2128 2129 }; 2129 - meta = with lib; { 2130 + meta = { 2130 2131 changelog = "https://marketplace.visualstudio.com/items/naumovs.color-highlight/changelog"; 2131 2132 description = "Highlight web colors in your editor"; 2132 2133 downloadPage = "https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight"; 2133 2134 homepage = "https://github.com/enyancc/vscode-ext-color-highlight"; 2134 - license = licenses.gpl3Only; 2135 - maintainers = with maintainers; [ datafoo ]; 2135 + license = lib.licenses.gpl3Only; 2136 + maintainers = [ lib.maintainers.datafoo ]; 2136 2137 }; 2137 2138 }; 2138 2139 ··· 2143 2144 version = "0.6.1"; 2144 2145 sha256 = "sha256-NI0cbjsZPW8n6qRTRKoqznSDhLZRUguP7Sa/d0feeoc="; 2145 2146 }; 2146 - meta = with lib; { 2147 + meta = { 2147 2148 changelog = "https://marketplace.visualstudio.com/items/njpwerner.autodocstring/changelog"; 2148 2149 description = "Generates python docstrings automatically"; 2149 2150 downloadPage = "https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring"; 2150 2151 homepage = "https://github.com/NilsJPWerner/autoDocstring"; 2151 - license = licenses.mit; 2152 - maintainers = with maintainers; [ kamadorueda ]; 2152 + license = lib.licenses.mit; 2153 + maintainers = [ lib.maintainers.kamadorueda ]; 2153 2154 }; 2154 2155 }; 2155 2156 ··· 2172 2173 version = "8.2.2"; 2173 2174 sha256 = "sha256-7kkJc+hhYaSKUbK4eYwOnLvae80sIg7rd0E4YyCXtPc="; 2174 2175 }; 2175 - meta = with lib; { 2176 + meta = { 2176 2177 description = "Makes indentation easier to read"; 2177 2178 downloadPage = "https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow"; 2178 2179 homepage = "https://github.com/oderwat/vscode-indent-rainbow"; 2179 - license = licenses.mit; 2180 - maintainers = with maintainers; [ imgabe ]; 2180 + license = lib.licenses.mit; 2181 + maintainers = [ lib.maintainers.imgabe ]; 2181 2182 }; 2182 2183 }; 2183 2184 ··· 2188 2189 version = "0.1.1"; 2189 2190 sha256 = "sha256-AfCwU4FF8a8C9D6+lyUDbAOLlD5SpZZw8CZVGpzRoV0="; 2190 2191 }; 2191 - meta = with lib; { 2192 + meta = { 2192 2193 description = "Syntax highlighting support for HEEx / Phoenix templates"; 2193 2194 downloadPage = "https://marketplace.visualstudio.com/items?itemName=phoenixframework.phoenix"; 2194 2195 homepage = "https://github.com/phoenixframework/vscode-phoenix"; 2195 - license = licenses.mit; 2196 - maintainers = with maintainers; [ ]; 2196 + license = lib.licenses.mit; 2197 + maintainers = [ ]; 2197 2198 }; 2198 2199 }; 2199 2200 ··· 2252 2253 version = "0.0.8"; 2253 2254 sha256 = "0fqwcvwq37ndms6vky8jjv0zliy6fpfkh8d9raq8hkinfxq6klgl"; 2254 2255 }; 2255 - meta = with lib; { 2256 - license = licenses.mit; 2256 + meta = { 2257 + license = lib.licenses.mit; 2257 2258 }; 2258 2259 }; 2259 2260 ··· 2261 2262 matklad.rust-analyzer = self.rust-lang.rust-analyzer; # Previous publisher 2262 2263 2263 2264 ocamllabs.ocaml-platform = buildVscodeMarketplaceExtension { 2264 - meta = with lib; { 2265 + meta = { 2265 2266 changelog = "https://marketplace.visualstudio.com/items/ocamllabs.ocaml-platform/changelog"; 2266 2267 description = "Official OCaml Support from OCamlLabs"; 2267 2268 downloadPage = "https://marketplace.visualstudio.com/items?itemName=ocamllabs.ocaml-platform"; 2268 2269 homepage = "https://github.com/ocamllabs/vscode-ocaml-platform"; 2269 - license = licenses.isc; 2270 - maintainers = with maintainers; [ ratsclub ]; 2270 + license = lib.licenses.isc; 2271 + maintainers = [ lib.maintainers.ratsclub ]; 2271 2272 }; 2272 2273 mktplcRef = { 2273 2274 name = "ocaml-platform"; ··· 2308 2309 version = "1.1.0"; 2309 2310 sha256 = "sha256-tKpKLUcc33YrgDS95PJu22ngxhwjqeVMC1Mhhy+IPGE="; 2310 2311 }; 2311 - meta = with lib; { 2312 + meta = { 2312 2313 description = "Theme for the GNOME desktop"; 2313 2314 downloadPage = "https://marketplace.visualstudio.com/items?itemName=piousdeer.adwaita-theme"; 2314 2315 homepage = "https://github.com/piousdeer/vscode-adwaita"; 2315 - license = licenses.gpl3; 2316 - maintainers = with maintainers; [ wyndon ]; 2316 + license = lib.licenses.gpl3; 2317 + maintainers = [ lib.maintainers.wyndon ]; 2317 2318 }; 2318 2319 }; 2319 2320 ··· 2324 2325 version = "4.2.0"; 2325 2326 sha256 = "sha256-1U3JlWfIlTt0AMPsiP3vD2ZEzD2oUsYsqRRwBQeoLIA="; 2326 2327 }; 2327 - meta = with lib; { 2328 + meta = { 2328 2329 changelog = "https://marketplace.visualstudio.com/items/Prisma.prisma/changelog"; 2329 2330 description = "VSCode extension for syntax highlighting, formatting, auto-completion, jump-to-definition and linting for .prisma files"; 2330 2331 downloadPage = "https://marketplace.visualstudio.com/items?itemName=Prisma.prisma"; 2331 2332 homepage = "https://github.com/prisma/language-tools"; 2332 - license = licenses.asl20; 2333 - maintainers = with maintainers; [ ]; 2333 + license = lib.licenses.asl20; 2334 + maintainers = [ ]; 2334 2335 }; 2335 2336 }; 2336 2337 ··· 2352 2353 version = "0.6.0"; 2353 2354 sha256 = "0wkpq9f48hplrgabb0v1ij6fc4sb8h4a93dagw4biprhnnm3qx49"; 2354 2355 }; 2355 - meta = with lib; { 2356 - license = licenses.mit; 2356 + meta = { 2357 + license = lib.licenses.mit; 2357 2358 }; 2358 2359 }; 2359 2360 ··· 2364 2365 version = "5.6.1"; 2365 2366 sha256 = "sha256-QPMZMttYV+dQfWTniA7nko7kXukqU9g6Wj5YDYfL6hw="; 2366 2367 }; 2367 - meta = with lib; { 2368 - license = licenses.mit; 2368 + meta = { 2369 + license = lib.licenses.mit; 2369 2370 }; 2370 2371 }; 2371 2372 ··· 2421 2422 ''; 2422 2423 homepage = "https://github.com/sana-ajani/taskrunner-code"; 2423 2424 license = lib.licenses.mit; 2424 - maintainers = with lib.maintainers; [ pbsds ]; 2425 + maintainers = [ lib.maintainers.pbsds ]; 2425 2426 }; 2426 2427 }; 2427 2428 ··· 2470 2471 }; 2471 2472 meta = { 2472 2473 license = lib.licenses.mit; 2473 - maintainers = with lib.maintainers; [ kamadorueda ]; 2474 + maintainers = [ lib.maintainers.kamadorueda ]; 2474 2475 }; 2475 2476 }; 2476 2477 ··· 2490 2491 ''; 2491 2492 homepage = "https://github.com/shd101wyy/vscode-markdown-preview-enhanced"; 2492 2493 license = lib.licenses.ncsa; 2493 - maintainers = with lib.maintainers; [ pbsds ]; 2494 + maintainers = [ lib.maintainers.pbsds ]; 2494 2495 }; 2495 2496 }; 2496 2497 ··· 2525 2526 version = "2.0.0"; 2526 2527 sha256 = "sha256-FOp/dcW0+07rADEpUMzx+SGYjhvE4IhcCOqUQ38yCN4="; 2527 2528 }; 2528 - meta = with lib; { 2529 + meta = { 2529 2530 changelog = "https://github.com/skellock/vscode-just/blob/master/CHANGELOG.md"; 2530 2531 description = "Provides syntax and recipe launcher for Just scripts"; 2531 2532 downloadPage = "https://marketplace.visualstudio.com/items?itemName=skellock.just"; 2532 2533 homepage = "https://github.com/skellock/vscode-just"; 2533 - license = licenses.mit; 2534 - maintainers = with maintainers; [ maximsmol ]; 2534 + license = lib.licenses.mit; 2535 + maintainers = [ lib.maintainers.maximsmol ]; 2535 2536 }; 2536 2537 }; 2537 2538 ··· 2576 2577 version = "0.9.3"; 2577 2578 sha256 = "1kvsj085w1xax6fg0kvsj1cizqh86i0pkzpwi0sbfvmcq21i6ghn"; 2578 2579 }; 2579 - meta = with lib; { 2580 - license = licenses.mit; 2580 + meta = { 2581 + license = lib.licenses.mit; 2581 2582 }; 2582 2583 }; 2583 2584 ··· 2588 2589 version = "0.0.8"; 2589 2590 sha256 = "0j8pmrs1lk138vhqx594pzxvrma4yl3jh7ihqm2kgh0cwnkbj36m"; 2590 2591 }; 2591 - meta = with lib; { 2592 + meta = { 2592 2593 description = "VSCode extension for Elixir EEx and HTML (EEx) code snippets"; 2593 2594 downloadPage = "https://marketplace.visualstudio.com/items?itemName=stefanjarina.vscode-eex-snippets"; 2594 2595 homepage = "https://github.com/stefanjarina/vscode-eex-snippets"; 2595 - license = licenses.mit; 2596 - maintainers = with maintainers; [ ]; 2596 + license = lib.licenses.mit; 2597 + maintainers = [ ]; 2597 2598 }; 2598 2599 }; 2599 2600 ··· 2604 2605 version = "0.0.6"; 2605 2606 sha256 = "0mph2nval1ddmv9hpl51fdvmagzkqsn8ljwqsfha2130bb7la0d9"; 2606 2607 }; 2607 - meta = with lib; { 2608 + meta = { 2608 2609 changelog = "https://marketplace.visualstudio.com/items/stephlin.vscode-tmux-keybinding/changelog"; 2609 2610 description = "A simple extension for tmux behavior in vscode terminal."; 2610 2611 downloadPage = "https://marketplace.visualstudio.com/items?itemName=stephlin.vscode-tmux-keybinding"; 2611 2612 homepage = "https://github.com/StephLin/vscode-tmux-keybinding"; 2612 - license = licenses.mit; 2613 - maintainers = with maintainers; [ dbirks ]; 2613 + license = lib.licenses.mit; 2614 + maintainers = [ lib.maintainers.dbirks ]; 2614 2615 }; 2615 2616 }; 2616 2617 ··· 2621 2622 version = "1.16.3"; 2622 2623 sha256 = "sha256-WHeLTN992ltEZw2W7B3sJrHfAFsOGMq3llV4C0hXLNA="; 2623 2624 }; 2624 - meta = with lib; { 2625 + meta = { 2625 2626 changelog = "https://github.com/stkb/Rewrap/blob/master/CHANGELOG.md"; 2626 2627 description = "Hard word wrapping for comments and other text at a given column."; 2627 2628 downloadPage = "https://marketplace.visualstudio.com/items?itemName=stkb.rewrap"; 2628 2629 homepage = "https://github.com/stkb/Rewrap#readme"; 2629 - license = licenses.asl20; 2630 - maintainers = with maintainers; [ datafoo ]; 2630 + license = lib.licenses.asl20; 2631 + maintainers = [ lib.maintainers.datafoo ]; 2631 2632 }; 2632 2633 }; 2633 2634 ··· 2638 2639 version = "2.19.0"; 2639 2640 sha256 = "sha256-c95u++tkK8hToauulY8faNITUmsCBEeC2B8mHY0oEmA="; 2640 2641 }; 2641 - meta = with lib; { 2642 + meta = { 2642 2643 changelog = "https://marketplace.visualstudio.com/items/streetsidesoftware.code-spell-checker/changelog"; 2643 2644 description = "Spelling checker for source code"; 2644 2645 downloadPage = "https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker"; 2645 2646 homepage = "https://streetsidesoftware.github.io/vscode-spell-checker"; 2646 - license = licenses.gpl3Only; 2647 - maintainers = with maintainers; [ datafoo ]; 2647 + license = lib.licenses.gpl3Only; 2648 + maintainers = [ lib.maintainers.datafoo ]; 2648 2649 }; 2649 2650 }; 2650 2651 ··· 2663 2664 downloadPage = "https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode"; 2664 2665 homepage = "https://github.com/sveltejs/language-tools#readme"; 2665 2666 license = lib.licenses.mit; 2666 - maintainers = with lib.maintainers; [ fabianhauser ]; 2667 + maintainers = [ lib.maintainers.fabianhauser ]; 2667 2668 }; 2668 2669 }; 2669 2670 ··· 2674 2675 version = "0.3.18"; 2675 2676 sha256 = "sha256-ypYqVH1ViJE7+mAJnxmpvUSmiImOo7rE7m+ijTEpmwg="; 2676 2677 }; 2677 - meta = with lib; { 2678 + meta = { 2678 2679 changelog = "https://marketplace.visualstudio.com/items/svsool.markdown-memo/changelog"; 2679 2680 description = "Markdown knowledge base with bidirectional [[link]]s built on top of VSCode"; 2680 2681 downloadPage = "https://marketplace.visualstudio.com/items?itemName=svsool.markdown-memo"; 2681 2682 homepage = "https://github.com/svsool/vscode-memo"; 2682 - license = licenses.mit; 2683 - maintainers = with maintainers; [ ratsclub ]; 2683 + license = lib.licenses.mit; 2684 + maintainers = [ lib.maintainers.ratsclub ]; 2684 2685 }; 2685 2686 }; 2686 2687 ··· 2727 2728 version = "0.1.6"; 2728 2729 sha256 = "096wwmwpas21f03pbbz40rvc792xzpl5qqddzbry41glxpzywy6b"; 2729 2730 }; 2730 - meta = with lib; { 2731 + meta = { 2731 2732 description = "VSCode extension for high-quality Pascal highlighting"; 2732 2733 downloadPage = "https://marketplace.visualstudio.com/items?itemName=theangryepicbanana.language-pascal"; 2733 2734 homepage = "https://github.com/ALANVF/vscode-pascal-magic"; 2734 - license = licenses.mit; 2735 - maintainers = with maintainers; [ ]; 2735 + license = lib.licenses.mit; 2736 + maintainers = [ ]; 2736 2737 }; 2737 2738 }; 2738 2739 ··· 2848 2849 version = "3.6.0"; 2849 2850 sha256 = "sha256-oNzB81mPZjEwrqbeFMvTlXERXrYBpF03EH9ZXz/daOs="; 2850 2851 }; 2851 - meta = with lib; { 2852 + meta = { 2852 2853 changelog = "https://marketplace.visualstudio.com/items/usernamehw.errorlens/changelog"; 2853 2854 description = "Improve highlighting of errors, warnings and other language diagnostics."; 2854 2855 downloadPage = "https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens"; 2855 2856 homepage = "https://github.com/usernamehw/vscode-error-lens"; 2856 - license = licenses.mit; 2857 - maintainers = with maintainers; [ imgabe ]; 2857 + license = lib.licenses.mit; 2858 + maintainers = [ lib.maintainers.imgabe ]; 2858 2859 }; 2859 2860 }; 2860 2861 ··· 2882 2883 jq '.contributes.configuration.properties."ltex.java.path".default = "${jdk}"' package.json | sponge package.json 2883 2884 ''; 2884 2885 2885 - meta = with lib; { 2886 - license = licenses.mpl20; 2887 - maintainers = [ maintainers._0xbe7a ]; 2886 + meta = { 2887 + license = lib.licenses.mpl20; 2888 + maintainers = [ lib.maintainers._0xbe7a ]; 2888 2889 }; 2889 2890 }; 2890 2891 ··· 2895 2896 version = "1.3.0"; 2896 2897 sha256 = "sha256-1JDm/cWNWwxa1gNsHIM/DIvqjXsO++hAf0mkjvKyi4g="; 2897 2898 }; 2898 - meta = with lib; { 2899 - license = licenses.mit; 2900 - maintainers = with maintainers; [ wolfangaukang ]; 2899 + meta = { 2900 + license = lib.licenses.mit; 2901 + maintainers = [ lib.maintainers.wolfangaukang ]; 2901 2902 }; 2902 2903 }; 2903 2904 ··· 2983 2984 version = "12.2.0"; 2984 2985 sha256 = "12s5br0s9n99vjn6chivzdsjb71p0lai6vnif7lv13x497dkw4rz"; 2985 2986 }; 2986 - meta = with lib; { 2987 + meta = { 2987 2988 description = "Bring real icons to your Visual Studio Code"; 2988 2989 downloadPage = "https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons"; 2989 2990 homepage = "https://github.com/vscode-icons/vscode-icons"; 2990 - license = licenses.mit; 2991 - maintainers = with maintainers; [ ggwpaiushtha ]; 2991 + license = lib.licenses.mit; 2992 + maintainers = [ lib.maintainers.ggwpaiushtha ]; 2992 2993 }; 2993 2994 }; 2994 2995 ··· 3035 3036 version = "3.3.0"; 3036 3037 sha256 = "0wl8vl8n0avd6nbfmis0lnlqlyh4yp3cca6kvjzgw5xxdc5bl38r"; 3037 3038 }; 3038 - meta = with lib; { 3039 - license = licenses.mit; 3039 + meta = { 3040 + license = lib.licenses.mit; 3040 3041 }; 3041 3042 }; 3042 3043 ··· 3047 3048 version = "2.1.2"; 3048 3049 sha256 = "sha256-n91Rj1Rpp7j7gndkt0bV+jT1nRMv7+coVoSL5c7Ii3A="; 3049 3050 }; 3050 - meta = with lib; { 3051 - license = licenses.mit; 3051 + meta = { 3052 + license = lib.licenses.mit; 3052 3053 }; 3053 3054 }; 3054 3055 ··· 3059 3060 version = "1.9.0"; 3060 3061 sha256 = "abd0ef9176eff864f278c548c944032b8f4d8ec97d9ac6e7383d60c92e258c2f"; 3061 3062 }; 3062 - meta = with lib; { 3063 - license = licenses.mit; 3064 - maintainers = [ maintainers.zeratax ]; 3063 + meta = { 3064 + license = lib.licenses.mit; 3065 + maintainers = [ lib.maintainers.zeratax ]; 3065 3066 }; 3066 3067 }; 3067 3068 ··· 3151 3152 version = "0.0.8"; 3152 3153 sha256 = "sha256-PXaHSEXoN0ZboHIoDg37tZ+Gv6xFXP4wGBS3YS/53TY="; 3153 3154 }; 3154 - meta = with lib; { 3155 + meta = { 3155 3156 description = "Basic RISC-V colorization and snippets support."; 3156 3157 downloadPage = "https://marketplace.visualstudio.com/items?itemName=zhwu95.riscv"; 3157 3158 homepage = "https://github.com/zhuanhao-wu/vscode-riscv-support"; 3158 - license = licenses.mit; 3159 - maintainers = [ maintainers.CardboardTurkey ]; 3159 + license = lib.licenses.mit; 3160 + maintainers = [ lib.maintainers.CardboardTurkey ]; 3160 3161 }; 3161 3162 }; 3162 3163
+3 -3
pkgs/applications/editors/vscode/extensions/hashicorp.terraform/default.nix
··· 13 13 substituteInPlace out/serverPath.js --replace TERRAFORM-LS-PATH ${terraform-ls}/bin/terraform-ls 14 14 ''; 15 15 16 - meta = with lib; { 17 - license = licenses.mit; 18 - maintainers = with maintainers; [ rhoriguchi ]; 16 + meta = { 17 + license = lib.licenses.mit; 18 + maintainers = [ lib.maintainers.rhoriguchi ]; 19 19 }; 20 20 }
+3 -3
pkgs/applications/editors/vscode/extensions/jebbs.plantuml/default.nix
··· 13 13 jq '.contributes.configuration.properties."plantuml.java".default = "${plantuml}/bin/plantuml"' package.json | sponge package.json 14 14 ''; 15 15 16 - meta = with lib; { 16 + meta = { 17 17 description = "A Visual Studio Code extension for supporting Rich PlantUML"; 18 18 downloadPage = 19 19 "https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml"; 20 20 homepage = "https://github.com/qjebbs/vscode-plantuml"; 21 21 changelog = 22 22 "https://marketplace.visualstudio.com/items/jebbs.plantuml/changelog"; 23 - license = licenses.mit; 24 - maintainers = with maintainers; [ victormignot ]; 23 + license = lib.licenses.mit; 24 + maintainers = [ lib.maintainers.victormignot ]; 25 25 }; 26 26 } 27 27
+3 -3
pkgs/applications/editors/vscode/extensions/ms-dotnettools.csharp/default.nix
··· 121 121 '') 122 122 vsixInfo.binaries)); 123 123 124 - meta = with lib; { 124 + meta = { 125 125 description = "C# for Visual Studio Code (powered by OmniSharp)"; 126 126 homepage = "https://github.com/OmniSharp/omnisharp-vscode"; 127 - license = licenses.mit; 128 - maintainers = [ maintainers.jraygauthier ]; 127 + license = lib.licenses.mit; 128 + maintainers = [ lib.maintainers.jraygauthier ]; 129 129 platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; 130 130 }; 131 131 }
+3 -3
pkgs/applications/editors/vscode/extensions/ms-python.python/default.nix
··· 76 76 fi 77 77 ''; 78 78 79 - meta = with lib; { 79 + meta = { 80 80 description = "A Visual Studio Code extension with rich support for the Python language"; 81 81 downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.python"; 82 82 homepage = "https://github.com/Microsoft/vscode-python"; 83 83 changelog = "https://github.com/microsoft/vscode-python/releases"; 84 - license = licenses.mit; 84 + license = lib.licenses.mit; 85 85 platforms = [ "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ]; 86 - maintainers = with maintainers; [ jraygauthier jfchevrette ]; 86 + maintainers = [ lib.maintainers.jraygauthier lib.maintainers.jfchevrette ]; 87 87 }; 88 88 }
+3 -3
pkgs/applications/editors/vscode/extensions/ms-toolsai.jupyter/default.nix
··· 30 30 jq "$(print_jq_query)" ./package.json | sponge ./package.json 31 31 ''; 32 32 33 - meta = with lib; { 33 + meta = { 34 34 description = "Jupyter extension for vscode"; 35 35 homepage = "https://github.com/microsoft/vscode-jupyter"; 36 - license = licenses.mit; 37 - maintainers = with maintainers; [ jraygauthier ]; 36 + license = lib.licenses.mit; 37 + maintainers = [ lib.maintainers.jraygauthier ]; 38 38 }; 39 39 }
+3 -3
pkgs/applications/editors/vscode/extensions/ms-vscode-remote.remote-ssh/default.nix
··· 87 87 --replace '# Start the server\n' '${patch}' 88 88 ''; 89 89 90 - meta = with lib; { 90 + meta = { 91 91 description = "Use any remote machine with a SSH server as your development environment."; 92 - license = licenses.unfree; 93 - maintainers = with maintainers; [ SuperSandro2000 tbenst ]; 92 + license = lib.licenses.unfree; 93 + maintainers = [ lib.maintainers.SuperSandro2000 lib.maintainers.tbenst ]; 94 94 }; 95 95 }
+3 -3
pkgs/applications/editors/vscode/extensions/ms-vscode.cpptools/default.nix
··· 80 80 wrapProgram $out/share/vscode/extensions/ms-vscode.cpptools/debugAdapters/bin/OpenDebugAD7 --prefix PATH : ${lib.makeBinPath [ gdb ]} 81 81 ''; 82 82 83 - meta = with lib; { 83 + meta = { 84 84 description = "The C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging."; 85 85 homepage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools"; 86 - license = licenses.unfree; 87 - maintainers = with maintainers; [ jraygauthier stargate01 ]; 86 + license = lib.licenses.unfree; 87 + maintainers = [ lib.maintainers.jraygauthier lib.maintainers.stargate01 ]; 88 88 platforms = [ "x86_64-linux" ]; 89 89 }; 90 90 }
+3 -3
pkgs/applications/editors/vscode/extensions/ms-vsliveshare.vsliveshare/default.nix
··· 44 44 --replace "'xsel'" "'${xsel}/bin/xsel'" 45 45 ''; 46 46 47 - meta = with lib; { 47 + meta = { 48 48 description = "Live Share lets you achieve greater confidence at speed by streamlining collaborative editing, debugging, and more in real-time during development"; 49 49 homepage = "https://aka.ms/vsls-docs"; 50 - license = licenses.unfree; 51 - maintainers = with maintainers; [ jraygauthier V ]; 50 + license = lib.licenses.unfree; 51 + maintainers = [ lib.maintainers.jraygauthier lib.maintainers.V ]; 52 52 platforms = [ "x86_64-linux" ]; 53 53 }; 54 54 })
+4 -4
pkgs/applications/editors/vscode/extensions/rust-lang.rust-analyzer/default.nix
··· 80 80 package.json | sponge package.json 81 81 ''; 82 82 83 - meta = with lib; { 83 + meta = { 84 84 description = "An alternative rust language server to the RLS"; 85 85 homepage = "https://github.com/rust-lang/rust-analyzer"; 86 - license = with licenses; [ mit asl20 ]; 87 - maintainers = with maintainers; [ ]; 88 - platforms = platforms.all; 86 + license = [ lib.licenses.mit lib.licenses.asl20 ]; 87 + maintainers = [ ]; 88 + platforms = lib.platforms.all; 89 89 }; 90 90 }
+3 -3
pkgs/applications/editors/vscode/extensions/sumneko.lua/default.nix
··· 18 18 $out/$installPrefix/server/bin/lua-language-server 19 19 ''; 20 20 21 - meta = with lib; { 21 + meta = { 22 22 description = "The Lua language server provides various language features for Lua to make development easier and faster."; 23 23 homepage = "https://marketplace.visualstudio.com/items?itemName=sumneko.lua"; 24 - license = licenses.mit; 25 - maintainers = with maintainers; [ lblasc ]; 24 + license = lib.licenses.mit; 25 + maintainers = [ lib.maintainers.lblasc ]; 26 26 }; 27 27 }
+4 -4
pkgs/applications/editors/vscode/extensions/vadimcn.vscode-lldb/default.nix
··· 103 103 updateScript = ./update.sh; 104 104 }; 105 105 106 - meta = with lib; { 106 + meta = { 107 107 description = "A native debugger extension for VSCode based on LLDB"; 108 108 homepage = "https://github.com/vadimcn/vscode-lldb"; 109 - license = with licenses; [ mit ]; 110 - maintainers = with maintainers; [ nigelgbanks ]; 111 - platforms = platforms.all; 109 + license = [ lib.licenses.mit ]; 110 + maintainers = [ lib.maintainers.nigelgbanks ]; 111 + platforms = lib.platforms.all; 112 112 }; 113 113 }