Skip to content

Tag: visual-studio-code

VS Code cursor bug in terminal

Cursor repeating and remaining in the Integrated Terminal in VS Code I encountered this bug in my terminal while doing Python tutorial so downloaded and reinstalled the same version (latest version of VS Code) but the problem persists. I looked about for some answers but only found this tutorial which is not …

vscode Flake8 ignore

Flake8 was installed lately by one of the updates of vscode. I think it is time to comply to the “rules” of python to writer better and more readable code. Unfortunately I have some errors that I cannot fix in the code (no discussion about that, but a local module has to be loaded before some othe…

Python module not found even though its installed

Does anyone else have this issue? For reference check this screenshot: PIP is also up to date and I already tried reinstalling it but it didn’t work neither. I’m using VS Code. It also worked just fine yesterday but today it didn’t anymore for some reason. Answer Your mss package is installe…

VSCode Python Test Discovery fails?

VS Code version: version Version: 1.69.2 (Universal)) Extension version (available under the Extensions sidebar): v2021.12.1559732655 OS and version: MacOS 12.3.1 Python version: 3.6.8 Type of virtual environment used (N/A | venv | virtualenv | conda | …): venv Relevant/affected Python packages and thei…