Skip to content

Commit dc1060e

Browse files
authored
Always render comment reactions as emojis (#7995)
* Always render comment reactions as emojis * Remove unused resources
1 parent b99e86b commit dc1060e

15 files changed

Lines changed: 8 additions & 66 deletions
-2.33 KB
Binary file not shown.

resources/icons/reactions/eyes.png

-2.7 KB
Binary file not shown.
-4.09 KB
Binary file not shown.
-4.44 KB
Binary file not shown.
-3.6 KB
Binary file not shown.
-5.17 KB
Binary file not shown.
-3.42 KB
Binary file not shown.
-3.48 KB
Binary file not shown.

src/common/resources.ts

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/extension.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { isSubmodule } from './common/gitUtils';
1616
import Logger from './common/logger';
1717
import * as PersistentState from './common/persistentState';
1818
import { parseRepositoryRemotes } from './common/remote';
19-
import { Resource } from './common/resources';
2019
import { BRANCH_PUBLISH, EXPERIMENTAL_CHAT, FILE_LIST_LAYOUT, GIT, IGNORE_SUBMODULES, OPEN_DIFF_ON_CLICK, PR_SETTINGS_NAMESPACE, SHOW_INLINE_OPEN_FILE_ACTION } from './common/settingKeys';
2120
import { initBasedOnSettingChange } from './common/settingsUtils';
2221
import { TemporaryState } from './common/temporaryState';
@@ -306,8 +305,6 @@ export async function activate(context: vscode.ExtensionContext): Promise<GitApi
306305
});
307306
await setGitSettingContexts(context);
308307

309-
// initialize resources
310-
Resource.initialize(context);
311308
Logger.debug('Creating API implementation.', 'Activation');
312309

313310
telemetry = new ExperimentationTelemetry(new TelemetryReporter(ingestionKey));

0 commit comments

Comments
 (0)