From 09d4835a5b2d3b9d18a607f10aee7d4b64bcf330 Mon Sep 17 00:00:00 2001 From: anthonykim1 Date: Fri, 31 Oct 2025 09:37:27 -0700 Subject: [PATCH 1/2] Update node-pty version for conpty 1.23.251008001 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c03b6394d9a6f..55c4066f8ac07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "native-is-elevated": "0.7.0", "native-keymap": "^3.3.5", "native-watchdog": "^1.4.1", - "node-pty": "1.1.0-beta35", + "node-pty": "1.1.0-beta38", "open": "^10.1.2", "tas-client-umd": "0.2.0", "undici": "^7.9.0", @@ -12927,9 +12927,9 @@ } }, "node_modules/node-pty": { - "version": "1.1.0-beta35", - "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta35.tgz", - "integrity": "sha512-dGKw3PtLj/+uiFWUODNjr3QMyNjxRB2JY372AN4uzonfb6ri23d4PMr4s6UoibiqsXOQ3elXRCdq1qDLd86J8Q==", + "version": "1.1.0-beta38", + "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta38.tgz", + "integrity": "sha512-B7Ga1ScEhFnGTknC0YarA0eyobsjTBcGjL1EGO5S/4DBFQZ5MjeIXJchc/o5Z6Kp1TcN8royOCIIqlYGMoPLVg==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3abc7bb449890..7a2d8e90e8d0d 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "native-is-elevated": "0.7.0", "native-keymap": "^3.3.5", "native-watchdog": "^1.4.1", - "node-pty": "1.1.0-beta35", + "node-pty": "1.1.0-beta38", "open": "^10.1.2", "tas-client-umd": "0.2.0", "undici": "^7.9.0", From 4c858b3425407fb98ea7e949c28094f106d7fcee Mon Sep 17 00:00:00 2001 From: anthonykim1 Date: Sun, 2 Nov 2025 23:24:09 -0800 Subject: [PATCH 2/2] Update remote/package.json for node-pty & dll version number --- remote/package-lock.json | 2 +- remote/package.json | 2 +- .../workbench/contrib/terminal/common/terminalConfiguration.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/remote/package-lock.json b/remote/package-lock.json index bdeffca90b6eb..9ab7ca5db3f14 100644 --- a/remote/package-lock.json +++ b/remote/package-lock.json @@ -38,7 +38,7 @@ "kerberos": "2.1.1", "minimist": "^1.2.8", "native-watchdog": "^1.4.1", - "node-pty": "1.1.0-beta35", + "node-pty": "1.1.0-beta38", "tas-client-umd": "0.2.0", "vscode-oniguruma": "1.7.0", "vscode-regexpp": "^3.1.0", diff --git a/remote/package.json b/remote/package.json index 44a825ec29b14..eaf37dc0f211f 100644 --- a/remote/package.json +++ b/remote/package.json @@ -33,7 +33,7 @@ "kerberos": "2.1.1", "minimist": "^1.2.8", "native-watchdog": "^1.4.1", - "node-pty": "1.1.0-beta35", + "node-pty": "1.1.0-beta38", "tas-client-umd": "0.2.0", "vscode-oniguruma": "1.7.0", "vscode-regexpp": "^3.1.0", diff --git a/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts b/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts index bd3ef396fc19b..37adc8b5e1360 100644 --- a/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts +++ b/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts @@ -469,7 +469,7 @@ const terminalConfiguration: IStringDictionary = { default: true }, [TerminalSettingId.WindowsUseConptyDll]: { - 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."), + 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."), type: 'boolean', tags: ['preview'], default: false