Skip to content

Commit 19b7d14

Browse files
authored
Merge pull request #577 from devchat-ai/local-svc-client
Devchat local service client
2 parents 1110171 + 964a545 commit 19b7d14

24 files changed

+1294
-1267
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@
130130
"title": "Install slash commands",
131131
"category": "DevChat"
132132
},
133+
{
134+
"command": "DevChat.StartLocalService",
135+
"title": "Start local service",
136+
"category": "DevChat"
137+
},
133138
{
134139
"command": "DevChat.Chat",
135140
"title": "Chat with DevChat",
@@ -253,6 +258,10 @@
253258
{
254259
"command": "DevChat.InstallCommands",
255260
"when": "false"
261+
},
262+
{
263+
"command": "DevChat.StartLocalService",
264+
"when": "false"
256265
}
257266
],
258267
"explorer/context": [

src/context/contextRefDefs.ts

Lines changed: 0 additions & 340 deletions
This file was deleted.

0 commit comments

Comments
 (0)