vscode-extensions.ms-python.python: 2018.8.0 -> 2018.9.1 (#48849)
This commit is contained in:
@@ -4,10 +4,10 @@ let
|
||||
inherit (vscode-utils) buildVscodeMarketplaceExtension;
|
||||
in
|
||||
#
|
||||
# Unless there is a good reason not to, we attemp to use the same name as the
|
||||
# Unless there is a good reason not to, we attempt to use the same name as the
|
||||
# extension's unique identifier (the name the extension gets when installed
|
||||
# from vscode under `~/.vscode`) and found on the marketplace extension page.
|
||||
# So an extension's attribute name should be of the form:
|
||||
# So an extension's attribute name should be of the form:
|
||||
# "${mktplcRef.publisher}.${mktplcRef.name}".
|
||||
#
|
||||
rec {
|
||||
@@ -24,6 +24,6 @@ rec {
|
||||
};
|
||||
|
||||
ms-vscode.cpptools = callPackage ./cpptools {};
|
||||
|
||||
|
||||
ms-python.python = callPackage ./python {};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user