semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Add VS Code tasks for CopilotChat project

Open lemillermicrosoft opened this issue 1 year ago • 2 comments

This commit adds three tasks to the .vscode/tasks.json file for building, running, and watching the CopilotChatApi project. These tasks allow developers to easily launch and debug the WebApi service using VS Code. The commit also updates the README.md file with instructions on how to use the VS Code tasks. Additionally, the commit fixes some minor formatting issues in the README.md file.

Contribution Checklist

  • [x] The code builds clean without any errors or warnings
  • [x] The PR follows SK Contribution Guidelines (https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
  • [x] The code follows the .NET coding conventions (https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions) verified with dotnet format
  • [x] All unit tests pass, and I have added new tests where possible
  • [x] I didn't break anyone :smile:

lemillermicrosoft avatar May 05 '23 22:05 lemillermicrosoft

@lemillermicrosoft I'm adding support to use Copilot Chat as a starter for the SK Tools and this will help. We'll also need to add a launch.json, do you want to include that as part of this PR?

markwallace-microsoft avatar May 08 '23 07:05 markwallace-microsoft

@lemillermicrosoft I'm adding support to use Copilot Chat as a starter for the SK Tools and this will help. We'll also need to add a launch.json, do you want to include that as part of this PR?

Might be best to do that separately -- I was just building these for myself for some work I'm doing and wanted to share them with others as a starting point. But I agree, probably good to have a launch.json as well.

lemillermicrosoft avatar May 08 '23 16:05 lemillermicrosoft