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

Option to disable annoying "Using configured .NET path" output #2027

Open
brokenbeta opened this issue Nov 13, 2024 · 1 comment
Open

Option to disable annoying "Using configured .NET path" output #2027

brokenbeta opened this issue Nov 13, 2024 · 1 comment
Assignees
Labels
feature-request good first issue Good for newcomers help wanted Extra attention is needed P2

Comments

@brokenbeta
Copy link

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

Every single time I start VS Code, the .NET install tool spams out "Using configured .NET path"... to the console.

I already know, and it's just spam I have to close before I start working.

Also, the "Do Not Disturb" setting does not seem to work to stop this message from coming through.

A clear and concise description of what you want to happen. Include any alternative solutions you've considered.

I would like a way to disable this message, so I don't have to close a pointless panel every time I start work. It's annoying.

Describe the solution you'd like

Maybe some kind of config setting that disables this message or maybe the system just remembers the previous configuration and doesn't show it if it's the same as the last run.

Additional context

No response

@nagilson nagilson self-assigned this Nov 13, 2024
@nagilson nagilson added P2 good first issue Good for newcomers help wanted Extra attention is needed labels Nov 13, 2024
@nagilson
Copy link
Member

I would lean towards a boolean setting on our extension which allows you to suppress this message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request good first issue Good for newcomers help wanted Extra attention is needed P2
Projects
None yet
Development

No branches or pull requests

3 participants
@brokenbeta @nagilson and others