This commit is contained in:
Andre Weinand 2017-02-26 23:54:50 +01:00
Родитель d35877b479
Коммит 632ab229e4
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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",