1、Update repository and download url.

This commit is contained in:
xuhong 2023-08-24 18:42:29 +08:00
parent 7478ada1d3
commit 01f8a4b906
3 changed files with 9 additions and 5 deletions

View File

@ -4,6 +4,10 @@ All notable changes to the "vscode-java-debugger" extension will be documented i
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.1.3 - 2023-08-25
### Changed
- Update repository and download url.
## 0.1.2 - 2023-07-20
### Changed
- Remove the preview info.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "vscode-java-debug",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "vscode-java-debug",
"displayName": "Java Debug (Support openjdk11 runtime)",
"description": "A lightweight Java debugger for Visual Studio Code",
"version": "0.1.2",
"version": "0.1.3",
"publisher": "KylinIDETeam",
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
"icon": "java-debug.png",
@ -24,13 +24,13 @@
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-java-debug.git"
"url": "https://gitee.com/openkylin/vscode-java-debug.git"
},
"bugs": {
"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/openkylin/extensions-repo/tree/master/KylinIDETeam/vscode-java-debug/",
"homepage": "https://gitee.com/openkylin/vscode-java-debug/blob/master/README.md",
"downloadUrl": "https://gitee.com/openkylin/extensions-repo/tree/master/KylinIDETeam/vscode-java-debug",
"categories": [
"Debuggers",
"Programming Languages",