How to debug Serverless Offline in Visual Studio Code using another port?
问题 I have two Serverless Offline "servers" which I need to run locally at same time. So I need to change the port of one of the servers. I run a server using Visual Studio Code debugger. The configs of the servers are in launch.json files. How can I change the port of a Serverless Offline application so that I can run it in parallel with another Serverless Offline application using VS Code debugger? 回答1: If you are using windows, update the vscode launch.json and package.json as below : //