serverless-ide-vscode
serverless-ide-vscode copied to clipboard
Inclusion of NodeJS 22 runtime
On November 21th, Node.js 22 runtime became available in AWS Lambda. Ref. 1
Also, on November 27th, the release of version v4.4.13 included the Node.js 22 runtime on Serverless Framework. Ref.2
The proposed changes are to added support for the nodejs22.x runtime on extension, otherwise a warning will be prompt on screen and this version will not be listed as a valid value.
👍 We're seeing this issue too. Hoping this gets merged @pavelvlasov
I "fixed" this by manually updating the ~/.cursor/extensions/threadheap.serverless-ide-vscode-0.6.5/node_modules/@serverless-ide/serverless-framework-schema/schema.json file. Search for nodejs20.x and add the newer runtimes
Thats for cursor, vcode will be in a ~/.vscode dir
Temp fix until this gets merged
Any blocks for approving this PR?