Skip to content

Commit a3dd5c3

Browse files
committed
debug.openDebug: change default to openOnFirstSessionStart
fixes microsoft#103638
1 parent 82b105d commit a3dd5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/debug/browser/debug.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ configurationRegistry.registerConfiguration({
229229
},
230230
'debug.openDebug': {
231231
enum: ['neverOpen', 'openOnSessionStart', 'openOnFirstSessionStart', 'openOnDebugBreak'],
232-
default: 'openOnSessionStart',
232+
default: 'openOnFirstSessionStart',
233233
description: nls.localize('openDebug', "Controls when the debug view should open.")
234234
},
235235
'debug.showSubSessionsInToolBar': {

0 commit comments

Comments
 (0)