Skip to content

Commit 37ca38a

Browse files
committed
Add note about re-using options objects
Fixes microsoft#101495
1 parent 665bc2c commit 37ca38a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/vs/workbench/services/hover/browser

src/vs/workbench/services/hover/browser/hover.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface IHoverService {
1616
readonly _serviceBrand: undefined;
1717

1818
/**
19-
* Shows a hover.
19+
* Shows a hover, provided a hover with the same options object is not already visible.
2020
* @param options A set of options defining the characteristics of the hover.
2121
* @param focus Whether to focus the hover (useful for keyboard accessibility).
2222
*

0 commit comments

Comments
 (0)