microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps
MIT License
240 stars 159 forks source link

Incoplete documentation #35

Open avityaz opened 5 years ago

avityaz commented 5 years ago

According to the documentation we have to get copy and than Just run: npm run build

Actually it is not complete first step. You have to call call - npm install - first. Please tune this documentation.

Also, pay attention on message : found 73 high severity vulnerabilities - rised during npm install.

nicostubi commented 4 years ago

Hello,

Also, I find it difficult to understand how to run the extension locally? The documentation only explains how to build and deploy as an extension.

Could you please document how to run locally and also how the architecture of the project is done? In particular how/where the default component "hub" is specified to be displayed, and how to switch between the various samples.

Thanks,

BR Nicolas

karelkral commented 3 years ago

Hello @nicostubi , I cannot debug this extension locally either. But I have found a great sample of how to debug my own extension. Maybe it can help: https://github.com/microsoft/azure-devops-extension-hot-reload-and-debug