save work
This commit is contained in:
parent
3462248cb8
commit
6650a5f253
@ -195,6 +195,14 @@ export function regApplyDiffResultCommand(context: vscode.ExtensionContext) {
|
||||
);
|
||||
}
|
||||
|
||||
export function TestDevChatCommand(context: vscode.ExtensionContext) {
|
||||
context.subscriptions.push(
|
||||
vscode.commands.registerCommand('devchat.', async () => {
|
||||
TopicManager.getInstance().loadTopics();
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
export {
|
||||
registerOpenChatPanelCommand,
|
||||
registerAddContextCommand,
|
||||
|
Loading…
x
Reference in New Issue
Block a user