We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379b7bc commit 698261cCopy full SHA for 698261c
src/common/emoji.ts
@@ -6,7 +6,6 @@
6
// Copied from https://github.com/microsoft/vscode/blob/af33df91a45498435bc47f16444d91db4582ce48/extensions/git/src/emoji.ts
7
8
'use strict';
9
-import { TextDecoder } from 'util';
10
import { ExtensionContext, Uri, workspace } from 'vscode';
11
12
const emojiRegex = /:([-+_a-z0-9]+):/g;
0 commit comments