Change detection and tracking.

This commit is contained in:
Juha Ristolainen
2017-03-17 11:30:47 +00:00
parent 69f89cc4c4
commit cb048907f3
7 changed files with 181 additions and 49 deletions

View File

@ -11,14 +11,11 @@
"Other"
],
"activationEvents": [
"onCommand:codestats.sayHello"
"*"
],
"main": "./out/src/code-stats",
"contributes": {
"commands": [{
"command": "codestats.sayHello",
"title": "Code::Stats"
}]
"commands": []
},
"scripts": {
"vscode:prepublish": "tsc -p ./",