vscode-extensions.ms-python.vscode-python-envs: init at 1.33.2026051501

This commit is contained in:
Felix Stupp
2026-05-16 15:04:36 +00:00
parent 43167f6202
commit c8ebf9be0e
2 changed files with 25 additions and 0 deletions
@@ -3239,6 +3239,8 @@ let
ms-python.vscode-pylance = callPackage ./ms-python.vscode-pylance { };
ms-python.vscode-python-envs = callPackage ./ms-python.vscode-python-envs { };
ms-toolsai.datawrangler = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "datawrangler";
@@ -0,0 +1,23 @@
{
lib,
vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-python-envs";
publisher = "ms-python";
version = "1.33.2026051501";
hash = "sha256-V5anlwzLt0V08HsO6TCBIUPD3VPhyohg7YnSc/1++GE=";
};
meta = {
description = "Provides a unified python environment experience";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-python-envs";
homepage = "https://github.com/microsoft/vscode-python-environments";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Zocker1999NET
];
};
}