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

Add restart message to Output console message to confirm restart #1792

Open
martypdx opened this issue Feb 23, 2024 · 0 comments
Open

Add restart message to Output console message to confirm restart #1792

martypdx opened this issue Feb 23, 2024 · 0 comments
Labels
feature-request Request for new features or functionality good first issue help wanted Issues identified as good community contribution opportunities
Milestone

Comments

@martypdx
Copy link

When using the output channel to diagnose problems, there is no visual indication when the problem gets fixed.

As a simple example, here is a new project where I forgot to installed eslint:
image

What you can't tell is that I went and fixed the problem by installing eslint and the eslint extension is happy and running as expected. However, it looks like the problem is still active because there has been no change to the console.

Now imagine diagnosing a more difficult setup issue, and you keep getting the same error as you try various fixes. And then you actually fix the problem but you move past it because you can't tell it worked. Assuming you notice what's going on, you still have to stop and manually go try and see if linting is working, or you just restart VSCode to figure out correct status. Good times.

A single line on successful restart would be very helpful!

@dbaeumer dbaeumer added feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities good first issue labels Feb 26, 2024
@dbaeumer dbaeumer added this to the Backlog milestone Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality good first issue help wanted Issues identified as good community contribution opportunities
Projects
None yet
Development

No branches or pull requests

2 participants