From cc3034f3e3d542eb125fdae3664393ccb59f3fd7 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Thu, 11 Dec 2025 08:37:14 -0800 Subject: [PATCH] chore: bump node-pty to 1.1.0-beta40 (#282577) * Update conpty version in setting description * Invalidate build cache * Bump node-pty to 1.1.0-beta40 --------- Co-authored-by: Anthony Kim --- build/.cachesalt | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- remote/package-lock.json | 8 ++++---- remote/package.json | 2 +- .../contrib/terminal/common/terminalConfiguration.ts | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build/.cachesalt b/build/.cachesalt index 2ada6502dbd..9cb204bfdb3 100644 --- a/build/.cachesalt +++ b/build/.cachesalt @@ -1 +1 @@ -2025-11-13T05:15:29.922Z +2025-12-10T20:11:58.882Z diff --git a/package-lock.json b/package-lock.json index 2fb8cc01bca..1f484e416cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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-beta35", + "node-pty": "1.1.0-beta40", "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-beta35", - "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta35.tgz", - "integrity": "sha512-dGKw3PtLj/+uiFWUODNjr3QMyNjxRB2JY372AN4uzonfb6ri23d4PMr4s6UoibiqsXOQ3elXRCdq1qDLd86J8Q==", + "version": "1.1.0-beta40", + "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta40.tgz", + "integrity": "sha512-ACjAwX4Fb6jApK082jXKJqpeguZq5uTgcM4bRurJ7uxaPX9mE4F4yTHm8gEbn6nLSvEmF4EiBCxr6t/HHH+Dgg==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5d9a5904c6b..50810341a3c 100644 --- a/package.json +++ b/package.json @@ -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-beta35", + "node-pty": "1.1.0-beta40", "open": "^10.1.2", "tas-client": "0.3.1", "undici": "^7.9.0", diff --git a/remote/package-lock.json b/remote/package-lock.json index 30a7391c7cf..55d0715a4e2 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-beta40", "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-beta35", - "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta35.tgz", - "integrity": "sha512-dGKw3PtLj/+uiFWUODNjr3QMyNjxRB2JY372AN4uzonfb6ri23d4PMr4s6UoibiqsXOQ3elXRCdq1qDLd86J8Q==", + "version": "1.1.0-beta40", + "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta40.tgz", + "integrity": "sha512-ACjAwX4Fb6jApK082jXKJqpeguZq5uTgcM4bRurJ7uxaPX9mE4F4yTHm8gEbn6nLSvEmF4EiBCxr6t/HHH+Dgg==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/remote/package.json b/remote/package.json index 119d62c9c67..e4754d9ed54 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-beta40", "tas-client": "0.3.1", "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 215f976d7db..3ee44b3b453 100644 --- a/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts +++ b/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts @@ -470,7 +470,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