Fixed readme
This commit is contained in:
Родитель
d35877b479
Коммит
632ab229e4
|
@ -1,4 +1,4 @@
|
|||
## 0.15.0
|
||||
## 0.15.1
|
||||
* Combined 'argument' scope with 'locals' scope in variables view
|
||||
* Removed dependency on SDB, thanks for the PR from [t-h-e](https://github.com/t-h-e) - [Microsoft/vscode-mono-debug#15](https://github.com/Microsoft/vscode-mono-debug/pull/15)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# VS Code Mono Debug
|
||||
|
||||
A simple VS Code debugger extension for the Mono VM. It is based on the [SDB](https://github.com/mono/sdb) command line debugger.
|
||||
A simple VS Code debugger extension for the Mono VM. Its implementation was inspired by the [SDB](https://github.com/mono/sdb) command line debugger.
|
||||
|
||||
## Installing Mono
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mono-debug",
|
||||
"displayName": "Mono Debug",
|
||||
"version": "0.15.0",
|
||||
"version": "0.15.1",
|
||||
"publisher": "ms-vscode",
|
||||
"description": "Visual Studio Code debugger extension for Mono",
|
||||
"icon": "images/mono-debug-icon.svg",
|
||||
|
|
Загрузка…
Ссылка в новой задаче