Skip to content

undo change to fix create and run task invocation #423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 31, 2025
Merged

Conversation

meganrogge
Copy link
Contributor

@meganrogge meganrogge requested a review from bhavyaus July 31, 2025 21:40
@meganrogge meganrogge self-assigned this Jul 31, 2025
@meganrogge meganrogge added this to the July 2025 milestone Jul 31, 2025
@meganrogge meganrogge enabled auto-merge July 31, 2025 21:40
@@ -70,7 +70,7 @@ const getTools = (instaService: IInstantiationService, request: vscode.ChatReque
}

allowTools[ToolName.RunTests] = await testService.hasAnyTests();
allowTools[ToolName.CoreCreateAndRunTask] = !!(configurationService.getConfig(ConfigKey.AgentCanRunTasks) && tasksService.getTasks().length);
allowTools[ToolName.CoreRunTask] = !!(configurationService.getConfig(ConfigKey.AgentCanRunTasks) && tasksService.getTasks().length);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did this change? Should this not be the createAndRunTask?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@meganrogge meganrogge added this pull request to the merge queue Jul 31, 2025
Merged via the queue into main with commit 512291d Jul 31, 2025
6 checks passed
@meganrogge meganrogge deleted the merogge/fix-bug branch July 31, 2025 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Did not add a launch.json with debug config.
2 participants