copilot-extension
Abstract
We can implement copilot extensions so that it can use copilot llm abilities and do special things for us. There are several ways to implement the extensions:
1. client side extensions: Now only vscode support to add copilot extensions. It’s running locally in your machine, and thus use your local resource and can access all your local workspace and utilize your local installed tools. Ideal for tasks deeply embedded in developer workflows, like editing, real-time code generation, or using local context
2. server side extensions: it’s executed on your backend server. Since