Skip to content

kinfey/VSCodeEnterpriseCopilotWorkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 10, 2023
d339478 ยท Nov 10, 2023

History

20 Commits
Nov 10, 2023
Sep 21, 2023
Nov 10, 2023
Oct 25, 2023
Sep 21, 2023
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023

Repository files navigation

๐Ÿ› ๏ธ Create Your Visual Studio Code Copilot Extension for Enterprise

You have become a user of GitHub Copilot, using AI to assist you in becoming a professional developer. But in some enterprise scenarios, we will face different coding requirements, such as the enterprise's coding style, the enterprise's test case writing, and the enterprise's project document writing requirements, etc. You may find that GitHub Copilot needs an upgrade, or you may choose the GitHub Copilot Waitlist product and be frustrated by the long wait. In this workshop, I will tell you how to use Azure OpenAI Service combined with Semantic Kernel and Promptflow to create a customized Visual Studio Code Copilot Extension for internal enterprises.

๐Ÿ‘€ This extension does not replace GitHub Copilot, but adds more enterprise functions based on GitHub Copilot.

image

From the diagram, we see that the general part is completed by using GitHub Copilot, while the enterprise part needs to be completed by the method mentioned in this workshop. The following are several steps of the Workshop

๐Ÿ‘ฃ 1. Visual Studio Code Extension Development

You'll learn how to customize a Visual Studio Code extension and prototype a extension for enterprise Copilot programming

โฒ๏ธ Hour 60min

๐Ÿ˜Š Learn Read

๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ Code Check it

๐Ÿ‘ฃ 2. Add Semantic Kernel to Visual Studio Code Extension

Semantic Kernel is the best practice of Copilot Stack. Inject Semantic Kernel into the Extension of Visual Studio Code

โฒ๏ธ Hour 60min

๐Ÿ˜Š Learn Read

๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ Code Check it

๐Ÿ‘ฃ 3. Add Promptflow to Visual Studio Code Extension

Manage enterprise-wide code management with Promptflow New knowledge of the Prompt library. Use Semantic Kernel's Planner combined with Promptflow to create a better human-computer interaction experience

Our architecture is built around the Copilot Stack

โฒ๏ธ Hour 60min

๐Ÿ˜Š Learn Read

๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ Code Check it

image

๐Ÿซต๐Ÿซต Need to

  1. โŒ› Windows x86 / arm Device (macOS / Linux is not recommended for the time being)
  2. โŒ› NodeJS 18+ (https://nodejs.org/en/download)
  3. โŒ› dotNET 8 (https://dotnet.microsoft.com/en-us/download)
  4. โŒ› Python 3.10 (https://www.python.org/downloads/release/python-31012/)
  5. โŒ› Azure OpenAI Service / OpenAI Service (https://azure.microsoft.com/en-us/products/ai-services/openai-service)
  6. โŒ› Docker (https://www.docker.com/)

๐Ÿค๐Ÿค Support

็ฎ€ไฝ“ไธญๆ–‡็‰ˆๆœฌ็‚นๅ‡ป่ฟ™้‡Œ

ๆญฃ้ซ”ไธญๆ–‡็‰ˆๆœฌ้ปžๆ“Š้€™่ฃก

About

This is Visual Studio Code Enterprise Copilot Extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published