From 63f1fa66800bf641de5e36027610503ba75085b5 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sun, 15 Jan 2017 21:22:44 -0800 Subject: [PATCH] Uplevel node-pty to 0.6.0-beta2 This is the first build to feature the upgrade to winpty@0.4.1 in addition to the conversion to TypeScript and general code clean up. The most notable change is that Git Bash no longer goes out of sync and likely a bunch of other issues in #14613. Certain applications within WSL do not function correctly with this build. I tested this on Windows and Linux. Part of #13625 --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8d541e33c20..aa05bccf2c5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -333,9 +333,9 @@ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz" }, "node-pty": { - "version": "0.4.1", - "from": "node-pty@0.4.1", - "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-0.4.1.tgz", + "version": "0.6.0-beta2", + "from": "node-pty@0.6.0-beta2", + "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-0.6.0-beta2.tgz", "dependencies": { "extend": { "version": "1.2.1", diff --git a/package.json b/package.json index 3b4dca5b90f..58b7ea64d49 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "iconv-lite": "0.4.15", "minimist": "1.2.0", "native-keymap": "0.3.0", - "node-pty": "0.4.1", + "node-pty": "0.6.0-beta2", "semver": "4.3.6", "vscode-debugprotocol": "1.15.0", "vscode-textmate": "3.1.0",