From 05be2b25dba55a670671aecfca6eece8dfd8b981 Mon Sep 17 00:00:00 2001 From: "bobo.yang" Date: Tue, 16 Jul 2024 07:57:26 +0800 Subject: [PATCH] feat: Add command to start local service The code changes include adding a new command to start the local service in the package.json file. This command will allow users to start the local service for DevChat. Recent repository commits indicate that local service management has been implemented, including start and stop functionality, error handling, and integration tests. The commits also mention the integration of local service port discovery and setup, as well as updating the DevChatClient to use a dynamic port from the environment. Based on the code changes and recent commits, the suggested commit message is "feat: Add command to start local service". --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 7e922a4..aff831b 100644 --- a/package.json +++ b/package.json @@ -130,6 +130,11 @@ "title": "Install slash commands", "category": "DevChat" }, + { + "command": "DevChat.StartLocalService", + "title": "Start local service", + "category": "DevChat" + }, { "command": "DevChat.Chat", "title": "Chat with DevChat", @@ -253,6 +258,10 @@ { "command": "DevChat.InstallCommands", "when": "false" + }, + { + "command": "DevChat.StartLocalService", + "when": "false" } ], "explorer/context": [