Skip to content
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

Replace config generation with automatic run of the current file #770

Merged
merged 1 commit into from
Dec 28, 2021

Commits on Dec 16, 2021

  1. Replace config generation with automatic run of the current file

    Previously, when no launch.json was configured we would show a chain of quick picks so that the user would guided through configuring their entry. This however, would not be obvious to the users and would show up only once at the start. This was also not too obvious for the bginners and prompted scalameta/metals#3272
    
    Now, we remove the config generation and replace it by mechanism to detect if no launch.json is available and then run the command to run anything in the current file.
    
    We might return partly to config generation when we have a mechanism to discover the the mains and tests, which can then be used to suggest new entries to launch.json.
    tgodzik committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    8f669bf View commit details
    Browse the repository at this point in the history