vscode-extensions.ms-python.python: revert #121072
This commit is contained in:
parent
9cc60287dc
commit
f0875574c1
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user