Add note about re-using options objects

Fixes #101495
This commit is contained in:
Daniel Imms
2020-07-01 08:03:09 -07:00
parent 665bc2c1c3
commit 37ca38a4fb

View File

@@ -16,7 +16,7 @@ export interface IHoverService {
readonly _serviceBrand: undefined;
/**
* Shows a hover.
* Shows a hover, provided a hover with the same options object is not already visible.
* @param options A set of options defining the characteristics of the hover.
* @param focus Whether to focus the hover (useful for keyboard accessibility).
*