This commit is contained in:
Rob Lourens 2018-09-06 12:53:59 -07:00
Родитель bb11e17bcf
Коммит 0dd996f200
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1,3 +1,7 @@
## 4.10.0
* Enable `disableNetworkCache` by default - [#725](https://github.com/microsoft/vscode-chrome-debug/issues/725)
* Fix for runtimes that don't support the `Log` domain - [Microsoft/vscode#58053](https://github.com/microsoft/vscode/issues/58053)
## 4.9.1
* Support `console.clear()`
* Show errors from Chrome itself, e.g. 404s and other network errors