Releases: IBM-Cloud/vscode-log-output-colorizer
Releases · IBM-Cloud/vscode-log-output-colorizer
0.0.11
Fixed language colorization tokens for VS Code 1.9.0
Fixed colorization that broke in VS Code 1.9.0.
0.0.9
0.0.8
0.0.7
0.0.6
bunch of fixes
- added support for more date formats
- MM/DD/YYYY, DD/MM/YYYY, YYYY/MM/DD
- support numeric month or english word (both abbreviated and complete)
- various delimiters (space ( ), period(.), slash(/), dash(-))
- added better timestamp support
14:29:37 +4
13:55:36 -0700
- and other variations
- added support for generic URI
prefix://path/foo.bar
- added exception support
- includes prefixed exceptions:
UserException
- includes namespaced exceptions
System.NullReferenceException
- includes prefixed exceptions:
- suport namespaces
com.ibm.foo
- validated that we handle both single and double quotes
- fixed bad regexp for GUIDs
- added support for true/false/null/undefined
- added better numeric support
- decimal
123.123
- hex
0ABC98
,xFF0000
, and0xFFEEEE
- decimal