This repository was archived by the owner on Nov 25, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import AlertCircleOutlineIcon from 'mdi-react/AlertCircleOutlineIcon'
55import CloseIcon from 'mdi-react/CloseIcon'
66import InformationOutlineIcon from 'mdi-react/InformationOutlineIcon'
77import * as React from 'react'
8- import { MarkedString , MarkupContent , MarkupKind } from 'vscode-languageserver-types/lib/umd/main '
8+ import { MarkedString , MarkupContent , MarkupKind } from 'vscode-languageserver-types'
99import { asError , ErrorLike , isErrorLike } from './errors'
1010import { highlightCodeSafe } from './helpers'
1111import { HoveredTokenContext } from './hoverifier'
Original file line number Diff line number Diff line change 11import { highlight , highlightAuto } from 'highlight.js/lib/highlight'
2- import { MarkupContent } from 'vscode-languageserver-types/lib/umd/main '
2+ import { MarkupContent } from 'vscode-languageserver-types'
33import { HoverOverlayProps , isJumpURL } from './HoverOverlay'
44import { HoverMerged } from './types'
55
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
1414 withLatestFrom ,
1515} from 'rxjs/operators'
1616import { Key } from 'ts-key-enum'
17- import { Position } from 'vscode-languageserver-types/lib/umd/main '
17+ import { Position } from 'vscode-languageserver-types'
1818import { asError , ErrorLike } from './errors'
1919import { propertyIsDefined } from './helpers'
2020import { overlayUIHasContent , scrollIntoCenterIfNeeded } from './helpers'
You can’t perform that action at this time.
0 commit comments