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
The above code should both write to the file. also during debugging
Steps to reproduce:
Excute above
If the script is executed from the console, both methods works
Also the code works nomally in Visual Studio, and also Visual Studio Code for Mac.
Only win 8.1 seems to have a problem.
Logs
Output from Python output panel
Nothing
Output from ```Console window``` (Help->Developer Tools menu)
Nothing
Copied from original issue: DonJayamanne/pythonVSCode#1125
The text was updated successfully, but these errors were encountered:
From @larsoleruben on July 27, 2017 11:0
Environment data
VS Code version: 1.14.2
Python Extension version: 0.6.9 (22 July 2017)
Python Version: 3.6
OS and version: Windows 8.1
Actual behavior
This will not write to the file during debugging
This correctly writes to the file during debugging
Expected behavior
The above code should both write to the file. also during debugging
Steps to reproduce:
Excute above
If the script is executed from the console, both methods works
Also the code works nomally in Visual Studio, and also Visual Studio Code for Mac.
Only win 8.1 seems to have a problem.
Logs
Output from
Python
output panelNothing
Copied from original issue: DonJayamanne/pythonVSCode#1125
The text was updated successfully, but these errors were encountered: