50c057184c
* feat(Icons removal): Removed all related icons commands and files * chore: fix (remove) all gulp related imports and task for icons * chore: removed extensions folder and switch all imports (+ small fixes) * chore: re-added defaults.json on root * feat(Icons removal): Added vsc-material-theme-icons dependency
5 lines
536 B
TypeScript
5 lines
536 B
TypeScript
export const HR: string = '\n———————————————————————————————————————————————————————————————\n';
|
|
export const MESSAGE_BUMP_ERROR: string = ' There was an issue bumping version:\n';
|
|
export const MESSAGE_BUMP_SUCCESS: string = ' Finished successfully\n';
|
|
export const MESSAGE_GENERATED: string = 'Generated';
|
|
export const MESSAGE_THEME_VARIANT_PARSE_ERROR: string = 'Error when parsing json for theme variants';
|