更新仓库地址和命令安装提示
This commit is contained in:
parent
f35c1bd84d
commit
5ef6fc4fe0
|
@ -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)
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue