vscode-extension-ms-python-python: Init at 0.8.0

This commit is contained in:
Raymond Gauthier
2017-11-26 22:09:16 -05:00
parent f557844c08
commit faf13b6794
3 changed files with 49 additions and 3 deletions
+4 -1
View File
@@ -1,7 +1,8 @@
{ stdenv, lib, fetchurl, callPackage, vscode-utils }:
let
inherit (vscode-utils) buildVscodeExtension buildVscodeMarketplaceExtension;
inherit (vscode-utils) buildVscodeExtension buildVscodeMarketplaceExtension
extensionFromVscodeMarketplace;
in
#
# Unless there is a good reason not to, we attemp to use the same name as the
@@ -24,4 +25,6 @@ rec {
};
ms-vscode.cpptools = callPackage ./cpptools {};
ms-python.python = callPackage ./python {};
}