From 5ef6fc4fe0a32ee42496740d336db15a9b5b6e29 Mon Sep 17 00:00:00 2001 From: xuhong Date: Thu, 24 Aug 2023 18:11:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=93=E5=BA=93=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=92=8C=E5=91=BD=E4=BB=A4=E5=AE=89=E8=A3=85=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3718a35..2e1edf2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Native VSCode debugger. Supports both GDB and LLDB. - Added reverse debugging interface buttons; ## Installation -Press ctrl-p (cmd+p on OS X) and run `ext install webfreak.debug` in visual studio code and install GDB/LLDB. See `Usage` for details on how to set it up. +Press ctrl-p (cmd+p on OS X) and run `ext install kylinideteam.debug` in visual studio code and install GDB/LLDB. See `Usage` for details on how to set it up. ![Preview](https://github.com/WebFreak001/code-debug/raw/HEAD/images/preview.png) diff --git a/package.json b/package.json index 6d9a422..68fb6ee 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/WebFreak001/code-debug.git" + "url": "https://gitee.com/openkylin/extensions-repo.git" }, "capabilities": { "untrustedWorkspaces": {