vscode-icons/vscode-icons

View on GitHub
src/models/contributions/vsicons.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { IProjectDetection, IPresets, IAssociations } from '.';

export interface IVSIcons {
  associations: IAssociations;
  customIconFolderPath: string;
  dontShowNewVersionMessage: boolean;
  dontShowConfigManuallyChangedMessage: boolean;
  projectDetection: IProjectDetection;
  presets: IPresets;
}