提交 a3dd5c3b 编写于 作者: I isidor

debug.openDebug: change default to openOnFirstSessionStart

fixes #103638
上级 82b105dd
......@@ -229,7 +229,7 @@ configurationRegistry.registerConfiguration({
},
'debug.openDebug': {
enum: ['neverOpen', 'openOnSessionStart', 'openOnFirstSessionStart', 'openOnDebugBreak'],
default: 'openOnSessionStart',
default: 'openOnFirstSessionStart',
description: nls.localize('openDebug', "Controls when the debug view should open.")
},
'debug.showSubSessionsInToolBar': {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册