Python and/or Anaconda version: 3.8.3 Type of virtual environment used (N/A | venv | virtualenv | conda | ...): Conda Jupyter server running: Local Expected behaviour Should work fine with the conda environment Actual behaviour VSCode is not recognising the environment Not running the cells....
I think the first issue, about VSCode not recognizing the right Python version in the env, may have been due to some misshap happened when uninstalling anaconda and installing miniforge. Manually adding the interpreter works fine, even though it's strange it's not detected automatically. The se...
Hi, good morning, When I tried disabling extensions (manually) before, it did not work. Now with the terminal (code --disable-extensions) command source control seems to work fine in VS Code Stable. Strangely with terminal (code) command it seems to work as well. I'm riddled here. Git...
No relevant logs, no errors in vscode (not even in VS Code Speech output channel) Here's the log from VS Code Speech I clicked the Mic icon I said generate guid in Python Then clicked the mic icon again 2024-02-21 09:31:43.381 [trace] [vscode-speech-3] starting speech-to-text ses...
The issue must be with the debugging engine not recognizing whatever output it's expecting from GDB/MI. Perhaps the debugging engine should consider other criteria besides this before prematurely terminating the debugging session? I'd suggest re-opening this issue, or I can create a new one if...
{ "python.pythonPath": "C:\\Users\\pconwell\\.virtualenvs\\ridgeplots-0xoO3BBx\\Scripts\\python.exe" } Which will not work at all. VS Code is (presumably) recognizing the virtual environment correctly as the code will run manually from terminal AND the correct virtual environment is ...