Currently, when pasting a block of Python code into a function, class, or loop in VSCode, the indentation remains exactly as it was copied—regardless of the surrounding context. This often results in ...
So far, I have only noticed this for shellscript. I have also added relevant parts of my settings.json. When formatting shellscript or just hitting enter, codium inserts tab instead of spaces. It ...