Merge branch 'master' of https://gitee.com/openkylin/vscode-java-debug
This commit is contained in:
commit
cc65eac0b9
|
@ -3,7 +3,8 @@ 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.8 - 2024-11-11
|
||||||
|
- Change package.json,readme and Readme
|
||||||
## 0.1.7 - 2024-11-1
|
## 0.1.7 - 2024-11-1
|
||||||
- Change package.json,readme
|
- Change package.json,readme
|
||||||
## 0.1.6 - 2024-09-12
|
## 0.1.6 - 2024-09-12
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-java-debug",
|
"name": "vscode-java-debug",
|
||||||
"version": "0.1.4",
|
"version": "0.1.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue