Merge pull request #127954 from eadwu/revert/121072

vscode-extensions.ms-python.python: revert #121072
This commit is contained in:
Sandro 2021-06-25 19:05:34 +02:00 committed by GitHub
commit 5c3ddfb947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -889,16 +889,9 @@ let
ms-vscode-remote.remote-ssh = callPackage ./remote-ssh { };
ms-python.python =
let
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 ];
};
ms-python.python = callPackage ./python {
extractNuGet = callPackage ./python/extract-nuget.nix { };
};
msjsdiag.debugger-for-chrome = buildVscodeMarketplaceExtension {
mktplcRef = {