nixpkgs/pkgs/applications/editors/vscode/extensions
2024-10-19 20:30:58 +02:00
..
_maintainers
asciidoctor.asciidoctor-vscode
azdavis.millet vscode-extensions.azdavis.millet: 0.13.5 -> 0.14.7 2024-10-13 13:59:28 +00:00
b4dm4n.vscode-nixpkgs-fmt
betterthantomorrow.calva
charliermarsh.ruff vscode-extensions.charliermarsh.ruff: 2024.4.0 -> 2024.34.0 2024-07-20 19:45:55 +02:00
chenglou92.rescript-vscode vscode-extensions.chenglou92.rescript-vscode: 1.54.0 → 1.58.0 2024-09-30 08:32:40 +02:00
chrischinchilla.vscode-pandoc vscode-extensions.chrischinchilla.vscode-pandoc: init at 0.4.8 (#347131) 2024-10-07 22:09:27 +02:00
contextmapper.context-mapper-vscode-extension vscode-extensions.contextmapper.context-mapper-vscode-extension: 6.11.0 -> 6.12.0 2024-08-30 14:56:56 +00:00
equinusocio.vsc-material-theme vscode-extensions.equinusocio.vsc-material-theme: 34.3.1 -> 34.7.5 2024-10-01 21:17:57 +02:00
eugleo.magic-racket vscode-extensions.eugleo.magic-racket: 0.6.4 -> 0.6.7 2024-10-12 21:04:38 +00:00
foxundermoon.shell-format
hashicorp.terraform
jackmacwindows.craftos-pc treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
jebbs.plantuml vscode-extensions.jebbs.plantuml: Drop victormignot as maintainer 2024-07-06 21:03:00 +02:00
kamadorueda.alejandra treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
mongodb.mongodb-vscode vscode-extensions.mongodb.mongodb-vscode: 1.8.1 -> 1.9.1 2024-10-04 06:38:54 +00:00
ms-dotnettools.csdevkit treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ms-dotnettools.csharp treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ms-python.python vscode-extensions.ms-python.python: 2024.15.2024091001 -> 2024.15.2024091301 2024-09-13 22:23:50 +02:00
ms-python.vscode-pylance vscode-extensions.ms-python.vscode-pylance: 2024.8.1 -> 2024.8.2 2024-08-27 00:12:27 +00:00
ms-toolsai.jupyter vscode-extensions.ms-toolsai.jupyter: 2024.9.0 -> 2024.9.1 2024-10-05 21:28:51 +00:00
ms-vscode-remote.remote-ssh treewide: Remove ending period from meta.description 2024-06-09 23:04:51 +02:00
ms-vscode.cpptools vscode-extensions.ms-vscode-cpptools: 1.21.4 -> 1.22.2 2024-09-12 18:55:28 +05:30
ms-vsliveshare.vsliveshare
myriad-dreamin.tinymist tinymist: 0.11.32 -> 0.12.0 2024-10-19 20:30:58 +02:00
nvarner.typst-lsp treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
pylyzer.pylyzer vscode-extensions.pylyzer.pylyzer: 0.1.8 -> 0.1.10 2024-10-16 13:39:38 +00:00
reditorsupport.r treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
rust-lang.rust-analyzer treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sourcery.sourcery vscode-extensions.sourcery.sourcery: 1.22.0 -> 1.23.0 (#344007) 2024-09-26 22:08:06 +02:00
sumneko.lua treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
tekumara.typos-vscode vscode-extensions.tekumara.typos-vscode: 0.1.19 -> 0.1.26 2024-09-26 00:07:51 +09:00
timonwong.shellcheck
vadimcn.vscode-lldb treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
visualjj.visualjj vscode-extensions.visualjj.visualjj: init at 0.11.8 2024-10-17 07:41:47 +02:00
WakaTime.vscode-wakatime vscode-extensions.wakatime.vscode-wakatime: 18.0.5 -> 24.2.0 2024-10-13 09:09:47 +00:00
yzane.markdown-pdf vscode-extensions.yzane.markdown-pdf: init at 1.5.0 (#347015) 2024-10-07 13:18:55 +02:00
default.nix vscode-extensions.visualjj.visualjj: init at 0.11.8 (#349137) 2024-10-17 13:59:42 +02:00
language-packs.nix
mktplcExtRefToFetchArgs.nix
README.md vscode-extensions: fix typo in README.md 2024-07-29 11:29:15 -03:00
update_installed_exts.sh
updateSettings.nix
updateSettingsTest.nix
vscode-utils.nix
vscodeEnv.nix
vscodeEnvTest.nix
vscodeExts2nix.nix
vscodeWithConfiguration.nix

Visual Studio Code Extensions

Conventions for adding new extensions

  • Extensions are named in the lowercase version of the extension's unique identifier. Which is found on the marketplace extension page, and is the name under which the extension is installed by VSCode under ~/.vscode. Extension location should be: ${lib.strings.toLower mktplcRef.publisher}.${lib.string.toLower mktplcRef.name}

  • Move extension to a discrete directory whenever the extension needs extra parameters/packages (at top of the file) or other files (such as patches, update script, components). Global index file parameters/packages should be utilities shared by many extensions. Extension specific parameters/packages should not be in the global index page.

  • Currently nixfmt-rfc-style formatter is being used to format the VSCode extensions.

  • Respect alphabetical order whenever adding extensions. On disorder, please, kindly open a PR re-establishing the order.

  • Avoid unnecessary use of with, particularly nested with.

  • Use hash instead of sha256.

  • On meta field:

    • add a changelog.
    • description should mention it is a Visual Studio Code extension.
    • downloadPage is the VSCode marketplace URL.
    • homepage is the source-code URL.
    • maintainers:
      • optionally consider adding yourself as a maintainer to be notified of updates, breakages and help with upkeep.
      • recommended format is:
        • a non-nested with, such as: with lib.maintainers; [ your-username ];.
        • maintainers are listed in alphabetical order.
    • verify license in upstream.
  • On commit messages: