vscode-extensions.ms-python.vscode-python-envs: init at 1.33.2026051501 (#520969)

This commit is contained in:
Pol Dellaiera
2026-05-16 21:07:45 +00:00
committed by GitHub
3 changed files with 32 additions and 0 deletions
+7
View File
@@ -30875,6 +30875,13 @@
githubId = 873857;
name = "Zack Newman";
};
Zocker1999NET = {
github = "Zocker1999NET";
githubId = 1645646;
name = "Felix Stupp";
email = "felix.stupp@banananet.work";
keys = [ { fingerprint = "73D0 9948 B239 2D68 8A45 DC83 93E1 BD26 F6B0 2FB7"; } ];
};
zodman = {
github = "zodman";
githubId = 44167;
@@ -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
];
};
}