Added terminal colours for logging
This commit is contained in:
7
src/common/enums/VSColors.ts
Normal file
7
src/common/enums/VSColors.ts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
export enum VSColors {
|
||||||
|
red = '\x1b[31m%s\x1b[0m',
|
||||||
|
yellow = '\x1b[33m%s\x1b[0m',
|
||||||
|
green = '\x1b[32m%s\x1b[0m',
|
||||||
|
cyan = '\x1b[36m%s\x1b[0m',
|
||||||
|
blue = '\x1b[34m%s\x1b[0m'
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user