To make the experience better for conda users, we should advise them that they should launch VS Code from the activated conda environment they are going to be using. That way the environment is already set up from a shell perspective. /c...
so changed my launch configuration to use"console": "externalTerminal", but the issue still occurs, now appearing in a Command Prompt window titled VS Code Console so it would not appear to be related to using MINGW64
Python version (& distribution if applicable, e.g. Anaconda): 3.9.12 Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Conda Value of thepython.languageServersetting: Default User Settings defaultLS: {"defaultLSType":"Pylance"} downloadLanguageServer: true ...
Does not launch file in anaconda shell in VS Code#133137 Closed just add this to thesettings.json, hope this helps someone karthiknadigmentioned this issueSep 30, 2021 github-actionsbotlocked and limited conversation to collaboratorsOct 17, 2021 ...
Perhaps this would be tolerable if it didn't make editing anything with a few lines of it cause the code to jump around.Steps to reproduce:Edit a Python file withfrom torch import profilerDiagnostic dataPython version (& distribution if applicable, e.g. Anaconda): 3.11.6 Type of virtual ...
from .defaults import BLOCK_END_STRING File "C:\Users\core2duo\anaconda3\lib\site-packages\jinja2\defaults.py", line 3, in from .filters import FILTERS as DEFAULT_FILTERS # noqa: F401 File "C:\Users\core2duo\anaconda3\lib\site-packages\jinja2\filters.py", line 13, in ...
Environment data VS Code version: 1.28.0-insider Extension version (available under the Extensions sidebar): 2018.8.0 OS and version: Windows 10 1803 Python version (& distribution if applicable, e.g. Anaconda): Python 3.6.3 Type of virt...
IPython.terminal.interactiveshell import TerminalInteractiveShell\n' + ' File "/Users/cornelius/opt/anaconda3/envs/general/lib/python3.10/site-packages/IPython/terminal/interactiveshell.py", line 29, in <module>\n' + ' from prompt_toolkit.auto_suggest import AutoSuggestFromHistory\n' + ' File...