Skip to content

Commit 126479b

Browse files
committed
remove stale MapCodeMapping interface
1 parent 56f87ed commit 126479b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/services/types.ts

-7
Original file line numberDiff line numberDiff line change
@@ -1590,13 +1590,6 @@ export interface OutliningSpan {
15901590
kind: OutliningSpanKind;
15911591
}
15921592

1593-
/** @internal */
1594-
export interface MapCodeDocumentMapping {
1595-
fileName: string;
1596-
focusLocations?: TextSpan[][];
1597-
contents: string[];
1598-
}
1599-
16001593
export const enum OutliningSpanKind {
16011594
/** Single or multi-line comments */
16021595
Comment = "comment",

0 commit comments

Comments
 (0)