Issue with launch.json in Business Central OnPrem

I defined server address as http:localhost:37049 in launch.json but It was still targeting port 7049 which is default port for Developer End point

The solution to this problem is to define port explicitly as shown below


Now the issue is gone and I am able to Publish my extension

Comments