mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-21 12:20:29 -04:00
Merge VS Code 1.31.1 (#4283)
This commit is contained in:
@@ -84,7 +84,7 @@ export class ContentHoverWidget extends Widget implements editorBrowser.IContent
|
||||
return this._containerDomNode;
|
||||
}
|
||||
|
||||
public showAt(position: Position, range: Range, focus: boolean): void {
|
||||
public showAt(position: Position, range: Range | null, focus: boolean): void {
|
||||
// Position has changed
|
||||
this._showAtPosition = position;
|
||||
this._showAtRange = range;
|
||||
|
||||
Reference in New Issue
Block a user