fix: pty crash on windows with legacy conpty path (#243267)

This commit is contained in:
Robo
2025-03-12 14:44:53 +09:00
committed by GitHub
parent fc7f88a0a7
commit c1fb4c3983
4 changed files with 10 additions and 10 deletions

8
package-lock.json generated
View File

@@ -45,7 +45,7 @@
"native-is-elevated": "0.7.0",
"native-keymap": "^3.3.5",
"native-watchdog": "^1.4.1",
"node-pty": "1.1.0-beta30",
"node-pty": "1.1.0-beta31",
"open": "^8.4.2",
"tas-client-umd": "0.2.0",
"v8-inspect-profiler": "^0.1.1",
@@ -12626,9 +12626,9 @@
}
},
"node_modules/node-pty": {
"version": "1.1.0-beta30",
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta30.tgz",
"integrity": "sha512-cmNYVWfbf961aOqnxIFXssvw6Fp6/78BQBNlwYRWUHBenJjUhCJ1wMZpJy+SegoLC07P9D6HTtq39Kd89rpv/w==",
"version": "1.1.0-beta31",
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta31.tgz",
"integrity": "sha512-DwNyk7nQ8NfHX7NrIqvNQ5GiK6eBbsRYJ+hvHK04PTzZ6o5j1Qsc67g0QxXW8tki/ZJmE9Zxw6PEGncvDshdVw==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -104,7 +104,7 @@
"native-is-elevated": "0.7.0",
"native-keymap": "^3.3.5",
"native-watchdog": "^1.4.1",
"node-pty": "1.1.0-beta30",
"node-pty": "1.1.0-beta31",
"open": "^8.4.2",
"tas-client-umd": "0.2.0",
"v8-inspect-profiler": "^0.1.1",

View File

@@ -37,7 +37,7 @@
"kerberos": "2.1.1",
"minimist": "^1.2.6",
"native-watchdog": "^1.4.1",
"node-pty": "1.1.0-beta30",
"node-pty": "1.1.0-beta31",
"tas-client-umd": "0.2.0",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
@@ -1098,9 +1098,9 @@
}
},
"node_modules/node-pty": {
"version": "1.1.0-beta30",
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta30.tgz",
"integrity": "sha512-cmNYVWfbf961aOqnxIFXssvw6Fp6/78BQBNlwYRWUHBenJjUhCJ1wMZpJy+SegoLC07P9D6HTtq39Kd89rpv/w==",
"version": "1.1.0-beta31",
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta31.tgz",
"integrity": "sha512-DwNyk7nQ8NfHX7NrIqvNQ5GiK6eBbsRYJ+hvHK04PTzZ6o5j1Qsc67g0QxXW8tki/ZJmE9Zxw6PEGncvDshdVw==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -32,7 +32,7 @@
"kerberos": "2.1.1",
"minimist": "^1.2.6",
"native-watchdog": "^1.4.1",
"node-pty": "1.1.0-beta30",
"node-pty": "1.1.0-beta31",
"tas-client-umd": "0.2.0",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",