Skip to content

Commit 698261c

Browse files
authored
Don't import TextDecoder (#6625)
Fixes #6590
1 parent 379b7bc commit 698261c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/emoji.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Copied from https://github.com/microsoft/vscode/blob/af33df91a45498435bc47f16444d91db4582ce48/extensions/git/src/emoji.ts
77

88
'use strict';
9-
import { TextDecoder } from 'util';
109
import { ExtensionContext, Uri, workspace } from 'vscode';
1110

1211
const emojiRegex = /:([-+_a-z0-9]+):/g;

0 commit comments

Comments
 (0)