Skip to content

Surface debug tasks#398

Closed
badsyntax wants to merge 8 commits intomainfrom
task-info
Closed

Surface debug tasks#398
badsyntax wants to merge 8 commits intomainfrom
task-info

Conversation

@badsyntax
Copy link
Collaborator

Fixes #394

): vscode.Task {
const cmd = getGradleTasksServerCommand();
logger.debug(`Gradle Tasks Server dir: ${cwd}`);
const cmd = path.join(cwd, getGradleTasksServerCommand());
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

test this works with git bash on windows

@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability B 1 Vulnerability (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 8 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@CsCherrYY
Copy link
Collaborator

superseded by #1149

@CsCherrYY CsCherrYY closed this Jan 24, 2022
@CsCherrYY CsCherrYY deleted the task-info branch February 14, 2022 06:24
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.

Use custom model & plugin to get more detailed tasks info

2 participants