修改项目显示名称和描述及下载地址
This commit is contained in:
parent
6bbd723193
commit
30cca54f77
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-java-debug",
|
||||
"displayName": "Debugger for Java",
|
||||
"displayName": "Kylin Debugger for Java",
|
||||
"description": "A lightweight Java debugger for Visual Studio Code",
|
||||
"version": "0.1.0",
|
||||
"publisher": "KylinIDETeam",
|
||||
|
@ -9,7 +9,7 @@
|
|||
"icon": "logo.png",
|
||||
"workspaceTrust": {
|
||||
"request": "onDemand",
|
||||
"description": "Extension may require your trust on workspace for code execution."
|
||||
"description": "(Kylin Modify) Extension may require your trust on workspace for code execution."
|
||||
},
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": false
|
||||
|
@ -31,7 +31,7 @@
|
|||
"url": "https://github.com/Microsoft/vscode-java-debug/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Microsoft/vscode-java-debug/blob/master/README.md",
|
||||
"downloadUrl": "https://gitee.com/chriswang521/extensions-release-version/raw/master/company/vscode-java-debug-0.1.0.vsix",
|
||||
"downloadUrl": "https://gitee.com/openkylin/extensions-repo/tree/master/KylinIDETeam/vscode-java-debug/",
|
||||
"categories": [
|
||||
"Debuggers",
|
||||
"Programming Languages",
|
||||
|
|
Loading…
Reference in New Issue