vscode-powershell icon indicating copy to clipboard operation
vscode-powershell copied to clipboard

Bump to Node 22.15.1

Open JustinGrote opened this issue 6 months ago • 0 comments

Prerequisites

  • [x] I have written a descriptive issue title.
  • [x] I have searched all issues to ensure it has not already been reported.

Summary

VSCode v1.101 bumps the engine to 22.15.1 from node 20 so we can follow suit in the extension.

There are some notable features we can take advantage of:

  • Fetch API is now stable in Node.js 21, so we can remove node-fetch dependency
  • More testing and integration is now stable that was previously experimental
  • Websocket support (probably no need to switch from named pipes ATM)

Proposed Design

No response

JustinGrote avatar Jun 12 '25 20:06 JustinGrote