mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-07-01 01:59:18 +00:00
Change detection and tracking.
This commit is contained in:
@ -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 ./",
|
||||
|
Reference in New Issue
Block a user