diff --git a/images/icon.png b/images/icon.png index 935ec57..fb728a3 100644 Binary files a/images/icon.png and b/images/icon.png differ diff --git a/package.json b/package.json index 7123354..917b9a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "debug", - "displayName": "Native Debug(fix some bugs)", - "description": "GDB, LLDB & Mago-MI Debugger support for VSCode", + "displayName": "Kylin Native Debug", + "description": "Fork of Native Debug, GDB, LLDB & Mago-MI Debugger support", "keywords": [ "KylinIdeDev", "KylinIdeDevDebug", @@ -16,7 +16,7 @@ "license": "mit", "version": "0.2.6", "publisher": "KylinIDETeam", - "icon": "images/native-debug.png", + "icon": "images/icon.png", "engines": { "vscode": "^1.54.0" },