更新仓库地址和命令安装提示

This commit is contained in:
xuhong 2023-08-24 18:11:57 +08:00
parent f35c1bd84d
commit 5ef6fc4fe0
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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": {