1、删除openjdk依赖,使用java的openjdk依赖

This commit is contained in:
xuhong 2023-12-05 18:00:40 +08:00
parent be87ea3737
commit b041bfaaf9
3 changed files with 5 additions and 13 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.5 - 2023-12-5
### Changed
- delete depends value.
## 0.1.4 - 2023-09-4
### Changed
- Update Readme.

View File

@ -1,17 +1,5 @@
{
"deb":{
"default_arch":{
"default_os":{
"java":{
"exhaustion":[
"openjdk-8-jdk",
"openjdk-11-jdk",
"openjdk-17-jdk",
"openjdk-19-jdk"
]
}
}
}
},
"rpm":{}
}

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.4",
"version": "0.1.5",
"publisher": "KylinIDETeam",
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
"icon": "java-debug.png",