-
Notifications
You must be signed in to change notification settings - Fork 518
Closed
Labels
Issue-EnhancementA feature request (enhancement).A feature request (enhancement).Needs: TriageMaintainer attention needed!Maintainer attention needed!
Description
Prerequisites
- I have written a descriptive issue title.I have searched all issues to ensure it has not already been reported.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
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
Metadata
Metadata
Assignees
Labels
Issue-EnhancementA feature request (enhancement).A feature request (enhancement).Needs: TriageMaintainer attention needed!Maintainer attention needed!
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
Bump to Node 22.15.1
node-fetch
#5214