Closed
Description
Environment data
VS Code version: 1.18.0
Python Extension version: 0.8.0
Python Version: 2.7.14
OS and version: Windows 10
Actual behavior
Press Ctrl+F5 to start a python program without the debugger, and VS Code displays the error
"Cannot read property 'openConfigFile' of undefined"
F5 to start with the debugger works fine.
Expected behavior
Should just start the program. It always did with Python Extension 0.7.0, which I had been using for some time.
Steps to reproduce:
Start any python program inside version 0.8.0 of this extension, without the debugger.
Logs
No output