Azure DevOps extensions - what language can I use?
问题 I want to develop a DevOps hub plugin that gets work item details and generates a PDF. I have viewed the samples that all seem to use typescript: https://docs.microsoft.com/en-us/azure/devops/extend/develop/samples-overview?view=azure-devops. I'm having trouble understanding the context that the code runs in, does it run on the server or in the browser? I know I need to use a web server as I have made a test hub plug in and is running from my local web server. I would prefer to be able to use