You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension version (available under the Extensions sidebar): v2021.5.842923320
OS and version: Windows 10
Python version (& distribution if applicable, e.g. Anaconda): 3.7.5
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
Relevant/affected Python packages and their versions: all
Relevant/affected Python-related VS Code extensions and their versions: unknown
Value of the python.languageServer setting: 2021.5.4 (pyright fd334302)
Expected behaviour
debugging with "console": "integratedTerminal" should use the Terminal selected by "terminal.integrated.defaultProfile.windows"
Actual behaviour
PowerShell is used
Steps to reproduce:
1.) set "terminal.integrated.defaultProfile.windows" (to e.g. bash) in user settings
2.) File / Open Folder /
3.) Run and Debug (Ctrl + Shift +D)
4.) Click "Open a file" /
5.) Click "Run and Debug" Button (select "Python" from drop-down)
The text was updated successfully, but these errors were encountered:
This is probably side effect of VS Code's change in the terminal settings (see #16175). From the debugger we send back runInTerminal request, and the request is entirely handled by VS Code editor and not the extension. This should be filed on VS Code. When you file on VS Code, please mention this issue so they know this was triaged by the python extension.
Environment data
python.languageServer
setting: 2021.5.4 (pyright fd334302)Expected behaviour
debugging with "console": "integratedTerminal" should use the Terminal selected by "terminal.integrated.defaultProfile.windows"
Actual behaviour
PowerShell is used
Steps to reproduce:
1.) set "terminal.integrated.defaultProfile.windows" (to e.g. bash) in user settings
2.) File / Open Folder / 3.) Run and Debug (Ctrl + Shift +D) 4.) Click "Open a file" /
5.) Click "Run and Debug" Button (select "Python" from drop-down)
The text was updated successfully, but these errors were encountered: