Tag: vscode

  • Setting up Python venv in Visual Studio Code

    Setting up Python venv in Visual Studio Code

    The problem was that VS Code didn’t work like an IDE for Python anymore. There was no autocomplete of function suggestions and the IDE behaved sluggishly. Weirdly, even regular editor functions did not work; such as local changes were not being highlighted.