We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e0be6 commit 3794324Copy full SHA for 3794324
PythonScript/src/ConfigFile.cpp
@@ -44,7 +44,7 @@ void ConfigFile::initSettings()
44
{
45
setSetting(_T("ADDEXTRALINETOOUTPUT"), _T("0"));
46
setSetting(_T("COLORIZEOUTPUT"), _T("-1"));
47
- setSetting(_T("OPENCONSOLEONERROR"), _T("0"));
+ setSetting(_T("OPENCONSOLEONERROR"), _T("1"));
48
setSetting(_T("PREFERINSTALLEDPYTHON"), _T("0"));
49
setSetting(_T("STARTUP"), _T("LAZY"));
50
}
0 commit comments