Can't jump to file position in explorer for node_modules file

If I open a file in my normal project source, I can press Ctrl+Shift+E from the editor so that the file is focused within the "explorer" section . This does not work for node_modules. I have not added node_modules to files.exclude, so the folder shows up in the explorer, but the above behaviour is not… Read More Can't jump to file position in explorer for node_modules file

Why does Visual Studio Code keep things (like settings and recently opened files) after reinstalling and how to reset everything?

I want to reset Visual Studio Code on my Laptop entirely and already uninstalled everything, even deleted the .vscode file unter the user file. But after reinstalling, everything is the same as before. The settings are exactly the same and also my recently opened files are shown. I don’t want to reset everything individually and… Read More Why does Visual Studio Code keep things (like settings and recently opened files) after reinstalling and how to reset everything?

Why does VSCode not show this three-dot underline indicator I see in the editor in the Problems panel?

Screenshot demonstrating the issue I have two errors in this file, and both are showing up in the Problems panel. All good. There is a warning too, however, on line 8. It’s a warning about the member dummy implicitly having an "any" type, and I notice it’s not showing up in the Problems panel. Why… Read More Why does VSCode not show this three-dot underline indicator I see in the editor in the Problems panel?

Why do I get "Python was not found; run without arguments to install from the Microsoft Store" when I try to run Python on Windows?

This is what I get while trying to run Python. Any suggestions? Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. I’m currently doing the CS50 course on Visual Studio Code and at this point "python hello.py", it gives me… Read More Why do I get "Python was not found; run without arguments to install from the Microsoft Store" when I try to run Python on Windows?

Why does my "Problems" panel tab handle disappear whenever I select a different panel tab in VS Code?

So my problems is not appearing on my VS Code. I can go in "view" and make it show up, but if I click in any of the other options on the terminal like debug, the tab handle for the problems panel tab will disappear again. terminal view Why is this happening, and how can… Read More Why does my "Problems" panel tab handle disappear whenever I select a different panel tab in VS Code?