1、修改图标及displayname
This commit is contained in:
parent
aae8a134a3
commit
40d1d5bb2c
|
@ -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版本开发
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
File diff suppressed because it is too large
Load Diff
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue