Skip to content

Commit

Permalink
Update src/vs/editor/contrib/folding/browser/foldingRanges.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
  • Loading branch information
aeschli and TylerLeonhardt authored Nov 3, 2022
1 parent 41a8fa1 commit 537ca93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vs/editor/contrib/folding/browser/foldingRanges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const foldSourceAbbr = {
[FoldSource.recovered]: 'r',
};


export interface FoldRange {
startLineNumber: number;
endLineNumber: number;
Expand Down

0 comments on commit 537ca93

Please sign in to comment.