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",