Bot-docs: Can I use VS Code to do this?

Created on 10 Dec 2018  Â·  3Comments  Â·  Source: MicrosoftDocs/bot-docs

The instructions in the documentation only describe how to do this in .NET in Visual Studio 2017. How can I do this in .NET in VS Code?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

issue type new platform SDK v4

Most helpful comment

Details that would need to be covered:

  • Making sure .NET SDK 2.x is installed
  • Installing C# extension for VS Code (e.g. OmniSharp stuff)
  • Creating a tasks.json that adds the build task for the project
  • Creating a launch.json that adds the launch details for a .NET web project for the "F5" debugging experience

All 3 comments

Details that would need to be covered:

  • Making sure .NET SDK 2.x is installed
  • Installing C# extension for VS Code (e.g. OmniSharp stuff)
  • Creating a tasks.json that adds the build task for the project
  • Creating a launch.json that adds the launch details for a .NET web project for the "F5" debugging experience

Yes, you can use Visual Studio 2015 or 2017. But you should have the .net SDK 4.x with emulator handy!

We will also be adding support for VS Code soon.

Was this page helpful?
0 / 5 - 0 ratings