Skip to content

Commit dd8f432

Browse files
committed
Add setting link for hover hiding delay
1 parent 610e0da commit dd8f432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/common/config/editorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@ class EditorHover extends BaseEditorOption<EditorOption.hover, IEditorHoverOptio
23412341
type: 'integer',
23422342
minimum: 0,
23432343
default: defaults.hidingDelay,
2344-
description: nls.localize('hover.hidingDelay', "Controls the delay in milliseconds after which the hover is hidden. Requires `editor.hover.sticky` to be enabled.")
2344+
markdownDescription: nls.localize('hover.hidingDelay', "Controls the delay in milliseconds after which the hover is hidden. Requires `#editor.hover.sticky#` to be enabled.")
23452345
},
23462346
'editor.hover.above': {
23472347
type: 'boolean',

0 commit comments

Comments
 (0)