vscode-extensions.ms-python.vscode-python-envs: init at 1.33.2026051501
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user