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
description: nls.localize('openDebug',"Controls whether debug view should be open on debugging session start.")
207
207
},
208
-
'debug.hideNonDebugHovers': {
208
+
'debug.enableAllHovers': {
209
209
type: 'boolean',
210
-
description: nls.localize({comment: ['This is the description for a setting'],key: 'hideNonDebugHovers'},"Controls if the non debug hovers should be hidden while debugging. If false the hover providers will be called to provide a hover. Regular hovers will not be shown even if this setting is false."),
211
-
default: true
210
+
description: nls.localize({comment: ['This is the description for a setting'],key: 'enableAllHovers'},"Controls if the non debug hovers should be enabled while debugging. If true the hover providers will be called to provide a hover. Regular hovers will not be shown even if this setting is true."),
0 commit comments