Skip to content

Commit 6c1a674

Browse files
authored
Merge pull request #298 from devchat-ai/remove_default_command
remove default command
2 parents bb7ba4e + 3a0d390 commit 6c1a674

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/panel/devchatView.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export class DevChatViewProvider implements vscode.WebviewViewProvider {
3232
const workspaceDir = UiUtilWrapper.workspaceFoldersFirstPath();
3333
if (workspaceDir) {
3434
const workflowsDir = path.join(workspaceDir!, '.chat', 'workflows');
35-
CustomCommands.getInstance().parseCommands(workflowsDir);
3635
ChatContextManager.getInstance().loadCustomContexts(workflowsDir);
3736
ActionManager.getInstance().loadCustomActions(workflowsDir);
3837

0 commit comments

Comments
 (0)