We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665bc2c commit 37ca38aCopy full SHA for 37ca38a
1 file changed
src/vs/workbench/services/hover/browser/hover.ts
@@ -16,7 +16,7 @@ export interface IHoverService {
16
readonly _serviceBrand: undefined;
17
18
/**
19
- * Shows a hover.
+ * Shows a hover, provided a hover with the same options object is not already visible.
20
* @param options A set of options defining the characteristics of the hover.
21
* @param focus Whether to focus the hover (useful for keyboard accessibility).
22
*
0 commit comments