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/)
|
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.1 - 2023-06-27
|
||||||
|
### Changed
|
||||||
|
- Modify the plugin name and icon to avoid conflicts with vscode-java-debug.
|
||||||
|
|
||||||
## 0.1.0 - 2023-04-11
|
## 0.1.0 - 2023-04-11
|
||||||
### Changed
|
### Changed
|
||||||
- 此版本使用基于[vscode-java-debug](https://github.com/microsoft/vscode-java-debug/) 0.46.0版本开发
|
- 此版本使用基于[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",
|
"name": "vscode-java-debug",
|
||||||
"displayName": "Kylin Debugger for Java",
|
"displayName": "Java Debug (Support openjdk11 runtime)",
|
||||||
"description": "(Kylin Modify) A lightweight Java debugger for Visual Studio Code",
|
"description": "A lightweight Java debugger for Visual Studio Code",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"publisher": "KylinIDETeam",
|
"publisher": "KylinIDETeam",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
|
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
|
||||||
"icon": "logo.png",
|
"icon": "java-debug.png",
|
||||||
"workspaceTrust": {
|
"workspaceTrust": {
|
||||||
"request": "onDemand",
|
"request": "onDemand",
|
||||||
"description": "Extension may require your trust on workspace for code execution."
|
"description": "Extension may require your trust on workspace for code execution."
|
||||||
|
|
Loading…
Reference in New Issue