This commit is contained in:
Andre Weinand 2016-12-12 13:14:00 +01:00
Родитель 65e136f55e
Коммит e007639aca
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -422,7 +422,7 @@ Ever since the text document allows to ask for a [word-range](https://github.com
### VS Code Debug Protocol
- The `OutputEvent` type now supports to send structured objects to the debug console and VS Code renders them as expandable objects. More details can be found [here](https://github.com/Microsoft/vscode-debugadapter-node/issues/79).
- A new `RestartRequest` has been added to the debug protocol. If a debug adapter opt into this, the VS Code debugger UI no longer implements the `Restart` action by terminating and restarting the debug adapter but instead send a `RestartRequest` the adapter. More details can be found [here](https://github.com/Microsoft/vscode/issues/14189)
- A new `RestartRequest` has been added to the debug protocol. If a debug adapter opts into this, the VS Code debugger UI no longer implements the `Restart` action by terminating and restarting the debug adapter but instead sends a `RestartRequest` to the adapter. More details can be found [here](https://github.com/Microsoft/vscode/issues/14189).
### Breaking Change: TBD