DEV Community

Discussion on: Has VS Code got worse recently?

Collapse
 
salembream profile image
salembream • Edited

Hi,
I had similar issues and more with python.
I have a workspace with several folders,
if one of these folder is missing the .vscode/settings.json file, the VSCode python suppprt will completely - and silently- be broken after one or two actions!
After I've added .vscode/settings.json files with empty Json object - {} - in all folders, VSCode is stable for me now.
As I am new to vscode, I don't know if this is expected, but I don't think so as there is 0 warning or indication!

I hope someone here confirm - or deny - this so we maybe report it to the GitHub repo.