scalameta / metals-feature-requests

Issue tracker for Metals feature requests
37 stars 4 forks source link

Display full command when debugging in VS Code #352

Closed ioleo closed 10 months ago

ioleo commented 1 year ago

Is your feature request related to a problem? Please describe.

When I run debugging in VS Code, I can't see what command is exactly being run, so I cannot verify that the command is as I need it to be.

Describe the solution you'd like

I would like to print the full command being run when debugging.

Describe alternatives you've considered

No alternatives.

Additional context

No response

Search terms

vscode debug command

adpi2 commented 1 year ago

Thanks for the request. I'll open a PR to print the full command to Metals log.