vscode-extensions.ms-python.python: revert #121072

This commit is contained in:
Edmund Wu 2021-06-23 16:49:43 -04:00
parent 9cc60287dc
commit f0875574c1
No known key found for this signature in database
GPG Key ID: 0D62311F6343DE1A

@ -889,16 +889,9 @@ let
ms-vscode-remote.remote-ssh = callPackage ./remote-ssh { }; ms-vscode-remote.remote-ssh = callPackage ./remote-ssh { };
ms-python.python = ms-python.python = callPackage ./python {
let extractNuGet = callPackage ./python/extract-nuget.nix { };
raw-package = callPackage ./python { };
extractNuGet = callPackage ./python/extract-nuget.nix { };
};
in
buildEnv {
name = "vscode-extension-ms-python-python-full";
paths = [ raw-package self.ms-toolsai.jupyter ];
};
msjsdiag.debugger-for-chrome = buildVscodeMarketplaceExtension { msjsdiag.debugger-for-chrome = buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {