Ankit Sinha

Results 46 comments of Ankit Sinha

@stefan2410 Yup you can debug the WorkerRole project locally as well. When I first started learning about Media Calling bot couple of days ago I felt like I am back...

@stefan2410 Yes AKS [supports Windows nodes](https://docs.microsoft.com/en-us/azure/aks/windows-container-cli). You can find the sample here https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/V1.0Samples/AksSamples/teams-recording-bot The doc folder in that sample has learnings and some good documentation for this.

Can you please share the log from Output window -> Extension Host. Please restart the vscode before capturing this log. ![image](https://user-images.githubusercontent.com/3169316/113658487-c4393180-96bd-11eb-9ec3-4f63129326ea.png)

Can you enable *debug* log level in settings `azdoPullRequests.logLevel` and post the logs from *Output* tab ![image](https://user-images.githubusercontent.com/3169316/140858540-5fa295b3-fb63-4bbc-827b-abcdd9c6dbd0.png)

``` [Debug 1636063888.684s] AzdoRepository> Found 184 repos. Searching for repo with name [Debug 1636063888.684s] AzdoRepository> Fetch metadata failed. No repo by that name. ``` Its not able to find the...

Weird, can you paste the URL in `git remote -v`. You can hide the repo name if you want. I am interested in format of the URL

I think the casing is the problem. Can you create a new remote with URL containing the correct casing as it appears on AzDO portal by running `git remote add...

Commenting is feature of VS Code itself. The only way I know to comment is to press the + icon to comment on that line. I don' think there is...

Yes this is known issue. I will need to think about how to implement this. The comment API does not provide any way to display a particular segment of string...

I did not understand it. Is the actual line `max_line_length=100` not present in AzDO UI? Have you commited and pushed your changes?