home/vscodium: un.vendor mypy-type-checker extension

This commit is contained in:
Trolli Schmittlauch 2026-02-18 01:40:37 +01:00
parent 213cb3a10d
commit 0f370e4bcf

View file

@ -15,6 +15,7 @@
with pkgs.vscode-extensions; with pkgs.vscode-extensions;
[ [
ms-python.python ms-python.python
ms-python.mypy-type-checker
charliermarsh.ruff charliermarsh.ruff
vscodevim.vim vscodevim.vim
yzhang.markdown-all-in-one yzhang.markdown-all-in-one
@ -32,12 +33,6 @@
sha256 = "sha256-Jsfa1SrK1H0QwlJPEBdrb0gfGiIYoXdtIP32/4g+ceM="; sha256 = "sha256-Jsfa1SrK1H0QwlJPEBdrb0gfGiIYoXdtIP32/4g+ceM=";
} }
# TODO: probably available in nixpkgs soonish? # TODO: probably available in nixpkgs soonish?
{
name = "mypy-type-checker";
publisher = "ms-python";
version = "2023.3.12681020";
sha256 = "sha256-rhed7CQlvxksVCGc9nPU2oYQWtXcAV5TzuG63e8Y3zM=";
}
{ {
name = "vscode-pets"; name = "vscode-pets";
publisher = "tonybaloney"; publisher = "tonybaloney";