We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95aa4bd commit d527851Copy full SHA for d527851
package.json
@@ -2,7 +2,7 @@
2
"name": "output-colorizer",
3
"displayName": "Output Colorizer",
4
"description": "Syntax highlighting for log output",
5
- "version": "0.0.4",
+ "version": "0.0.5",
6
"publisher": "IBM",
7
"engines": {
8
"vscode": "^1.0.0"
@@ -47,8 +47,10 @@
47
},
48
"icon": "github-assets/icon.png",
49
"bugs": {
50
- "url": "https://github.com/IBM-Bluemix/vscode-log-output-colorizer"
+ "url": "https://github.com/IBM-Bluemix/vscode-log-output-colorizer/issues"
51
52
+ "license": "MIT",
53
+ "homepage": "https://github.com/IBM-Bluemix/vscode-log-output-colorizer/blob/master/README.md",
54
"keywords": [
55
"IBM",
56
"log",
0 commit comments