mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-19 17:58:39 +00:00
Revert "Merge pull request #282291 from microsoft/anthonykim1/update-node-pty-39"
This reverts commit4f4ddd8c9c, reversing changes made to55ca4093e1.
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -46,7 +46,7 @@
|
||||
"native-is-elevated": "0.8.0",
|
||||
"native-keymap": "^3.3.5",
|
||||
"native-watchdog": "^1.4.1",
|
||||
"node-pty": "^1.1.0-beta39",
|
||||
"node-pty": "1.1.0-beta35",
|
||||
"open": "^10.1.2",
|
||||
"tas-client": "0.3.1",
|
||||
"undici": "^7.9.0",
|
||||
@@ -12809,9 +12809,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/node-pty": {
|
||||
"version": "1.1.0-beta39",
|
||||
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta39.tgz",
|
||||
"integrity": "sha512-1xnN2dbS0QngT4xenpS/6Q77QtaDQo5vE6f4slATgZsFIv3NP4ObE7vAjYnZtMFG5OEh3jyDRZc+hy1DjDF7dg==",
|
||||
"version": "1.1.0-beta35",
|
||||
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta35.tgz",
|
||||
"integrity": "sha512-dGKw3PtLj/+uiFWUODNjr3QMyNjxRB2JY372AN4uzonfb6ri23d4PMr4s6UoibiqsXOQ3elXRCdq1qDLd86J8Q==",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
"native-is-elevated": "0.8.0",
|
||||
"native-keymap": "^3.3.5",
|
||||
"native-watchdog": "^1.4.1",
|
||||
"node-pty": "^1.1.0-beta39",
|
||||
"node-pty": "1.1.0-beta35",
|
||||
"open": "^10.1.2",
|
||||
"tas-client": "0.3.1",
|
||||
"undici": "^7.9.0",
|
||||
|
||||
8
remote/package-lock.json
generated
8
remote/package-lock.json
generated
@@ -38,7 +38,7 @@
|
||||
"kerberos": "2.1.1",
|
||||
"minimist": "^1.2.8",
|
||||
"native-watchdog": "^1.4.1",
|
||||
"node-pty": "^1.1.0-beta39",
|
||||
"node-pty": "1.1.0-beta35",
|
||||
"tas-client": "0.3.1",
|
||||
"vscode-oniguruma": "1.7.0",
|
||||
"vscode-regexpp": "^3.1.0",
|
||||
@@ -848,9 +848,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/node-pty": {
|
||||
"version": "1.1.0-beta39",
|
||||
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta39.tgz",
|
||||
"integrity": "sha512-1xnN2dbS0QngT4xenpS/6Q77QtaDQo5vE6f4slATgZsFIv3NP4ObE7vAjYnZtMFG5OEh3jyDRZc+hy1DjDF7dg==",
|
||||
"version": "1.1.0-beta35",
|
||||
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta35.tgz",
|
||||
"integrity": "sha512-dGKw3PtLj/+uiFWUODNjr3QMyNjxRB2JY372AN4uzonfb6ri23d4PMr4s6UoibiqsXOQ3elXRCdq1qDLd86J8Q==",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"kerberos": "2.1.1",
|
||||
"minimist": "^1.2.8",
|
||||
"native-watchdog": "^1.4.1",
|
||||
"node-pty": "^1.1.0-beta39",
|
||||
"node-pty": "1.1.0-beta35",
|
||||
"tas-client": "0.3.1",
|
||||
"vscode-oniguruma": "1.7.0",
|
||||
"vscode-regexpp": "^3.1.0",
|
||||
|
||||
@@ -470,7 +470,7 @@ const terminalConfiguration: IStringDictionary<IConfigurationPropertySchema> = {
|
||||
default: true
|
||||
},
|
||||
[TerminalSettingId.WindowsUseConptyDll]: {
|
||||
markdownDescription: localize('terminal.integrated.windowsUseConptyDll', "Whether to use the experimental conpty.dll (v1.23.251008001) shipped with VS Code, instead of the one bundled with Windows."),
|
||||
markdownDescription: localize('terminal.integrated.windowsUseConptyDll', "Whether to use the experimental conpty.dll (v1.22.250204002) shipped with VS Code, instead of the one bundled with Windows."),
|
||||
type: 'boolean',
|
||||
tags: ['preview'],
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user