Skip to content

Bump to Node 22.15.1 #5213

Open
Open
@JustinGrote

Description

@JustinGrote
Collaborator

Prerequisites

  • I have written a descriptive issue title.
    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

Activity

self-assigned this
on Jun 12, 2025
added a commit that references this issue on Jun 12, 2025
a0435ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Issue-EnhancementA feature request (enhancement).Needs: TriageMaintainer attention needed!

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @JustinGrote

    Issue actions

      Bump to Node 22.15.1 · Issue #5213 · PowerShell/vscode-powershell