I would like to debug my bot using VS Code rather than Visual Studio. I would love to see the steps listed down on this page.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Thanks for the suggestion @dipbanik. I added a section about debugging C# bots in PR 2163. The update should go live soon, here are the steps:
@emgrol This is highly appreciated. I was also looking for some documentation on how to kickstart a bot template from scratch using VS code. Any reference document or steps to that?
@dipbanik Which language are you working with? You can run the commands in the Javascript or Python quickstart in VS Code; they'll end up creating an echo bot based on the template.
@emgrol I am interested in C# with VS Code. I can create new project in Visual Studio 2017 or 2019 but I would like to know if there is a way to do the same with VS Code using the C# language.
@dipbanik The instructions for how to create a C# bot in VS Code are in the Create a bot with the Bot Framework SDK for .NET article under the Visual Studio Code tab.
@emgrol I was able to run it while editing on VS Code and C# starting sometime in July I believe. Thanks for the doc! I'm sure it'll help a lot of people!
Thanks @dipbanik! Closing this issue now that all questions have been resolved.