summary refs log tree commit diff
path: root/pkgs/misc/vscode-extensions/default.nix
diff options
context:
space:
mode:
authorEdmund Wu <22758444+eadwu@users.noreply.github.com>2018-10-23 06:34:31 -0400
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-23 12:34:31 +0200
commita53a3bf1eeee268515663bb7d100bc9d340c1317 (patch)
tree82e80ab6cd3f5336ae3ec1c4fd505b21c373eca7 /pkgs/misc/vscode-extensions/default.nix
parentdebbed29d1da582e75ebf266b203baad063550c3 (diff)
downloadnixpkgs-a53a3bf1eeee268515663bb7d100bc9d340c1317.tar
nixpkgs-a53a3bf1eeee268515663bb7d100bc9d340c1317.tar.gz
nixpkgs-a53a3bf1eeee268515663bb7d100bc9d340c1317.tar.bz2
nixpkgs-a53a3bf1eeee268515663bb7d100bc9d340c1317.tar.lz
nixpkgs-a53a3bf1eeee268515663bb7d100bc9d340c1317.tar.xz
nixpkgs-a53a3bf1eeee268515663bb7d100bc9d340c1317.tar.zst
nixpkgs-a53a3bf1eeee268515663bb7d100bc9d340c1317.zip
vscode-extensions.ms-python.python: 2018.8.0 -> 2018.9.1 (#48849)
Diffstat (limited to 'pkgs/misc/vscode-extensions/default.nix')
-rw-r--r--pkgs/misc/vscode-extensions/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/misc/vscode-extensions/default.nix b/pkgs/misc/vscode-extensions/default.nix
index 219fe341d0b..dd1bb0ad124 100644
--- a/pkgs/misc/vscode-extensions/default.nix
+++ b/pkgs/misc/vscode-extensions/default.nix
@@ -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 {};
-}
\ No newline at end of file
+}