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
Running the Python: Create Terminal command should properly activate my terminal using Activate.ps1
I expect to see this
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
Loading personal and system profiles took 1881ms.
D:\MyProject [master ≡ +1 ~7 -0 !]> d:/MyProject/venv/Scripts/Activate.ps1
D:\MyProject [master ≡ +1 ~7 -0 !]>
Actual behaviour
The command activates my terminal with activate.bat
This is what I see
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
Loading personal and system profiles took 1881ms.
D:\MyProject [master ≡ +1 ~7 -0 !]> d:/MyProject/venv/Scripts/activate.bat
D:\MyProject [master ≡ +1 ~7 -0 !]>
Environment data
"python.jediEnabled"set to; more info How to update the language server to the latest stable version #3977): JediExpected behaviour
Running the
Python: Create Terminalcommand should properly activate my terminal usingActivate.ps1I expect to see this
Actual behaviour
The command activates my terminal with
activate.batThis is what I see
Steps to reproduce:
Python: Create Terminalcommand.