Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoboGu committed Jan 6, 2021
1 parent ab1aeb6 commit bc22334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vs/base/common/filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ function isSeparatorAtPos(value: string, index: number): boolean {
case CharCode.DollarSign:
return true;
default:
if (strings.isEmojiImprecise(code)) {
return true;
}
return false;
}
}
Expand Down

0 comments on commit bc22334

Please sign in to comment.