From d138a5684e73daede6978bebae35417ea57c3467 Mon Sep 17 00:00:00 2001 From: Haoyang Chen Date: Wed, 12 Apr 2023 16:55:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=92=8C=E6=8F=92=E4=BB=B6=E5=85=B3=E9=94=AE=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ package.json | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a2d37..abce93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.0 - 2023-04-11 +### Changed +- 此版本使用基于[vscode-java-debug](https://github.com/microsoft/vscode-java-debug/) 0.46.0版本开发 + + ## 0.46.0 - 2022-11-02 ### Added - Add "Step Into Target" feature to allow stepping directly into a specific function call when paused on a line. See [#1192](https://github.com/microsoft/vscode-java-debug/issues/1192). Thanks to [Gayan Perera](https://github.com/gayanper) for contribution. diff --git a/package.json b/package.json index 0df4f23..7566fcc 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "vscode-java-debug", "displayName": "Debugger for Java", "description": "A lightweight Java debugger for Visual Studio Code", - "version": "0.46.0", - "publisher": "vscjava", + "version": "0.1.0", + "publisher": "KylinIDETeam", "preview": true, "aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516", "icon": "logo.png", @@ -15,10 +15,9 @@ "virtualWorkspaces": false }, "keywords": [ - "java", - "debug", - "debugging", - "debugger" + "KylinIdeDev", + "KylinIdeDevJava", + "KylinIdeDevDebug" ], "engines": { "vscode": "^1.65.0" @@ -32,6 +31,7 @@ "url": "https://github.com/Microsoft/vscode-java-debug/issues" }, "homepage": "https://github.com/Microsoft/vscode-java-debug/blob/master/README.md", + "downloadUrl": "", "categories": [ "Debuggers", "Programming Languages",