We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb7ba4e + 3a0d390 commit 6c1a674Copy full SHA for 6c1a674
src/panel/devchatView.ts
@@ -32,7 +32,6 @@ export class DevChatViewProvider implements vscode.WebviewViewProvider {
32
const workspaceDir = UiUtilWrapper.workspaceFoldersFirstPath();
33
if (workspaceDir) {
34
const workflowsDir = path.join(workspaceDir!, '.chat', 'workflows');
35
- CustomCommands.getInstance().parseCommands(workflowsDir);
36
ChatContextManager.getInstance().loadCustomContexts(workflowsDir);
37
ActionManager.getInstance().loadCustomActions(workflowsDir);
38
0 commit comments