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.enableAllHovers': {
209
+
type: 'boolean',
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."),
211
+
default: false
212
+
},
208
213
'launch': {
209
214
type: 'object',
210
215
description: nls.localize({comment: ['This is the description for a setting'],key: 'launch'},"Global debug launch configuration. Should be used as an alternative to 'launch.json' that is shared across workspaces"),
0 commit comments