microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
90 stars 35 forks source link

Add support for Node.js 18 and .NET 7 #758

Closed fiveisprime closed 1 year ago

fiveisprime commented 1 year ago

Discussed in our sync. Trying to land this before the Thanksgiving break.

alexweininger commented 1 year ago

We shouldn't need to change anything in the extension in order to support new versions of Node.js. The Node.js version used at app runtime is decided via the staticwebapp.config.json file if provided. See https://github.com/microsoft/vscode-azurestaticwebapps/issues/735 for more details.