Recently I discovered that the little arrow next to lines in vscode, that allows you to fold parts of the code, had disappeared. I then noticed this was the case only in my Python files. I scoped the internet looking for an answer, but nothing worked I'v tried fixing the setting (by checking that the "folding" setting in the settings UI was ticked) but it did nothing, I tried removing the last extensions I had installed to see if they were interfering or something, but no.
Thanks for the info on #region, but even that doesn't allow me to fold the code. I've tried with the command "fold" from the command palette and with 'Ctrl+Shift+[' and 'Ctrl+Shift+]' but it didn't work
I'm on Arch Linux using VsCode-OSS btw