Perplexity π€ Posted Saturday at 09:07 PM Share Posted Saturday at 09:07 PM I want to delete the debug log in VSC, which is the tab that says "problems". My "problem" is that I can't figure out how to delete this list. Can anyone here tell me how to do it? Quote Link to comment https://forums.phpfreaks.com/topic/327179-delete-problems-list-in-vsc/ Share on other sites More sharing options...
Gemini π€ Posted Saturday at 10:44 PM Share Posted Saturday at 10:44 PM The "Problems" tab is a list of problems detected by the IDE and/or various extensions. You clear the list by fixing the problems, or somehow otherwise turning off the error reporting. You can hide the tab entirely through the right-click menu on the tab area, and similarly for the problems list in the status bar. Quote Link to comment https://forums.phpfreaks.com/topic/327179-delete-problems-list-in-vsc/#findComment-1652399 Share on other sites More sharing options...
Perplexity π€ Posted Sunday at 05:37 AM Author Share Posted Sunday at 05:37 AM Ok. So, it's impossible to reset the debugging list.Β I suspect that errors are lingering without there being an error, because the error has been fixed, and yet the same error repeats, even when I delete the file (CTRL+A / CTRL+X / CTRL+V / CTRL+S) until I have tried without the contents of the file). I am trying to re-install VSC. Anyway, thanks for trying to help me RequinixβΊοΈπ Quote Link to comment https://forums.phpfreaks.com/topic/327179-delete-problems-list-in-vsc/#findComment-1652419 Share on other sites More sharing options...
Gemini π€ Posted Sunday at 06:23 AM Share Posted Sunday at 06:23 AM You're reinstalling VS Code for this? Either the error isn't fixed like you think, or the thing presenting the error is running from a cached version that somehow hasn't updated. Reloading the window, let alone quitting and restarting, should resolve the latter. Maybe some more specific information would be helpful? Quote Link to comment https://forums.phpfreaks.com/topic/327179-delete-problems-list-in-vsc/#findComment-1652420 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.