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
VSCode fails to execute my Python scripts when I use the right-click context menu option: "Run Python File in Terminal". Seems like the Terminal just fails to work entirely, its completely non-interactive and I get the same result when NO extensions are installed.
The scripts run just fine in Powershell without issue.
Pre-conditions & Setup:
Windows 7 OS
Service Pack 1
Python Version v3.7.4
VS Code v1.37.1
Steps to Reproduce:
Open VSCode
Navigate to desired Python file via Explorer
Select file
Right-click on body of file -> choose option: "Run Python File in Terminal"
Actual Result:
VS Code Terminal populates
Terminal type reflects Python
Terminal display is completely blank
Problems Tab reads: No problems have been detected in the workplace so far.
Output Tab reads: Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
Same exact file executes just fine from Powershell with the following command: python %filename%
Other troubleshooting actions I've already performed (multiple times):
Deleting the Python extension and re-downloading it multiple times (x4 or 5 times) from "C:\Users<userdir>.vscode\extensions"
Uninstalling and re-installing VSCode
Deleting content from the following directories after VSCode uninstall before re-install:
%USERPROFILE%.vscode\extensions
%USERPROFILE%\AppData\Local\Programs\Microsoft VS Code
%USERPROFILE%\AppData\Roaming\Code
Upgrade my Python version from 3.7.0 to 3.7.4
Updated VSCode from install of v1.37.0 to v1.37.1
Restart Computer
Can't post pictures due to low rep. See them here:
Notes:
Again, I want to emphasize, this still occurs even without ANY extension's installed (i.e. default install). It's just completely non-interactive.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
cikent
changed the title
VSCode Terminal w/ Python Extension fails to Output anything, even error's
VSCode Terminal w/ or w/o Python Extension fails to Output anything, even error's
Aug 19, 2019
Thank you Daniel for finding the corresponding duplicate to the issue I
reported. I had searched, but was unable to find a duplicate.
Upon review of the other defect, I was able to find a viable workaround as
an interim solution.
Thank you!
On Mon, Aug 19, 2019 at 4:39 PM Daniel Imms ***@***.***> wrote:
/duplicate #43169 <#43169>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#79407?email_source=notifications&email_token=AEOWBGTK7DPNT7LYOEMNGJ3QFMVKNA5CNFSM4IMU2GG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4UTJQQ#issuecomment-522794178>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEOWBGUHKZ3JSLRTN4K4ZOLQFMVKNANCNFSM4IMU2GGQ>
.
Description:
VSCode fails to execute my Python scripts when I use the right-click context menu option: "Run Python File in Terminal". Seems like the Terminal just fails to work entirely, its completely non-interactive and I get the same result when NO extensions are installed.
The scripts run just fine in Powershell without issue.
Pre-conditions & Setup:
Steps to Reproduce:
Actual Result:
Other troubleshooting actions I've already performed (multiple times):
%USERPROFILE%.vscode\extensions
%USERPROFILE%\AppData\Local\Programs\Microsoft VS Code
%USERPROFILE%\AppData\Roaming\Code
Can't post pictures due to low rep. See them here:
Notes:
Again, I want to emphasize, this still occurs even without ANY extension's installed (i.e. default install). It's just completely non-interactive.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: