The first command line " E:\DevSoft\miniconda3\Library\bin\conda.BAT activate st" is triggered by vscode after clicking "create python terminal" on the left. The second command line "conda activate st" is entered manually. The "locator setting" has not been set yet. Hope this information ...
Type: Bug F5 is doing nothing, the output window shows nothing, except the Python output says "DAP Server launched with command: /home/chris/anaconda3/envs/snap/bin/python /home/chris/.vscode-server/extensions/ms-python.python-2022.18.2/...
Why do we disable threading in the debug configuration for django? { "name": "Python: Django", "type": "python", "request": "launch", "program": "${workspaceFolder}/manage.py", "console": "integratedTerminal", "args": [ "runserver", "--n...