1、修改图标及displayname

This commit is contained in:
xuhong 2023-07-04 11:06:28 +08:00
parent aae8a134a3
commit 40d1d5bb2c
5 changed files with 27 additions and 3123 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.1 - 2023-06-27
### Changed
- Modify the plugin name and icon to avoid conflicts with vscode-java-debug.
## 0.1.0 - 2023-04-11
### Changed
- 此版本使用基于[vscode-java-debug](https://github.com/microsoft/vscode-java-debug/) 0.46.0版本开发

BIN
java-debug.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

3138
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,12 @@
{
"name": "vscode-java-debug",
"displayName": "Kylin Debugger for Java",
"description": "(Kylin Modify) A lightweight Java debugger for Visual Studio Code",
"version": "0.1.0",
"displayName": "Java Debug (Support openjdk11 runtime)",
"description": "A lightweight Java debugger for Visual Studio Code",
"version": "0.1.1",
"publisher": "KylinIDETeam",
"preview": true,
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
"icon": "logo.png",
"icon": "java-debug.png",
"workspaceTrust": {
"request": "onDemand",
"description": "Extension may require your trust on workspace for code execution."