hi have tried but it's not connecting ,showing an error
below is the launch.json
Below is Business Central info
Any help would be great, thanks!!
hi have tried but it's not connecting ,showing an error
below is the launch.json
Below is Business Central info
Any help would be great, thanks!!
Not sure your steps, but you can follow the below link
i have tried creating a Sandbox environment but it's showing time out Issue
Thanks for the Reply!!!
i have tried creating a Sandbox environment but it's showing time out Issue
Instead Production set the environment type as sandbox, since you are not allow to publish any app directly to production, as suggested by people eater
Hi,
When publishing an extension with VSCode, make sure you use the correct environment.. as Mr. Rahul Narang mentioned you cannot publish extension in the production environment using VS Code, but you can do it manually by following some steps.. erpconsultors.com/.../
And to publish your extension in the Sandbox environment, update the launch.json file by replacing "Production" with "Sandbox" in the "environmentType" and "environmentName" fields.
"environmentType": "Sandbox",
"environmentName": "Sandbox",
Regards
Hi Unbeatable2 - You cannot publish extensions to production from VS Code, you can only publish extensions to sandbox type environments from VS Code. Please upload them manually in production by following these steps learn.microsoft.com/.../devenv-how-publish-and-install-an-extension-v2
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156