vscode-extensions.ms-vscode-remote.remote-ssh: init at 0.48.0

This commit is contained in:
Tyler Benster
2019-12-24 21:57:47 -08:00
parent 10f8656f8f
commit 00de2acfb9
2 changed files with 55 additions and 0 deletions
+2
View File
@@ -122,6 +122,8 @@ in
ms-vscode.cpptools = callPackage ./cpptools {};
ms-vscode-remote.remote-ssh = callPackage ./remote-ssh {};
ms-python.python = callPackage ./python {
extractNuGet = callPackage ./python/extract-nuget.nix { };
};