Rename copilot_chat to copilot-chat

Richard Feldman created

Change summary

assets/settings/default.json                | 2 +-
extensions/copilot-chat/Cargo.lock          | 0 
extensions/copilot-chat/Cargo.toml          | 2 +-
extensions/copilot-chat/extension.toml      | 6 +++---
extensions/copilot-chat/icons/copilot.svg   | 0 
extensions/copilot-chat/src/copilot_chat.rs | 0 
6 files changed, 5 insertions(+), 5 deletions(-)

Detailed changes

assets/settings/default.json 🔗

@@ -1722,7 +1722,7 @@
   // and change the value to `false`.
   "auto_install_extensions": {
     "anthropic": true,
-    "copilot_chat": true,
+    "copilot-chat": true,
     "google-ai": true,
     "html": true,
     "openai": true,

extensions/copilot_chat/Cargo.toml → extensions/copilot-chat/Cargo.toml 🔗

@@ -1,5 +1,5 @@
 [package]
-name = "copilot_chat"
+name = "copilot-chat"
 version = "0.1.0"
 edition = "2021"
 publish = false

extensions/copilot_chat/extension.toml → extensions/copilot-chat/extension.toml 🔗

@@ -1,4 +1,4 @@
-id = "copilot_chat"
+id = "copilot-chat"
 name = "Copilot Chat"
 description = "GitHub Copilot Chat LLM provider for Zed."
 version = "0.1.0"
@@ -6,8 +6,8 @@ schema_version = 1
 authors = ["Zed Team"]
 repository = "https://github.com/zed-industries/zed"
 
-[language_model_providers.copilot_chat]
+[language_model_providers.copilot-chat]
 name = "Copilot Chat"
 
-[language_model_providers.copilot_chat.auth]
+[language_model_providers.copilot-chat.auth]
 env_var = "GH_COPILOT_TOKEN"