Skip to content

Evaluate if checking command_or_script in worktree is needed during debug launch setup #129

@vitallium

Description

@vitallium

In the debug launch code, there is a conditional check to see if command_or_script exists in the worktree using worktree.which(command_or_script):

if worktree.which(command_or_script).is_some() {
    arguments.push("--command".to_string());
}

It's unclear why this check is here.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions