I want to develop a simple Azure DevOps extension which displays some data in the table. My extension is based on extension sample.
Can I debug this extension outside Azure DevOps without the complete deployment process described here? As a complete newbie to Azure DevOps I cannot imagine my development cycle when I should deploy every single change. Or can be deployment automated somehow?
Launch your VS Code project to debug against Azure DevOpsIn VS Code, press F5 to start debugging (making sure the webpack-dev-server is still running). The default launch configuration should be set to Launch Firefox.
After you create a new organization and project in Azure DevOps, you can begin coding with Git. To work with a Git repo, you clone it to your computer. Cloning a repo creates a complete local copy of the repo for you to work with.
You can use the Azure DevOps Extension Hot Reload and Debug.
Download and install the following tools:
In the above GitHub repo, you can find the full tutorial of how to debug the extension without deploying it. another tutorial also available here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With