merge ThemeIcon and CSSIcon (#171279)

This commit is contained in:
Martin Aeschlimann
2023-01-13 20:15:16 +01:00
committed by GitHub
parent 99ecdd4122
commit d4237bd8d5
193 changed files with 555 additions and 444 deletions

View File

@@ -20,7 +20,7 @@ import { IKeybindings, KeybindingsRegistry, KeybindingWeight } from 'vs/platform
import { Registry } from 'vs/platform/registry/common/platform';
import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry';
import { withNullAsUndefined, assertType } from 'vs/base/common/types';
import { ThemeIcon } from 'vs/platform/theme/common/themeService';
import { ThemeIcon } from 'vs/base/common/themables';
import { IDisposable } from 'vs/base/common/lifecycle';
import { KeyMod, KeyCode } from 'vs/base/common/keyCodes';
import { ILogService } from 'vs/platform/log/common/log';