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