代码拉取完成,页面将自动刷新
{
"name": "swdc-vscode",
"displayName": "Code Time",
"version": "2.2.42",
"publisher": "softwaredotcom",
"description": "Code Time is an open source plugin that provides programming metrics right in Visual Studio Code.",
"author": {
"name": "Software.com"
},
"license": "SEE LICENSE IN LICENSE",
"icon": "images/app-icon-blue.png",
"galleryBanner": {
"color": "#384356",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/swdotcom/swdc-vscode"
},
"categories": [
"Other"
],
"keywords": [
"code time",
"time tracker",
"productivity tracker",
"project tracker",
"timer"
],
"activationEvents": [
"onStartupFinished"
],
"extensionKind": [
"ui",
"workspace"
],
"engines": {
"vscode": "^1.35.0"
},
"main": "./dist/extension",
"scripts": {
"compile": "tsc -p ./",
"lint": "tslint -p ./",
"watch": "tsc -watch -p ./",
"vscode:prepublish": "webpack --mode production",
"webpack": "webpack --mode development",
"webpack-dev": "webpack --mode development --watch",
"test-compile": "tsc -p ./"
},
"contributes": {
"commands": [
{
"command": "codetime.codeTimeMetrics",
"title": "Code Time: View summary"
},
{
"command": "codetime.generateProjectSummary",
"title": "Code Time: View project summary"
},
{
"command": "codetime.softwareKpmDashboard",
"title": "Code Time: See advanced metrics"
},
{
"command": "codetime.displayReadme",
"title": "Code Time: Learn more"
}
],
"configuration": {
"type": "object",
"title": "Code Time",
"properties": {
"showGitMetrics": {
"type": "boolean",
"default": false,
"description": "Git metrics"
},
"toggleFileEventLogging": {
"type": "boolean",
"default": false,
"description": "Enable file event logging"
}
}
},
"viewsContainers": {
"activitybar": [
{
"id": "code-time",
"title": "Code Time",
"icon": "resources/dark/paw-outlined.svg"
}
]
},
"views": {
"code-time": [
{
"id": "ct-menu-tree",
"name": "MENU"
},
{
"id": "ct-metrics-tree",
"name": "DAILY METRICS"
},
{
"id": "ct-team-tree",
"name": "CONTRIBUTORS"
}
]
}
},
"devDependencies": {
"@types/mocha": "5.2.6",
"@types/node": "12.0.4",
"@types/vscode": "^1.35.0",
"copy-webpack-plugin": "^6.0.1",
"file-loader": "^6.0.0",
"ts-loader": "^6.2.1",
"typescript": "^3.5.1",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@slack/web-api": "^5.8.0",
"aws-sdk": "^2.470.0",
"axios": "^0.19.0",
"clipboardy": "^2.1.0",
"file-it": "^1.0.24",
"moment-timezone": "^0.5.25",
"node-cache": "^5.1.0",
"numeral": "^2.0.6",
"open": "^6.4.0",
"swdc-tracker": "^1.0.19",
"vsls": "0.3.1291"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。