Type: Performance Issue WHenever I run a python code, the output doesnt appear instead "reactivating Terminals" popup appears VS Code version: Code 1.94.0 (d78a74bcdfad14d5d3b1b782f87255d802b57511, 2024-10-02T13:08:12.626Z) OS version: W...
Type: Bug Since the latest update of VSCode Insiders, the Python extension fails to launch (no syntax highlighting etc.), there is a permanent "Reactivating terminals..." in the status bar, and when I select OUTPUT > Python, I see the fo...
This will launch VSCode with your virtualenv at the front of the $PATH, adopting the virtualenv’s interpreter and package list. But there’s a bug at least as of time of writing – newly-created terminals and child processes in VSCode get created with the virtualenv at the END of the $...
Type: Bug Just constantly says "Reactivating terminals..." Extension version: 2024.14.1 VS Code version: Code 1.93.1 (38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40, 2024-09-11T17:20:05.685Z) OS version: Windows_NT x64 10.0.19045 Modes: System...
I have installed the Python and Jupyter extensions from Microsoft, but everytime when I create a new Jupyter notebook or opened an existing Jupyter notebook, I found that VS Code was stuck in executing "Reactivating terminals" and it is finding the old version of Python 3.13.0 as follows:...
Stuck on "Reactivating terminals" - Failed to resolve env #23922 Closed Copy link anthonykim1 commented Aug 19, 2024 • edited Loading Does Open VS Code "Settings", search for "Python Locator", switch from "native" to "js", this works for me work for you? @gurmitteotia github-...