Skip to content

Commit 6a2bd0e

Browse files
committed
clean up
1 parent b607d75 commit 6a2bd0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vs/base/common/iconLabels.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import { IMatch, matchesFuzzy } from 'vs/base/common/filters';
77
import { ltrim } from 'vs/base/common/strings';
88
import { ThemeIcon } from 'vs/base/common/themables';
9+
910
const iconStartMarker = '$(';
1011

1112
const iconsRegex = new RegExp(`\\$\\(${ThemeIcon.iconNameExpression}(?:${ThemeIcon.iconModifierExpression})?\\)`, 'g'); // no capturing groups
@@ -47,8 +48,6 @@ export function getCodiconAriaLabel(text: string | undefined) {
4748
}
4849

4950

50-
51-
5251
export interface IParsedLabelWithIcons {
5352
readonly text: string;
5453
readonly iconOffsets?: readonly number[];

0 commit comments

Comments
 (0)