1、Update repository and download url.
This commit is contained in:
parent
7478ada1d3
commit
01f8a4b906
|
@ -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/)
|
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).
|
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
|
## 0.1.2 - 2023-07-20
|
||||||
### Changed
|
### Changed
|
||||||
- Remove the preview info.
|
- Remove the preview info.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-java-debug",
|
"name": "vscode-java-debug",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "vscode-java-debug",
|
"name": "vscode-java-debug",
|
||||||
"displayName": "Java Debug (Support openjdk11 runtime)",
|
"displayName": "Java Debug (Support openjdk11 runtime)",
|
||||||
"description": "A lightweight Java debugger for Visual Studio Code",
|
"description": "A lightweight Java debugger for Visual Studio Code",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"publisher": "KylinIDETeam",
|
"publisher": "KylinIDETeam",
|
||||||
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
|
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
|
||||||
"icon": "java-debug.png",
|
"icon": "java-debug.png",
|
||||||
|
@ -24,13 +24,13 @@
|
||||||
"license": "SEE LICENSE IN LICENSE.txt",
|
"license": "SEE LICENSE IN LICENSE.txt",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Microsoft/vscode-java-debug.git"
|
"url": "https://gitee.com/openkylin/vscode-java-debug.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Microsoft/vscode-java-debug/issues"
|
"url": "https://github.com/Microsoft/vscode-java-debug/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Microsoft/vscode-java-debug/blob/master/README.md",
|
"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/",
|
"downloadUrl": "https://gitee.com/openkylin/extensions-repo/tree/master/KylinIDETeam/vscode-java-debug",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Debuggers",
|
"Debuggers",
|
||||||
"Programming Languages",
|
"Programming Languages",
|
||||||
|
|
Loading…
Reference in New Issue